Author: echatellier Date: 2011-06-29 10:35:31 +0200 (Wed, 29 Jun 2011) New Revision: 99 Url: http://chorem.org/repositories/revision/vradi/99 Log: Update h2 rsyntax Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-06-29 08:22:30 UTC (rev 98) +++ trunk/pom.xml 2011-06-29 08:35:31 UTC (rev 99) @@ -113,7 +113,7 @@ <nuitonUtilsVersion>2.2</nuitonUtilsVersion> <nuitonI18nVersion>2.4</nuitonI18nVersion> <nuitonWidgetVersion>1.1.1</nuitonWidgetVersion> - <generatorPluginVersion>2.3.3</generatorPluginVersion> + <generatorPluginVersion>2.3.5</generatorPluginVersion> <wikittyVersion>3.1.3-SNAPSHOT</wikittyVersion> <jrstVersion>1.3.1-SNAPSHOT</jrstVersion> <oooVersion>3.2.1</oooVersion> @@ -238,16 +238,14 @@ <dependency> <groupId>com.fifesoft</groupId> <artifactId>rsyntaxtextarea</artifactId> - <version>1.4.1</version> + <version>1.5.0</version> </dependency> <!-- base h2 --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <!-- Don't use < 1.1 or > 1.2.129 without testing migration - with old datas --> - <version>1.2.127</version> + <version>1.3.157</version> <scope>runtime</scope> </dependency>
participants (1)
-
echatellier@users.chorem.org