You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/02/03 09:47:44 UTC

svn commit: r1066761 - /struts/site/src/site/xdoc/dev/builds.xml

Author: lukaszlenart
Date: Thu Feb  3 08:47:44 2011
New Revision: 1066761

URL: http://svn.apache.org/viewvc?rev=1066761&view=rev
Log:
Changes Nightly Builds link to point to latest stable build

Modified:
    struts/site/src/site/xdoc/dev/builds.xml

Modified: struts/site/src/site/xdoc/dev/builds.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/builds.xml?rev=1066761&r1=1066760&r2=1066761&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/builds.xml (original)
+++ struts/site/src/site/xdoc/dev/builds.xml Thu Feb  3 08:47:44 2011
@@ -197,7 +197,7 @@ limitations under the License.
                 <p>
                     As part of our continuous integration practice,
                     we also make available each morning the
-                    <a href="https://hudson.apache.org/hudson/job/Struts2/org.apache.struts$struts2-assembly/lastBuild/">
+                    <a href="https://hudson.apache.org/hudson/job/Struts2/lastStableBuild/org.apache.struts$struts2-assembly/">
                         latest development build.</a>
                     <em>Again: Use at your own risk!</em>
                 </p>
@@ -260,7 +260,7 @@ limitations under the License.
   &lt;repository>
     &lt;id>apache.snapshots&lt;/id>
     &lt;name>ASF Maven 2 Snapshot&lt;/name>
-    &lt;url>http://people.apache.org/repo/m2-snapshot-repository&lt;/url>
+    &lt;url>https://repository.apache.org/content/groups/snapshots-group/&lt;/url>
   &lt;/repository>
 &lt;/repositories></code></pre></p>
             </subsection>