Author: tchemit Date: 2009-05-11 07:58:00 +0000 (Mon, 11 May 2009) New Revision: 1445 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.6 Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-05-11 07:56:10 UTC (rev 1444) +++ topia/trunk/pom.xml 2009-05-11 07:58:00 UTC (rev 1445) @@ -13,7 +13,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.6</version> <modules> <module>topia-persistence</module> @@ -243,9 +243,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.6</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.6?root=topia</url> </scm> <!--Code Lutin Repository--> Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2009-05-11 07:56:10 UTC (rev 1444) +++ topia/trunk/topia-persistence/pom.xml 2009-05-11 07:58:00 UTC (rev 1445) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.6</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -130,9 +130,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-persistence</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-persistence</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.6/topia-persistence?root=topia</url> </scm> Modified: topia/trunk/topia-soa/pom.xml =================================================================== --- topia/trunk/topia-soa/pom.xml 2009-05-11 07:56:10 UTC (rev 1444) +++ topia/trunk/topia-soa/pom.xml 2009-05-11 07:58:00 UTC (rev 1445) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.6</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -134,9 +134,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-soa</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-soa</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.6/topia-soa?root=topia</url> </scm> </project> Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-05-11 07:56:10 UTC (rev 1444) +++ topia/trunk/topia-ui/pom.xml 2009-05-11 07:58:00 UTC (rev 1445) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>topia</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.6</version> </parent> <groupId>org.codelutin.topia</groupId> @@ -107,9 +107,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-ui</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/tags/2.1.6/topia-ui</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/2.1.6/topia-ui?root=topia</url> </scm> </project>