You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/10/16 19:10:02 UTC

svn commit: r1184873 - /tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt

Author: olamy
Date: Sun Oct 16 17:10:02 2011
New Revision: 1184873

URL: http://svn.apache.org/viewvc?rev=1184873&view=rev
Log:
fix repository url to use

Modified:
    tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt

Modified: tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt?rev=1184873&r1=1184872&r2=1184873&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt Sun Oct 16 17:10:02 2011
@@ -34,11 +34,24 @@ Testing SNAPSHOT
 
 +--------------------------
 
+  <repositories>
+    <repository>
+      <id>people.apache.snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshots</name>
-      <url>https://repository.apache.org/content/groups/snapshots-group/</url>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <releases>
         <enabled>false</enabled>
       </releases>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org