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