r405 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: tchemit Date: 2009-08-23 16:32:32 +0200 (Sun, 23 Aug 2009) New Revision: 405 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 Log: [maven-release-plugin] prepare release jrst-1.0.0 Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2009-08-23 14:30:50 UTC (rev 404) +++ trunk/doxia-module-jrst/pom.xml 2009-08-23 14:32:32 UTC (rev 405) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.0.0-rc-4-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2009-08-23 14:30:50 UTC (rev 404) +++ trunk/jrst/pom.xml 2009-08-23 14:32:32 UTC (rev 405) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.0.0-rc-4-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2009-08-23 14:30:50 UTC (rev 404) +++ trunk/jrst-doc/pom.xml 2009-08-23 14:32:32 UTC (rev 405) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.0.0-rc-4-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2009-08-23 14:30:50 UTC (rev 404) +++ trunk/maven-jrst-plugin/pom.xml 2009-08-23 14:32:32 UTC (rev 405) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.0.0-rc-4-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-23 14:30:50 UTC (rev 404) +++ trunk/pom.xml 2009-08-23 14:32:32 UTC (rev 405) @@ -13,7 +13,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.0.0-rc-4-SNAPSHOT</version> + <version>1.0.0</version> <modules> <module>jrst</module> @@ -246,9 +246,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.0.0</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/jrst/tags/jrst-1.0.0</developerConnection> + <url>http://www.nuiton.org/repositories/browse/jrst/tags/jrst-1.0.0</url> </scm> </project>
participants (1)
-
tchemit@users.nuiton.org