[Lutingenerator-commits] r310 - lutingenerator/trunk
Author: chatellier Date: 2008-09-24 09:31:52 +0000 (Wed, 24 Sep 2008) New Revision: 310 Modified: lutingenerator/trunk/pom.xml Log: Add scm conf Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2008-09-19 17:22:52 UTC (rev 309) +++ lutingenerator/trunk/pom.xml 2008-09-24 09:31:52 UTC (rev 310) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.5</version> + <version>3.0</version> </parent> <!--A unique name for this project--> @@ -37,6 +37,14 @@ <maven.test.skip>true</maven.test.skip> </properties> + <!--Source control management--> + <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( + <url>${maven.scm.url}</url> --> + </scm> + <!--Librairies--> <dependencies> @@ -64,7 +72,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.30</version> <scope>compile</scope> </dependency>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org