This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a4c228f Updates production by Jenkins
a4c228f is described below
commit a4c228fc5679c3421b6964118f449c671923e836
Author: jenkins <[email protected]>
AuthorDate: Mon Feb 4 10:16:04 2019 +0000
Updates production by Jenkins
---
content/builds.html | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/content/builds.html b/content/builds.html
index aa30c27..c844e4c 100644
--- a/content/builds.html
+++ b/content/builds.html
@@ -195,7 +195,7 @@ your own applications!)</p>
<h2 id="nightlybuilds">NightlyBuilds</h2>
<p>As part of our continuous integration practice, we also make available each
morning the
-<a
href="https://builds.apache.org/view/S-Z/view/Struts/job/Struts2-JDK6/lastStableBuild/org.apache.struts$struts2-assembly/">latest
stable development build.</a></p>
+<a
href="https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-assembly/">latest
stable development build.</a></p>
<p><em>Again: Use at your own risk!</em></p>
@@ -224,13 +224,13 @@ of the distribution may be upgraded to “Beta” or “General
Availability”,
and then made available through ibiblio and other public Maven repositories.
To obtain an early distribution via Maven,
specify the ASF Snapshot repository in the project’s POM.</p>
-<div class="highlighter-rouge"><pre
class="highlight"><code><repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>ASF Maven 2 Snapshot</name>
-
<url>https://repository.apache.org/content/groups/snapshots/</url>
- </repository>
-</repositories>
+<div class="highlighter-rouge"><pre class="highlight"><code><span
class="nt"><repositories></span>
+ <span class="nt"><repository></span>
+ <span class="nt"><id></span>apache.snapshots<span
class="nt"></id></span>
+ <span class="nt"><name></span>ASF Maven 2 Snapshot<span
class="nt"></name></span>
+ <span
class="nt"><url></span>https://repository.apache.org/content/groups/snapshots/<span
class="nt"></url></span>
+ <span class="nt"></repository></span>
+<span class="nt"></repositories></span>
</code></pre>
</div>