Author: olamy
Date: Wed Sep 9 23:42:53 2009
New Revision: 813175
URL: http://svn.apache.org/viewvc?rev=813175&view=rev
Log:
fix snapshots url
Modified:
maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml
Modified: maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml?rev=813175&r1=813174&r2=813175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml Wed Sep 9
23:42:53 2009
@@ -40,7 +40,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/content/groups/snapshots/</url>
+
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
@@ -63,7 +63,7 @@
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/content/groups/snapshots/</url>
+
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>