Author: olamy Date: Mon Feb 18 13:15:28 2008 New Revision: 628868 URL: http://svn.apache.org/viewvc?rev=628868&view=rev Log: use released p-u version
Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=628868&r1=628867&r2=628868&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-war-plugin/pom.xml Mon Feb 18 13:15:28 2008 @@ -92,7 +92,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> @@ -228,17 +228,4 @@ </build> </profile> </profiles> - <!-- TODO remove when plexus-utils is released --> - <repositories> - <repository> - <id>codehaus.snapshots</id> - <url>http://snapshots.repository.codehaus.org</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> </project>