rdonkin 2004/03/23 23:56:43
Modified: docs index.html
docs/site/news elsewhere-2004-1stHalf.html index.html
xdocs index.xml
xdocs/site/news elsewhere-2004-1stHalf.xml index.xml
Log:
Added news of Maven RC2 release.
Revision Changes Path
1.390 +1 -0 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- index.html 18 Mar 2004 03:19:58 -0000 1.389
+++ index.html 24 Mar 2004 07:56:43 -0000 1.390
@@ -280,6 +280,7 @@
<h4>Other news from <a
href="site/news/news-2004-1stHalf.html">Jakarta</a>
and <a href="site/news/elsewhere-2004-1stHalf.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/news/elsewhere-2004-1stHalf.html#20040324.1">24
March 2004 - <b>Maven 1.0 RC2</b> Released</a></li>
<li><a href="site/news/news-2004-1stHalf.html#20040318.1">18 March
2004 - <b>Jakarta Struts' graduation with honors into Apache Struts</b></a></li>
<li><a href="site/news/elsewhere-2004-1stHalf.html#20040316.1">16
March 2004 - <b>ASF Announces CeBit 2004 Booth</b></a></li>
<li><a href="site/news/news-2004-1stHalf.html#20040312.1">12 March
2004 - <b>HiveMind's Graduation From Jakarta Commons Sandbox</b></a></li>
1.11 +45 -1 jakarta-site2/docs/site/news/elsewhere-2004-1stHalf.html
Index: elsewhere-2004-1stHalf.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/elsewhere-2004-1stHalf.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- elsewhere-2004-1stHalf.html 17 Mar 2004 09:01:39 -0000 1.10
+++ elsewhere-2004-1stHalf.html 24 Mar 2004 07:56:43 -0000 1.11
@@ -206,7 +206,51 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20040316.1">
+ <a name="20040324.1">
+ <h3>24 March - Maven 1.0 RC2 Released</h3>
+</a>
+ <p>
+The <a href="http://maven.apache.org">Apache Maven</a> team is pleased to
+announce the release of
+<a href="http://maven.apache.org/start/download.html">Maven 1.0 RC2</a>.
+</p>
+ <p>
+Maven is a Java project management and project comprehension
+tool. Maven is based on the concept of a project object model (POM).
+The intent of Maven is to make intra-project development highly manageable
+in the hopes of providing more time for cross-project development.
+</p>
+ <p>
+RC2 is a release candidate for Maven 1.0. The main focus for this release was
+</p>
+ <ul>
+ <li>Remove a memory leak in long-lived and multiple project builds</li>
+ <li>Reworking the internals for more maintainability while retaining full
backwards
+ compatibility with RC1.</li>
+ <li>Many other bugfixes</li>
+</ul>
+ <p>
+While no new features have been added to Maven's central architecture, RC2
+includes all the latest releases of the plugins developed at Apache. Most
+plugins include bugfixes and new functionality since the RC1 release.
+</p>
+ <p>
+We hope you enjoy using Maven! If you have any questions, please consult:
+</p>
+ <ul>
+ <li>the <a href="http://maven.apache.org/faq.html">FAQ</a></li>
+ <li>the <a href="http://wiki.codehaus.org/maven/">Wiki</a></li>
+ <li>the maven-user <a href="http://maven.apache.org/mail-lists.html">mailing
list</a></li>
+</ul>
+ <p>
+For news and information, see the <a href="http://www.mavenblogs.com/">Maven
Blogs</a>
+</p>
+ <div align="RIGHT">
+<p>
+- The Apache Maven Team
+</p>
+</div>
+ <a name="20040316.1">
<h3>16 March 2004 - ASF Annoucement CeBit 2004 Booth</h3>
</a>
<p>
1.62 +9 -0 jakarta-site2/docs/site/news/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/index.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- index.html 17 Mar 2004 08:22:54 -0000 1.61
+++ index.html 24 Mar 2004 07:56:43 -0000 1.62
@@ -331,6 +331,15 @@
<li><strong>March</strong>
<ul>
<li>
+<a href="elsewhere-2004-1stHalf.html#20040324.1">Maven 1.0 RC2 Released</a>
+ </li>
+ <li>
+<a href="news-2004-1stHalf.html#20040318.1">Jakarta Struts' graduation with honors
into Apache Struts</a>
+ </li>
+ <li>
+<a href="news-2004-1stHalf.html#20040317.1">Jakarta Tapestry 3.0 R.C.1 Released</a>
+ </li>
+ <li>
<a href="elsewhere-2004-1stHalf.html#20040316.1">ASF Announces CeBit 2004 Booth</a>
</li>
<li>
1.327 +1 -0 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- index.xml 18 Mar 2004 03:19:58 -0000 1.326
+++ index.xml 24 Mar 2004 07:56:43 -0000 1.327
@@ -76,6 +76,7 @@
<h4>Other news from <a href="site/news/news-2004-1stHalf.html">Jakarta</a>
and <a href="site/news/elsewhere-2004-1stHalf.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/news/elsewhere-2004-1stHalf.html#20040324.1">24
March 2004 - <b>Maven 1.0 RC2</b> Released</a></li>
<li><a href="site/news/news-2004-1stHalf.html#20040318.1">18 March
2004 - <b>Jakarta Struts' graduation with honors into Apache Struts</b></a></li>
<li><a href="site/news/elsewhere-2004-1stHalf.html#20040316.1">16
March 2004 - <b>ASF Announces CeBit 2004 Booth</b></a></li>
<li><a href="site/news/news-2004-1stHalf.html#20040312.1">12 March
2004 - <b>HiveMind's Graduation From Jakarta Commons Sandbox</b></a></li>
1.10 +44 -0 jakarta-site2/xdocs/site/news/elsewhere-2004-1stHalf.xml
Index: elsewhere-2004-1stHalf.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/elsewhere-2004-1stHalf.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- elsewhere-2004-1stHalf.xml 17 Mar 2004 09:01:40 -0000 1.9
+++ elsewhere-2004-1stHalf.xml 24 Mar 2004 07:56:43 -0000 1.10
@@ -24,6 +24,50 @@
<section name="Elsewhere ...">
+<a name="20040324.1">
+ <h3>24 March - Maven 1.0 RC2 Released</h3>
+</a>
+<p>
+The <a href='http://maven.apache.org'>Apache Maven</a> team is pleased to
+announce the release of
+<a href='http://maven.apache.org/start/download.html'>Maven 1.0 RC2</a>.
+</p>
+<p>
+Maven is a Java project management and project comprehension
+tool. Maven is based on the concept of a project object model (POM).
+The intent of Maven is to make intra-project development highly manageable
+in the hopes of providing more time for cross-project development.
+</p>
+<p>
+RC2 is a release candidate for Maven 1.0. The main focus for this release was
+</p>
+<ul>
+ <li>Remove a memory leak in long-lived and multiple project builds</li>
+ <li>Reworking the internals for more maintainability while retaining full
backwards
+ compatibility with RC1.</li>
+ <li>Many other bugfixes</li>
+</ul>
+<p>
+While no new features have been added to Maven's central architecture, RC2
+includes all the latest releases of the plugins developed at Apache. Most
+plugins include bugfixes and new functionality since the RC1 release.
+</p>
+<p>
+We hope you enjoy using Maven! If you have any questions, please consult:
+</p>
+<ul>
+ <li>the <a href='http://maven.apache.org/faq.html'>FAQ</a></li>
+ <li>the <a href='http://wiki.codehaus.org/maven/'>Wiki</a></li>
+ <li>the maven-user <a href='http://maven.apache.org/mail-lists.html'>mailing
list</a></li>
+</ul>
+<p>
+For news and information, see the <a href='http://www.mavenblogs.com/'>Maven
Blogs</a>
+</p>
+<div align='RIGHT'>
+<p>
+- The Apache Maven Team
+</p>
+</div>
<a name="20040316.1">
<h3>16 March 2004 - ASF Annoucement CeBit 2004 Booth</h3>
1.26 +9 -0 jakarta-site2/xdocs/site/news/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/index.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- index.xml 17 Mar 2004 08:23:01 -0000 1.25
+++ index.xml 24 Mar 2004 07:56:43 -0000 1.26
@@ -78,6 +78,15 @@
<li><strong>March</strong>
<ul>
<li>
+<a href="elsewhere-2004-1stHalf.html#20040324.1">Maven 1.0 RC2 Released</a>
+ </li>
+ <li>
+<a href="news-2004-1stHalf.html#20040318.1">Jakarta Struts' graduation with honors
into Apache Struts</a>
+ </li>
+ <li>
+<a href="news-2004-1stHalf.html#20040317.1">Jakarta Tapestry 3.0 R.C.1 Released</a>
+ </li>
+ <li>
<a href="elsewhere-2004-1stHalf.html#20040316.1">ASF Announces CeBit 2004 Booth</a>
</li>
<li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]