[Lutinutil-commits] r1579 - maven-i18n-plugin/trunk
Author: tchemit Date: 2009-05-17 17:27:53 +0000 (Sun, 17 May 2009) New Revision: 1579 Modified: maven-i18n-plugin/trunk/pom.xml Log: ready for first release Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-05-17 17:17:53 UTC (rev 1578) +++ maven-i18n-plugin/trunk/pom.xml 2009-05-17 17:27:53 UTC (rev 1579) @@ -9,7 +9,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>maven-i18n-plugin</artifactId> @@ -20,14 +20,14 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-i18n-api</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-processor</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <scope>compile</scope> </dependency> @@ -172,7 +172,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> </project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org