Author: olamy
Date: Thu Sep 10 19:38:07 2009
New Revision: 813558

URL: http://svn.apache.org/viewvc?rev=813558&view=rev
Log:
fix snapshots url

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/settings.xml?rev=813558&r1=813557&r2=813558&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/settings.xml Thu Sep 10 
19:38:07 2009
@@ -40,7 +40,7 @@
         <repository>
           <id>apache.snapshots</id>
           <name>Apache Snapshot Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          
<url>https://repository.apache.org/content/repositories/snapshots</url>
           <releases>
             <enabled>false</enabled>
           </releases>
@@ -60,6 +60,17 @@
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
+        <pluginRepository>
+          <id>apache.snapshots</id>
+          <name>Apache Snapshot Repository</name>
+          
<url>https://repository.apache.org/content/repositories/snapshots</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>        
       </pluginRepositories>
     </profile>
   </profiles>


Reply via email to