Author: mck
Date: Mon Apr 30 21:02:16 2012
New Revision: 1332387
URL: http://svn.apache.org/viewvc?rev=1332387&view=rev
Log:
use new snapshots repository http://repository.apache.org/
Modified:
tiles/framework/trunk/pom.xml
Modified: tiles/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=1332387&r1=1332386&r2=1332387&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Mon Apr 30 21:02:16 2012
@@ -271,7 +271,7 @@
<repositories>
<repository>
<id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+ <url>https://repository.apache.org/content/groups/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -283,7 +283,7 @@
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+ <url>https://repository.apache.org/content/groups/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>