r1606 - in branches/2.1.6.x: . topia-persistence topia-soa topia-ui
Author: echatellier Date: 2009-07-15 15:28:00 +0200 (Wed, 15 Jul 2009) New Revision: 1606 Modified: branches/2.1.6.x/pom.xml branches/2.1.6.x/topia-persistence/pom.xml branches/2.1.6.x/topia-soa/pom.xml branches/2.1.6.x/topia-ui/pom.xml Log: Prepare next development iteration Modified: branches/2.1.6.x/pom.xml =================================================================== --- branches/2.1.6.x/pom.xml 2009-07-15 13:25:23 UTC (rev 1605) +++ branches/2.1.6.x/pom.xml 2009-07-15 13:28:00 UTC (rev 1606) @@ -13,7 +13,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.1.6.1</version> + <version>2.1.6.2-SNAPSHOT</version> <modules> <module>topia-persistence</module> @@ -243,9 +243,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/2.1.6.1</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/branches/2.1.6.x</connection> <developerConnection>${project.scm.connection}</developerConnection> - <url>http://www.nuiton.org/repositories/browse/topia/tags/2.1.6.1</url> + <url>http://www.nuiton.org/repositories/browse/topia/branches/2.1.6.x</url> </scm> <!--Code Lutin Repository--> Modified: branches/2.1.6.x/topia-persistence/pom.xml =================================================================== --- branches/2.1.6.x/topia-persistence/pom.xml 2009-07-15 13:25:23 UTC (rev 1605) +++ branches/2.1.6.x/topia-persistence/pom.xml 2009-07-15 13:28:00 UTC (rev 1606) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6.1</version> + <version>2.1.6.2-SNAPSHOT</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -130,9 +130,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/2.1.6.1/topia-persistence</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/branches/2.1.6.x/topia-persistence</connection> <developerConnection>${project.scm.connection}</developerConnection> - <url>http://www.nuiton.org/repositories/browse/topia/tags/2.1.6.1/topia-persistence</url> + <url>http://www.nuiton.org/repositories/browse/topia/branches/2.1.6.x/topia-persistence</url> </scm> Modified: branches/2.1.6.x/topia-soa/pom.xml =================================================================== --- branches/2.1.6.x/topia-soa/pom.xml 2009-07-15 13:25:23 UTC (rev 1605) +++ branches/2.1.6.x/topia-soa/pom.xml 2009-07-15 13:28:00 UTC (rev 1606) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6.1</version> + <version>2.1.6.2-SNAPSHOT</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -134,9 +134,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/2.1.6.1/topia-soa</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/branches/2.1.6.x/topia-soa</connection> <developerConnection>${project.scm.connection}</developerConnection> - <url>http://www.nuiton.org/repositories/browse/topia/tags/2.1.6.1/topia-soa</url> + <url>http://www.nuiton.org/repositories/browse/topia/branches/2.1.6.x/topia-soa</url> </scm> </project> Modified: branches/2.1.6.x/topia-ui/pom.xml =================================================================== --- branches/2.1.6.x/topia-ui/pom.xml 2009-07-15 13:25:23 UTC (rev 1605) +++ branches/2.1.6.x/topia-ui/pom.xml 2009-07-15 13:28:00 UTC (rev 1606) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6.1</version> + <version>2.1.6.2-SNAPSHOT</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -107,9 +107,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/2.1.6.1/topia-ui</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/branches/2.1.6.x/topia-ui</connection> <developerConnection>${project.scm.connection}</developerConnection> - <url>http://www.nuiton.org/repositories/browse/topia/tags/2.1.6.1/topia-ui</url> + <url>http://www.nuiton.org/repositories/browse/topia/branches/2.1.6.x/topia-ui</url> </scm> </project>
participants (1)
-
echatellier@users.labs.libre-entreprise.org