You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/20 07:13:34 UTC

svn commit: r423773 - in /tapestry/tapestry4/trunk: pom.xml src/site/apt/download.apt

Author: jkuhnert
Date: Wed Jul 19 22:13:34 2006
New Revision: 423773

URL: http://svn.apache.org/viewvc?rev=423773&view=rev
Log:
Documented new snapshot repo location on downloads page

Modified:
    tapestry/tapestry4/trunk/pom.xml
    tapestry/tapestry4/trunk/src/site/apt/download.apt

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=423773&r1=423772&r2=423773&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Wed Jul 19 22:13:34 2006
@@ -332,7 +332,7 @@
     <repositories>
         <repository>
             <id>apache.snapshots</id>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </repository>
         <repository>
             <id>tapestry.javaforge</id>
@@ -343,7 +343,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>apache.snapshots</id>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </pluginRepository>
         <pluginRepository>
             <id>tapestry.javaforge</id>

Modified: tapestry/tapestry4/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/download.apt?rev=423773&r1=423772&r2=423773&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/download.apt (original)
+++ tapestry/tapestry4/trunk/src/site/apt/download.apt Wed Jul 19 22:13:34 2006
@@ -10,7 +10,7 @@
 
   The Tapestry snapshot builds are currently only available via the maven2 repository at
   
-  {{{http://people.apache.org/maven-snapshot-repository/}}}
+  {{{http://people.apache.org/repo/m2-snapshot-repository/}}}
 	
   This release is currently under active development and should not be considered stable. To add this repository
   to your own projects pom.xml you will need a section that looks like:
@@ -19,7 +19,7 @@
 <repositories>
 	<repository>
     	<id>apache.snapshots</id>
-        <url>http://people.apache.org/maven-snapshot-repository</url>
+        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
 </repositories>
 +---------------------------------------------------------