Author: jlmonteiro
Date: Mon Dec 17 08:16:01 2012
New Revision: 1422787
URL: http://svn.apache.org/viewvc?rev=1422787&view=rev
Log:
Fixing bad download links and adding some notes about old releases
Modified:
openejb/site/trunk/content/downloads.html
Modified: openejb/site/trunk/content/downloads.html
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/downloads.html?rev=1422787&r1=1422786&r2=1422787&view=diff
==============================================================================
--- openejb/site/trunk/content/downloads.html (original)
+++ openejb/site/trunk/content/downloads.html Mon Dec 17 08:16:01 2012
@@ -2,7 +2,7 @@
{% block title %}Apache TomEE & OpenEJB{% endblock %}
{% block content %}
-<section>
+<section xmlns="http://www.w3.org/1999/html">
<div class="alert-message">
<strong>Feedback Welcome!</strong>
@@ -137,13 +137,13 @@
<div class="span12">
<h3> </h3>
<ul>
- <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-webapp-1.5.1.war">tomee-webapp-1.5.1.war</a>
(<a
-
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-webapp-1.5.1.war.asc">asc</a>
<a
-
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-webapp-1.5.1.war.md5">md5</a>)
- </li>
- <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-plus-webapp-1.5.1.war">tomee-plus-webapp-1.5.1.war</a>
- (<a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-plus-webapp-1.5.1.war.asc">asc</a>
<a
-
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-1.5.1/tomee-plus-webapp-1.5.1.war.md5">md5</a>)
+ <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-webapp-1.5.1.war">tomee-webapp-1.5.1.war</a>
(<a
+
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-webapp-1.5.1.war.asc">asc</a>
<a
+
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-webapp-1.5.1.war.md5">md5</a>)
+ </li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-plus-webapp-1.5.1.war">tomee-plus-webapp-1.5.1.war</a>
+ (<a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-plus-webapp-1.5.1.war.asc">asc</a>
<a
+
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.1/tomee-plus-webapp-1.5.1.war.md5">md5</a>)
</li>
</ul>
</div>
@@ -195,6 +195,27 @@
</ul>
</div>
</div>
+ <div class="row">
+ <div class="span4">
+ <h3>Previous releases</h3>
+
+ <p>You can still download previous releases in the following
area.</p>
+ <div class="alert-message">
+ <strong>Archives!</strong>
+ Apache mirrors are not used to maintain old releases
available. The following list might not be up-to-date
+ depending on the mirror you will choose. In case you need
previous releases, you can still refer to
+ <a href="http://archive.apache.org/dist/openejb/">Apache
Archive website</a>.
+ </div>
+ </div>
+ <div class="span12">
+ <h3> </h3>
+ <ul>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.5.0">TomEE 1.5.0 /
OpenEJB 4.5.0</a></li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.0.0">TomEE 1.0.0 /
OpenEJB 4.0.0</a></li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.0.0">All still
downloadable from Apache mirrors</a></li>
+ </ul>
+ </div>
+ </div>
</section>
<div class="row">
@@ -207,11 +228,19 @@
<div class="row">
<div class="span16">
- <p>We are excited to announce the release of <a
href="http://tomee.apache.org/downloads.html">Apache TomEE 1.5.1</a>. The
volume of
- feedback on the 1.5.1 Final drove such an impressive number of
fixes and improvements into TomEE
- <a href="tomee-1.5.1-release-notes.html">the changes</a>.</p>
- <p>We'd like to thank everyone who gave feedback and contributed
to improve Apache TomEE on a daily basis!</p>
+ <p>We are proud to announce <a
href="http://tomee.apache.org/downloads.html">Apache TomEE 1.5.1</a>
+ has been released!</p>
+
+ <p>Though targeted as a maintenance release, does include some
neat new features such as a Maven Archetype
+ for quickly creating TomEE projects, the ability to reduce JPA
scanning overhead, new options in the
+ Arquillian adapters and some enhancements to the TomEE Maven
Plugin. Key upgrades include Apache
+ Tomcat 7.0.34, Apache ActiveMQ 5.7.0, Apache CXF 2.6.3 and
Apache MyFaces 2.1.10. Noteworthy bugfixes
+ include some Windows-specific fixes and CDI changes to better
support EARs.</p>
+
+ <p>See the <a
href="http://tomee.apache.org/tomee-1.5.1-release-notes.html">release notes</a>
for a full
+ list of all the changes. A very big thank you to all the users
who have feedback!</p>
+
</div>
</div>
</section>