Hi Olivier,
Author: olamy
Date: Mon Jul 27 23:28:58 2009
New Revision: 798330
URL: http://svn.apache.org/viewvc?rev=798330&view=rev
Log:
declare Apache Snapshot Repository until maven-filtering release is here
Modified:
maven/plugins/trunk/maven-changes-plugin/pom.xml
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=798330&r1=798329&r2=798330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Jul 27 23:28:58 2009
@@ -454,4 +454,19 @@
</profile>
</profiles>
+ <!-- TODO remove when maven-filtering release is here -->
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
This repo URL is obsolete, our new snapshots should be at
http://repository.apache.org/snapshots/
Also, this snapshot repo is already configured in one of our parent POMs
so you should be able to just remove the <repositories> section from the
plugin POM.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]