r3266 - in trunk: . lima-business lima-callao lima-swing
Author: vsalaun Date: 2011-08-11 16:37:43 +0200 (Thu, 11 Aug 2011) New Revision: 3266 Url: http://chorem.org/repositories/revision/lima/3266 Log: [maven-release-plugin] prepare release lima-0.6 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-08-11 14:10:58 UTC (rev 3265) +++ trunk/lima-business/pom.xml 2011-08-11 14:37:43 UTC (rev 3266) @@ -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 2011-08-11 14:10:58 UTC (rev 3265) +++ trunk/lima-callao/pom.xml 2011-08-11 14:37:43 UTC (rev 3266) @@ -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 2011-08-11 14:10:58 UTC (rev 3265) +++ trunk/lima-swing/pom.xml 2011-08-11 14:37:43 UTC (rev 3266) @@ -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 2011-08-11 14:10:58 UTC (rev 3265) +++ trunk/pom.xml 2011-08-11 14:37:43 UTC (rev 3266) @@ -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> @@ -372,10 +372,10 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/lima/trunk + <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6</connection> + <developerConnection>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> <repositories>
participants (1)
-
vsalaun@users.chorem.org