Author: echatellier Date: 2011-04-28 11:21:52 +0200 (Thu, 28 Apr 2011) New Revision: 574 Url: http://nuiton.org/repositories/revision/jrst/574 Log: [maven-release-plugin] prepare release jrst-1.3 Modified: trunk/doxia-module-jrst/pom.xml trunk/jrst-doc/pom.xml trunk/jrst/pom.xml trunk/pom.xml Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2011-04-28 09:19:20 UTC (rev 573) +++ trunk/doxia-module-jrst/pom.xml 2011-04-28 09:21:52 UTC (rev 574) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2011-04-28 09:19:20 UTC (rev 573) +++ trunk/jrst/pom.xml 2011-04-28 09:21:52 UTC (rev 574) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2011-04-28 09:19:20 UTC (rev 573) +++ trunk/jrst-doc/pom.xml 2011-04-28 09:21:52 UTC (rev 574) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-04-28 09:19:20 UTC (rev 573) +++ trunk/pom.xml 2011-04-28 09:21:52 UTC (rev 574) @@ -37,7 +37,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> <modules> <module>jrst</module> @@ -404,11 +404,11 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.3</connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/jrst/trunk + scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.3 </developerConnection> - <url>http://www.nuiton.org/repositories/browse/jrst/trunk</url> + <url>http://www.nuiton.org/repositories/browse/jrst/tags/jrst-1.3</url> </scm> <profiles>
participants (1)
-
echatellier@users.nuiton.org