Author: tchemit Date: 2009-04-20 14:19:22 +0000 (Mon, 20 Apr 2009) New Revision: 1433 Modified: topia/trunk/pom.xml topia/trunk/topia-persistence/pom.xml topia/trunk/topia-soa/pom.xml topia/trunk/topia-ui/pom.xml Log: [maven-release-plugin] prepare release 2.1.5 Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-04-20 14:16:36 UTC (rev 1432) +++ topia/trunk/pom.xml 2009-04-20 14:19:22 UTC (rev 1433) @@ -13,7 +13,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.1.5-SNAPSHOT</version> + <version>2.1.5</version> <modules> <module>topia-persistence</module> @@ -247,9 +247,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.5?root=topia</url> </scm> <!--Code Lutin Repository--> Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2009-04-20 14:16:36 UTC (rev 1432) +++ topia/trunk/topia-persistence/pom.xml 2009-04-20 14:19:22 UTC (rev 1433) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.5-SNAPSHOT</version> + <version>2.1.5</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -130,9 +130,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>${maven.scm.url.child}</url> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.5/topia-persistence?root=topia</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-persistence</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-persistence</developerConnection> </scm> Modified: topia/trunk/topia-soa/pom.xml =================================================================== --- topia/trunk/topia-soa/pom.xml 2009-04-20 14:16:36 UTC (rev 1432) +++ topia/trunk/topia-soa/pom.xml 2009-04-20 14:19:22 UTC (rev 1433) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.5-SNAPSHOT</version> + <version>2.1.5</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -134,9 +134,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>${maven.scm.url.child}</url> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.5/topia-soa?root=topia</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-soa</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-soa</developerConnection> </scm> </project> Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-04-20 14:16:36 UTC (rev 1432) +++ topia/trunk/topia-ui/pom.xml 2009-04-20 14:19:22 UTC (rev 1433) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.5-SNAPSHOT</version> + <version>2.1.5</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -107,9 +107,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>${maven.scm.url.child}</url> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.5/topia-ui?root=topia</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-ui</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.5/topia-ui</developerConnection> </scm> </project>