r3216 - in trunk: . lima-business lima-callao lima-swing
Author: echatellier Date: 2011-07-11 20:56:12 +0200 (Mon, 11 Jul 2011) New Revision: 3216 Url: http://chorem.org/repositories/revision/lima/3216 Log: Fix plugin version, prepare next release Modified: trunk/lima-business/pom.xml trunk/lima-callao/pom.xml trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2011-07-11 17:59:25 UTC (rev 3215) +++ trunk/lima-business/pom.xml 2011-07-11 18:56:12 UTC (rev 3216) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5-beta2-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2011-07-11 17:59:25 UTC (rev 3215) +++ trunk/lima-callao/pom.xml 2011-07-11 18:56:12 UTC (rev 3216) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5-beta2-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2011-07-11 17:59:25 UTC (rev 3215) +++ trunk/lima-swing/pom.xml 2011-07-11 18:56:12 UTC (rev 3216) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5-beta2-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-07-11 17:59:25 UTC (rev 3215) +++ trunk/pom.xml 2011-07-11 18:56:12 UTC (rev 3216) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5-beta2-SNAPSHOT</version> <modules> <module>lima-callao</module> @@ -332,7 +332,7 @@ <!-- plugin i18n --> <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>nuiton-i18n</artifactId> + <artifactId>maven-i18n-plugin</artifactId> <version>${nuitonI18nVersion}</version> </plugin>
participants (1)
-
echatellier@users.chorem.org