r3214 - in trunk: . lima-business lima-callao lima-swing
Author: vsalaun Date: 2011-07-11 16:47:39 +0200 (Mon, 11 Jul 2011) New Revision: 3214 Url: http://chorem.org/repositories/revision/lima/3214 Log: [maven-release-plugin] prepare for next development iteration 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 14:47:33 UTC (rev 3213) +++ trunk/lima-business/pom.xml 2011-07-11 14:47:39 UTC (rev 3214) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5-beta1</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2011-07-11 14:47:33 UTC (rev 3213) +++ trunk/lima-callao/pom.xml 2011-07-11 14:47:39 UTC (rev 3214) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5-beta1</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2011-07-11 14:47:33 UTC (rev 3213) +++ trunk/lima-swing/pom.xml 2011-07-11 14:47:39 UTC (rev 3214) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5-beta1</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-07-11 14:47:33 UTC (rev 3213) +++ trunk/pom.xml 2011-07-11 14:47:39 UTC (rev 3214) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5-beta1</version> + <version>0.6-SNAPSHOT</version> <modules> <module>lima-callao</module> @@ -361,10 +361,10 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.5-beta1</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.5-beta1 + <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/lima/trunk </developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.5-beta1</url> + <url>http://www.chorem.org/repositories/browse/lima/trunk</url> </scm> <repositories>
participants (1)
-
vsalaun@users.chorem.org