r2659 - in trunk: . callao-entity callao-service
Author: rchapelet Date: 2009-08-28 12:01:12 +0200 (Fri, 28 Aug 2009) New Revision: 2659 Modified: trunk/callao-entity/pom.xml trunk/callao-service/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/callao-entity/pom.xml =================================================================== --- trunk/callao-entity/pom.xml 2009-08-28 10:01:10 UTC (rev 2658) +++ trunk/callao-entity/pom.xml 2009-08-28 10:01:12 UTC (rev 2659) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.0</version> + <version>0.1.1-SNAPSHOT</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-08-28 10:01:10 UTC (rev 2658) +++ trunk/callao-service/pom.xml 2009-08-28 10:01:12 UTC (rev 2659) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.0</version> + <version>0.1.1-SNAPSHOT</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-28 10:01:10 UTC (rev 2658) +++ trunk/pom.xml 2009-08-28 10:01:12 UTC (rev 2659) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.0</version> + <version>0.1.1-SNAPSHOT</version> <modules> <module>callao-entity</module> @@ -155,9 +155,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.0</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.0</developerConnection> - <url>http://www.chorem.org/repositories/browse/callao/tags/callao-0.1.0</url> + <connection>scm:svn:http://svn.chorem.org/svn/callao/trunk</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/trunk</developerConnection> + <url>http://www.chorem.org/repositories/browse/callao/trunk</url> </scm>
participants (1)
-
rchapelet@users.chorem.org