Author: chatellier Date: 2011-03-15 15:07:37 +0000 (Tue, 15 Mar 2011) New Revision: 786 Log: Update to rsyntaxtextarea 1.5.0 Modified: trunk/changelog.txt trunk/pom.xml Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2011-03-15 10:07:06 UTC (rev 785) +++ trunk/changelog.txt 2011-03-15 15:07:37 UTC (rev 786) @@ -12,6 +12,7 @@ * Add control about surface attributes to be positive only * Fix some translation * Update to jQuery 1.5.1 + * Update to rSyntaxTextArea 1.5.0 1.0.2 ----- Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-03-15 10:07:06 UTC (rev 785) +++ trunk/pom.xml 2011-03-15 15:07:37 UTC (rev 786) @@ -194,7 +194,7 @@ <dependency> <groupId>com.fifesoft</groupId> <artifactId>rsyntaxtextarea</artifactId> - <version>r239</version> + <version>1.5.0</version> <scope>runtime</scope> </dependency>