r3669 - in trunk: . lima-business lima-business-api lima-callao lima-swing
Author: tchemit Date: 2012-12-21 17:11:50 +0100 (Fri, 21 Dec 2012) New Revision: 3669 Url: http://chorem.org/projects/lima/repository/revisions/3669 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/lima-business-api/pom.xml 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 2012-12-21 16:11:48 UTC (rev 3668) +++ trunk/lima-business/pom.xml 2012-12-21 16:11:50 UTC (rev 3669) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-business-api/pom.xml =================================================================== --- trunk/lima-business-api/pom.xml 2012-12-21 16:11:48 UTC (rev 3668) +++ trunk/lima-business-api/pom.xml 2012-12-21 16:11:50 UTC (rev 3669) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2012-12-21 16:11:48 UTC (rev 3668) +++ trunk/lima-callao/pom.xml 2012-12-21 16:11:50 UTC (rev 3669) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-12-21 16:11:48 UTC (rev 3668) +++ trunk/lima-swing/pom.xml 2012-12-21 16:11:50 UTC (rev 3669) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-12-21 16:11:48 UTC (rev 3668) +++ trunk/pom.xml 2012-12-21 16:11:50 UTC (rev 3669) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <modules> <module>lima-callao</module> @@ -448,11 +448,11 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6</connection> + <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> <developerConnection> - scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6 + scm:svn:http://svn.chorem.org/svn/lima/trunk </developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.6</url> + <url>http://www.chorem.org/repositories/browse/lima/trunk</url> </scm> <distributionManagement>
participants (1)
-
tchemit@users.chorem.org