r465 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: tchemit Date: 2010-04-16 20:18:35 +0200 (Fri, 16 Apr 2010) New Revision: 465 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 2010-04-16 18:18:33 UTC (rev 464) +++ trunk/doxia-module-jrst/pom.xml 2010-04-16 18:18:35 UTC (rev 465) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2010-04-16 18:18:33 UTC (rev 464) +++ trunk/jrst/pom.xml 2010-04-16 18:18:35 UTC (rev 465) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2010-04-16 18:18:33 UTC (rev 464) +++ trunk/jrst-doc/pom.xml 2010-04-16 18:18:35 UTC (rev 465) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2010-04-16 18:18:33 UTC (rev 464) +++ trunk/maven-jrst-plugin/pom.xml 2010-04-16 18:18:35 UTC (rev 465) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-16 18:18:33 UTC (rev 464) +++ trunk/pom.xml 2010-04-16 18:18:35 UTC (rev 465) @@ -37,7 +37,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> <modules> <module>jrst</module> @@ -368,9 +368,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.1.1</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.1.1</developerConnection> - <url>http://www.nuiton.org/repositories/browse/jrst/tags/jrst-1.1.1</url> + <connection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/jrst/trunk</url> </scm> </project>
participants (1)
-
tchemit@users.nuiton.org