r463 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: tchemit Date: 2010-04-16 20:18:31 +0200 (Fri, 16 Apr 2010) New Revision: 463 Log: [maven-release-plugin] prepare release jrst-1.1.1 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:12:16 UTC (rev 462) +++ trunk/doxia-module-jrst/pom.xml 2010-04-16 18:18:31 UTC (rev 463) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2010-04-16 18:12:16 UTC (rev 462) +++ trunk/jrst/pom.xml 2010-04-16 18:18:31 UTC (rev 463) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2010-04-16 18:12:16 UTC (rev 462) +++ trunk/jrst-doc/pom.xml 2010-04-16 18:18:31 UTC (rev 463) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2010-04-16 18:12:16 UTC (rev 462) +++ trunk/maven-jrst-plugin/pom.xml 2010-04-16 18:18:31 UTC (rev 463) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-16 18:12:16 UTC (rev 462) +++ trunk/pom.xml 2010-04-16 18:18:31 UTC (rev 463) @@ -37,7 +37,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <modules> <module>jrst</module> @@ -368,9 +368,9 @@ <!-- Source control management. --> <scm> - <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> + <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> </scm> </project>
participants (1)
-
tchemit@users.nuiton.org