Author: olamy
Date: Sat Sep 13 00:40:48 2008
New Revision: 694888
URL: http://svn.apache.org/viewvc?rev=694888&view=rev
Log:
plexus-interpolation 1.6 has been released
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=694888&r1=694887&r2=694888&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Sep 13 00:40:48 2008
@@ -194,17 +194,5 @@
</build>
</profile>
</profiles>
- <!-- remove when plexus-interpolation 1.6 released -->
- <repositories>
- <repository>
- <id>snapshots.codehaus</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
+
</project>