aboutsummaryrefslogtreecommitdiff
path: root/src/site/xdoc
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2017-09-14 19:50:51 +0000
committerBenedikt Ritter <britter@apache.org>2017-09-14 19:50:51 +0000
commita2a9f2b3e335732dcd2b5462ea3f8af3a9c72080 (patch)
tree04a8d43361e71e17bd4152b24ef87a391753fc5f /src/site/xdoc
parent4741171df8c3ac6dc85057650226a4ed655452e7 (diff)
downloadapache-commons-bcel-a2a9f2b3e335732dcd2b5462ea3f8af3a9c72080.tar.gz
Update site for release 6.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/site/xdoc')
-rw-r--r--src/site/xdoc/index.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e82bc081..fd205898 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -77,10 +77,10 @@
</section>
<!-- ================================================== -->
<section name="Release Information">
- <p>The latest stable release of BCEL is 6.0. You may: </p>
+ <p>The latest stable release of BCEL is 6.1. You may: </p>
<ul>
- <li>Download <a href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi">6.0</a></li>
- <li>Read the <a href="https://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt">6.0 release notes</a></li>
+ <li>Download <a href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi">6.1</a></li>
+ <li>Read the <a href="https://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt">6.1 release notes</a></li>
<li>Inspect the <a href="bcel5-bcel6-clirr-report.html">extended Clirr report</a> comparing 5.2 with 6.0</li>
</ul>
<p>
@@ -89,7 +89,7 @@
&lt;dependency&gt;
&lt;groupId&gt;org.apache.bcel&lt;/groupId&gt;
&lt;artifactId&gt;bcel&lt;/artifactId&gt;
- &lt;version&gt;6.0&lt;/version&gt;
+ &lt;version&gt;6.1&lt;/version&gt;
&lt;/dependency&gt;
</pre>
</p>