Author: tchemit Date: 2011-05-15 14:43:38 +0200 (Sun, 15 May 2011) New Revision: 2282 Url: http://nuiton.org/repositories/revision/jaxx/2282 Log: Evolution #1396: Update to rSyntaxTextArea 1.5.0 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-15 12:21:02 UTC (rev 2281) +++ trunk/pom.xml 2011-05-15 12:43:38 UTC (rev 2282) @@ -334,7 +334,7 @@ <dependency> <groupId>com.fifesoft</groupId> <artifactId>rsyntaxtextarea</artifactId> - <version>r239</version> + <version>1.5.0</version> </dependency> <!-- swinglabs dependencies --> @@ -423,12 +423,12 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-validator</artifactId> - <version>${nuitonUtilsVersion}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-validator</artifactId> + <version>${nuitonUtilsVersion}</version> + <scope>test</scope> + <classifier>tests</classifier> + </dependency> </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org