r2733 - in trunk: . lima-dto lima-main lima-service lima-service-callao lima-service-mock lima-service-neogia
Author: fdesbois Date: 2009-11-04 18:24:33 +0100 (Wed, 04 Nov 2009) New Revision: 2733 Modified: trunk/lima-dto/pom.xml trunk/lima-main/pom.xml trunk/lima-service-callao/pom.xml trunk/lima-service-mock/pom.xml trunk/lima-service-neogia/pom.xml trunk/lima-service/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/lima-dto/pom.xml =================================================================== --- trunk/lima-dto/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-dto/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-main/pom.xml =================================================================== --- trunk/lima-main/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-main/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-service/pom.xml =================================================================== --- trunk/lima-service/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-service/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-service-callao/pom.xml =================================================================== --- trunk/lima-service-callao/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-service-callao/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-service-mock/pom.xml =================================================================== --- trunk/lima-service-mock/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-service-mock/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-service-neogia/pom.xml =================================================================== --- trunk/lima-service-neogia/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/lima-service-neogia/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -7,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-04 17:24:28 UTC (rev 2732) +++ trunk/pom.xml 2009-11-04 17:24:33 UTC (rev 2733) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.3.0</version> + <version>0.3.1-SNAPSHOT</version> <modules> <module>lima-dto</module> @@ -259,10 +259,10 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.3.0</connection> - <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/lima/tags/lima-0.3.0 + <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> + <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/lima/trunk </developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.3.0</url> + <url>http://www.chorem.org/repositories/browse/lima/trunk</url> </scm> <repositories>
participants (1)
-
fdesbois@users.chorem.org