Author: tchemit Date: 2009-11-04 17:35:42 +0100 (Wed, 04 Nov 2009) New Revision: 2676 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-11-04 16:35:39 UTC (rev 2675) +++ trunk/callao-entity/pom.xml 2009-11-04 16:35:42 UTC (rev 2676) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1</version> + <version>0.1.2-SNAPSHOT</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-11-04 16:35:39 UTC (rev 2675) +++ trunk/callao-service/pom.xml 2009-11-04 16:35:42 UTC (rev 2676) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1</version> + <version>0.1.2-SNAPSHOT</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-04 16:35:39 UTC (rev 2675) +++ trunk/pom.xml 2009-11-04 16:35:42 UTC (rev 2676) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1</version> + <version>0.1.2-SNAPSHOT</version> <modules> <module>callao-entity</module> @@ -160,9 +160,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.1</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.1</developerConnection> - <url>http://www.chorem.org/repositories/browse/callao/tags/callao-0.1.1</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> <repositories>