Author: tchemit Date: 2009-05-17 17:44:41 +0000 (Sun, 17 May 2009) New Revision: 348 Modified: jrst/trunk/pom.xml Log: ready for first release Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2009-05-17 14:22:13 UTC (rev 347) +++ jrst/trunk/pom.xml 2009-05-17 17:44:41 UTC (rev 348) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> </parent> <artifactId>jrst</artifactId> @@ -26,7 +26,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>1.1.0-alpha-1-SNAPSHOT</version> + <version>1.1.0-alpha-1</version> <scope>compile</scope> </dependency> <dependency> @@ -153,7 +153,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <executions> <execution> <goals> @@ -246,7 +246,7 @@ il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> - <url>http://svn.nuiton.org/svn/${project.artifactId}/trunk</url--> + <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url--> </scm> <!-- Maven Environment : profiles -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org