[Lutingenerator-commits] r516 - maven-eugene-plugin/trunk
Author: tchemit Date: 2009-05-17 20:06:47 +0000 (Sun, 17 May 2009) New Revision: 516 Modified: maven-eugene-plugin/trunk/pom.xml Log: ready for first release Modified: maven-eugene-plugin/trunk/pom.xml =================================================================== --- maven-eugene-plugin/trunk/pom.xml 2009-05-17 19:17:17 UTC (rev 515) +++ maven-eugene-plugin/trunk/pom.xml 2009-05-17 20:06:47 UTC (rev 516) @@ -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-2</version> </parent> <artifactId>maven-eugene-plugin</artifactId> @@ -21,7 +21,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <scope>compile</scope> </dependency> @@ -128,13 +128,14 @@ <scm> <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutingenerator/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutingenerator/${project.artifactId}/trunk</developerConnection> - + <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url> + <!-- a utiliser quand on sera sur nuiton --> <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId 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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org