r3026 - in trunk: . lima-business lima-callao lima-swing
Author: jpepin Date: 2010-08-27 18:44:48 +0200 (Fri, 27 Aug 2010) New Revision: 3026 Url: http://chorem.org/repositories/revision/lima/3026 Log: [maven-release-plugin] prepare release lima-0.4.0 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 2010-08-27 16:42:59 UTC (rev 3025) +++ trunk/lima-business/pom.xml 2010-08-27 16:44:48 UTC (rev 3026) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2010-08-27 16:42:59 UTC (rev 3025) +++ trunk/lima-callao/pom.xml 2010-08-27 16:44:48 UTC (rev 3026) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2010-08-27 16:42:59 UTC (rev 3025) +++ trunk/lima-swing/pom.xml 2010-08-27 16:44:48 UTC (rev 3026) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-27 16:42:59 UTC (rev 3025) +++ trunk/pom.xml 2010-08-27 16:44:48 UTC (rev 3026) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0</version> <modules> <module>lima-callao</module> @@ -335,9 +335,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/lima/trunk</developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/trunk</url> + <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.4.0</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.4.0</developerConnection> + <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.4.0</url> </scm> <repositories>
participants (1)
-
jpepin@users.chorem.org