Author: tchemit Date: 2009-04-29 08:06:47 +0000 (Wed, 29 Apr 2009) New Revision: 1364 Modified: guix/trunk/guix-maven-plugin/pom.xml Log: les versions de dependances doivent etre gerees via le dependenciesManagment et non directement dans les dependances Modified: guix/trunk/guix-maven-plugin/pom.xml =================================================================== --- guix/trunk/guix-maven-plugin/pom.xml 2009-04-29 08:05:44 UTC (rev 1363) +++ guix/trunk/guix-maven-plugin/pom.xml 2009-04-29 08:06:47 UTC (rev 1364) @@ -77,7 +77,6 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.1</version> </dependency> </dependencies> @@ -127,8 +126,8 @@ <!-- ************************************************************* --> <scm> <connection>${maven.scm.connection.child}</connection> - <!--developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url--> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> </project>