r617 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: hudson Date: 2011-08-18 15:18:36 +0200 (Thu, 18 Aug 2011) New Revision: 617 Url: http://nuiton.org/repositories/revision/jrst/617 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/doxia-module-jrst/pom.xml trunk/jrst-doc/pom.xml trunk/jrst/pom.xml trunk/maven-jrst-plugin/pom.xml trunk/pom.xml Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2011-08-18 13:18:34 UTC (rev 616) +++ trunk/doxia-module-jrst/pom.xml 2011-08-18 13:18:36 UTC (rev 617) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2011-08-18 13:18:34 UTC (rev 616) +++ trunk/jrst/pom.xml 2011-08-18 13:18:36 UTC (rev 617) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2011-08-18 13:18:34 UTC (rev 616) +++ trunk/jrst-doc/pom.xml 2011-08-18 13:18:36 UTC (rev 617) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2011-08-18 13:18:34 UTC (rev 616) +++ trunk/maven-jrst-plugin/pom.xml 2011-08-18 13:18:36 UTC (rev 617) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-18 13:18:34 UTC (rev 616) +++ trunk/pom.xml 2011-08-18 13:18:36 UTC (rev 617) @@ -37,7 +37,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> <modules> <module>jrst</module> @@ -404,11 +404,11 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.4</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.4 + scm:svn:http://svn.nuiton.org/svn/jrst/trunk </developerConnection> - <url>http://www.nuiton.org/repositories/browse/jrst/tags/jrst-1.4</url> + <url>http://www.nuiton.org/repositories/browse/jrst/trunk</url> </scm> <profiles>
participants (1)
-
hudson@users.nuiton.org