Author: vsiveton
Date: Fri May 8 09:41:35 2009
New Revision: 772904
URL: http://svn.apache.org/viewvc?rev=772904&view=rev
Log:
o fixed repo url
Modified:
incubator/shindig/trunk/site/pom.xml
Modified: incubator/shindig/trunk/site/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/site/pom.xml?rev=772904&r1=772903&r2=772904&view=diff
==============================================================================
--- incubator/shindig/trunk/site/pom.xml (original)
+++ incubator/shindig/trunk/site/pom.xml Fri May 8 09:41:35 2009
@@ -54,30 +54,20 @@
<repository>
<id>apache.snapshots</id>
<name>Maven Snapshots</name>
- <url>http://people.apache.org/maven-snapshot-repository</url>
+ <url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
- <updatePolicy>always</updatePolicy>
</releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>Maven Plugin Snapshots</name>
- <url>http://people.apache.org/maven-snapshot-repository</url>
+ <url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
- <updatePolicy>always</updatePolicy>
</releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
</pluginRepository>
</pluginRepositories>