Author: ltheussl
Date: Mon Jun 18 12:40:00 2007
New Revision: 548463

URL: http://svn.apache.org/viewvc?view=rev&rev=548463
Log:
Update docs to prepare for 1.1 release.

Added:
    maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml   (with props)
Modified:
    maven/maven-1/core/trunk/xdocs/index.xml
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
    maven/maven-1/core/trunk/xdocs/roadmap.xml
    maven/maven-1/core/trunk/xdocs/start/download.xml
    maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml

Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/index.xml?view=diff&rev=548463&r1=548462&r2=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Mon Jun 18 12:40:00 2007
@@ -125,7 +125,7 @@
         documentation from a central piece of information.
       </p>
       <p>
-        These pages are all about Maven 1.x. The latest version of Maven is the
+        <strong>These pages are all about Maven 1.x.</strong> The latest 
version of Maven is the
         2.0 tree, which is a complete rewrite of the original Maven 
application.
         For more information on Maven 2, see the main
         <a href="http://maven.apache.org/";>Maven</a> site.
@@ -164,15 +164,10 @@
         <dl>
           <dt>Stable</dt>
           <dd>
-            The current stable release for maven 1.x is version 1.0.2, 
obtainable from the
-            <a href="start/download.html">download page</a>.
-            Note that no further development occurs for 1.0 as we are working 
on 1.1.
-            You may find the betas and release candidates more usable and 
stable than 1.0.2.
-          </dd>
-          <dt>Release Candidate</dt>
-          <dd>
-            The latest RC release for maven 1.x is version 1.1-RC1, obtainable 
from the
+            The current stable release for maven 1.x is version 1.1, 
obtainable from the
             <a href="start/download.html">download page</a>.
+            Note that no further development is planned for the 1.0 branch,
+            and 1.1 is in maintenance mode, i.e. development is restricted to 
bug fixes.
           </dd>
           <dt>Development/Head</dt>
           <dd>

Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?view=diff&rev=548463&r1=548462&r2=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml 
(original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Mon 
Jun 18 12:40:00 2007
@@ -35,10 +35,10 @@
         project. You'll find here:
       </p>
       <ul>
-        <li><a href="#Changes_Between_Maven_1.0.2_and_Maven_1.1-RC1">Changes 
Between Maven 1.0.2 and Maven 1.1-RC1</a>: If you are using the last stable 
release.</li>
-        <li><a 
href="#Changes_Between_Maven_1.1-beta-3_and_Maven_1.1-RC1">Changes Between 
Maven 1.1-beta-3 and Maven 1.1-RC1</a>: If you are using the last testing 
release.</li>
+        <li><a href="#Changes_Between_Maven_1.0.2_and_Maven_1.1">Changes 
Between Maven 1.0.2 and Maven 1.1</a>: If you are using the last stable 
release.</li>
+        <li><a href="#Changes_Between_Maven_1.1-RC1_and_Maven_1.1">Changes 
Between Maven 1.1-RC1 and Maven 1.1</a>: If you are using the last testing 
release.</li>
       </ul>
-      <subsection name="Changes Between Maven 1.0.2 and Maven 1.1-RC1">
+      <subsection name="Changes Between Maven 1.0.2 and Maven 1.1">
         <dl>
           <dt>JDK requirement is now 1.4 and above</dt>
           <dd>
@@ -220,42 +220,34 @@
           </dd>
         </dl>
         <dl>
-          <dt>Backward compatibility in test plugin</dt>
+          <dt>Issues in bundled plugins</dt>
           <dd>
-            <p>
-               Version 1.8 of the test plugin introduced a backward 
compatibility issue, see
-               the plugin <a 
href="http://maven.apache.org/maven-1.x/plugins/test/";>home page</a> for 
details.
-            </p>
+            <ul>
+              <p>
+                Each plugin has its independent release cycle. With respect to 
Maven 1.0.2,
+                practically every bundled plugin has seen a major version 
upgrade.
+                The following is a (certainly incomplete!) list of the most 
prominent, known issues:
+              </p>
+              <li>
+                Version 1.8 of the Test plugin introduced a backward 
compatibility issue, see
+                the plugin <a 
href="http://maven.apache.org/maven-1.x/plugins/test/";>home page</a> for 
details.
+              </li>
+               <li>
+                Version 1.4 of the Announcement plugin has a backward 
compatibility issue,
+                that also affects the xdoc plugin, see
+                <a 
href="http://jira.codehaus.org/browse/MPANNOUNCEMENT-21";>MPANNOUNCEMENT-21</a>.
+              </li>
+            </ul>
           </dd>
         </dl>
       </subsection>
 
-      <subsection name="Changes Between Maven 1.1-beta-3 and Maven 1.1-RC1">
-        <dl>
-          <dt>New default repository</dt>
-          <dd>
-            <p>
-              The default repository is now
-              <a 
href="http://repo1.maven.org/maven/";>http://repo1.maven.org/maven/</a>
-              (instead of <a 
href="http://www.ibiblio.org/maven/";>http://www.ibiblio.org/maven/</a>).
-            </p>
-          </dd>
-        </dl>
-        <dl>
-          <dt>Fixed XML Entities in POM</dt>
-          <dd>
-            <p>
-              A bug that was present in previous betas about XML entities in 
the POM, see
-              <a 
href="http://jira.codehaus.org/browse/MAVEN-1755";>MAVEN-1755</a>, is fixed.
-            </p>
-          </dd>
-        </dl>
+      <subsection name="Changes Between Maven 1.1-RC1 and Maven 1.1">
         <dl>
-          <dt>Backward compatibility in test plugin</dt>
+          <dt>Upgraded plugins</dt>
           <dd>
             <p>
-               Version 1.8 of the test plugin introduced a backward 
compatibility issue, see
-               the plugin <a 
href="http://maven.apache.org/maven-1.x/plugins/test/";>home page</a> for 
details.
+              Include upgraded (bug-fix) versions of the test and artifact 
plugin.
             </p>
           </dd>
         </dl>

Modified: maven/maven-1/core/trunk/xdocs/roadmap.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/roadmap.xml?view=diff&rev=548463&r1=548462&r2=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/roadmap.xml (original)
+++ maven/maven-1/core/trunk/xdocs/roadmap.xml Mon Jun 18 12:40:00 2007
@@ -30,21 +30,24 @@
   <body>
     <section name="Roadmap">
       <p>
-        This document details the current plans for the Maven 1.x project.
-        Please visit the main <a href="http://maven.apache.org/";>Maven</a>
-        page for information on Maven 2.
-        More information on the Maven project as a whole can be found in JIRA 
under the
-        <a href="http://jira.codehaus.org/browse/MPA";>MPA</a> project.
+        The current stable release for maven 1.x is version 1.1, obtainable 
from the
+        <a href="start/download.html">download page</a>.
+        No further development is planned for the 1.0 branch,
+        and 1.1 is in maintenance mode, i.e. development is restricted to bug 
fixes.
       </p>
       <p>
-        While this roadmap has a focus on Maven 1.1, individual projects have 
their own roadmaps which are 
-        also defined in JIRA. For example, the full Maven 1.x roadmap can be 
browsed under the
+        The list of unresolved issues / enhancement requests for Maven 1.x can 
be browsed under the
         <a href="http://jira.codehaus.org/browse/MAVEN";>MAVEN</a> JIRA project.
       </p>
-      <subsection name="Maven 1.1-RC1">
+      <p>
+        Most development on Maven is now done on the 2.x branch.
+        Please visit the main <a href="http://maven.apache.org/";>Maven</a>
+        web site for information on Maven 2.
+      </p>
+      <subsection name="Maven 1.1">
         <p>
-          Maven 1.1-RC1 is available for testing, you can download it
-          <a href="start/download.html">here</a>. Maven 1.1-RC1 is a feature 
complete version of Maven 1.1.
+          Maven 1.1 is available for testing, you can download it
+          <a href="start/download.html">here</a>.
         </p>
         <p>
           The main changes with respect to Maven 1.0.2 are:
@@ -59,13 +62,8 @@
           <li>Bugfixes - check the JIRA <a 
href="http://jira.codehaus.org/browse/MAVEN?report=com.atlassian.jira.plugin.system.project:changelog-panel";>changelog</a>.</li>
         </ul>
         <p>
-          With just a few <a 
href="reference/backwards-compatibility.html">exceptions</a>, Maven 1.1 will be 
backwards
+          With just a few <a 
href="reference/backwards-compatibility.html">exceptions</a>, Maven 1.1 is 
backwards
           compatible with Maven 1.0. 
-        </p>
-      </subsection>
-      <subsection name="Maven 1.1">
-        <p>
-          After some time of testing the release candidate, Maven 1.1 will be 
released.
         </p>
       </subsection>
     </section>

Modified: maven/maven-1/core/trunk/xdocs/start/download.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/start/download.xml?view=diff&rev=548463&r1=548462&r2=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/download.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/download.xml Mon Jun 18 12:40:00 2007
@@ -39,17 +39,42 @@
         how to install maven, see the <a href="install.html">Installation 
Instructions</a>.
         You can find both these and older releases <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/";>here</a>.
       </p>
-      <subsection name="Latest Stable Release: Download Maven 1.0.2">
-
+      <subsection name="Latest Stable Release: Download Maven 1.1">
         <p>
-          Please read the <a href="release-notes-LATEST.html">Release 
Notes</a>.
+          Please read the <a href="release-notes-LATEST.html">Release 
Notes</a>. In particular, note that
+          you <b>must adjust your path</b> when installing side by side with 
Maven 1.0.2.
         </p>
-  
+
+        <ul>
+          <li>
+            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1.exe";>Windows
 Installer</a>
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.exe.md5";>checksum</a>)
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.exe.asc";>PGP</a>)
+          </li>
+          <li>
+            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1.tar.bz2";>.tar.bz2
 archive</a>
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.tar.bz2.md5";>checksum</a>)
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.tar.bz2.asc";>PGP</a>)
+          </li>
+          <li>
+            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1.tar.gz";>.tar.gz
 archive</a>
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.tar.gz.md5";>checksum</a>)
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.tar.gz.asc";>PGP</a>)
+          </li>
+          <li>
+            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1.zip";>.zip 
archive</a>
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.zip.md5";>checksum</a>)
+            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1.zip.asc";>PGP</a>)
+          </li>
+        </ul>
+      </subsection>
+
+      <subsection name="Latest Stable Release of the 1.0 branch: Download 
Maven 1.0.2">
+
         <p>
-          The current release is 1.0.2. Below are the links to the latest 
release in various formats.
-          See also the list of available updates below the main download list.
+          Please read the <a href="release-notes-1.0.2.html">Release Notes</a>.
         </p>
-        
+
         <ul>
           <li>
             <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.2.exe";>Windows
 Installer</a>
@@ -77,39 +102,12 @@
           Maven is distributed under the <a href="../license.html">Apache 
License, version 2.0</a>.
         </p>
       </subsection>
-      <subsection name="Testing Releases: Download Maven 1.1 RC1">
-        <p>
-          Please read the <a href="release-notes-1.1-RC1.html">Release 
Notes</a>. In particular, note that
-          you <b>must adjust your path</b> when installing side by side with 
Maven 1.0.2.
-        </p>
 
-        <ul>
-          <li>
-            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-RC1.exe";>Windows
 Installer</a>
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.exe.md5";>checksum</a>)
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.exe.asc";>PGP</a>)
-          </li>
-          <li>
-            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-RC1.tar.bz2";>.tar.bz2
 archive</a>
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.tar.bz2.md5";>checksum</a>)
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.tar.bz2.asc";>PGP</a>)
-          </li>
-          <li>
-            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-RC1.tar.gz";>.tar.gz
 archive</a>
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.tar.gz.md5";>checksum</a>)
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.tar.gz.asc";>PGP</a>)
-          </li>
-          <li>
-            <a 
href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-RC1.zip";>.zip
 archive</a>
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.zip.md5";>checksum</a>)
-            (<a 
href="http://www.apache.org/dist/maven/binaries/maven-1.1-RC1.zip.asc";>PGP</a>)
-          </li>
-        </ul>
-      </subsection>
       <subsection name="Plugins for Maven 1.x">
         <p>
-          The following plugins have been released since the last stable 
release (Maven 1.0.2), and can be downloaded
-          manually: <a 
href="http://maven.apache.org/maven-1.x/plugins/bundled/multichanges-report.html";>plugin
 releases</a>.
+          This page contains a list of the most current
+          <a 
href="http://maven.apache.org/maven-1.x/plugins/bundled/multichanges-report.html";>plugin
 releases</a>.
+          Check this page for updates with respect to the versions bundled in 
the official Maven release.
           See the main <a 
href="http://maven.apache.org/maven-1.x/plugins/";>plugins</a> page for other 
plugins.
         </p>
       </subsection>
@@ -118,7 +116,7 @@
     <section name="Maven 2.0">
       <p>
         Maven 2.0 is the current stable release of Maven. For more information 
and
-        installation instructions, see the <a 
href="http://maven.apache.org/download.html";>Maven 2.0</a> section.
+        installation instructions, see the <a 
href="http://maven.apache.org/download.html";>Maven 2.0</a> download page.
       </p>
     </section>
 

Added: maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml?view=auto&rev=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml (added)
+++ maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml Mon Jun 18 
12:40:00 2007
@@ -0,0 +1,79 @@
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Release Notes</title>
+    <author email="[EMAIL PROTECTED]">Brett Porter</author>
+  </properties>
+
+  <body>
+    <section name="Maven 1.0.2 Released">
+      <p>
+The Apache Maven team is pleased to announce the release of Maven 1.0.2.
+</p><p>
+<a 
href="download.html">http://maven.apache.org/maven-1.x/start/download.html</a>
+</p><p>
+This release contains further bugfixes since the Maven 1.0 release. In 
addition, all of the latest stable plugin releases are included, which include 
both bugfixes and some new features.
+</p><p>
+We recommend that all users upgrade to this release, in particular those using 
pre-1.0 betas or release candidates.
+</p><p>
+Maven is a project management and project comprehension tool. Maven is based 
+on the concept of a project object model: builds, documentation creation, site 
+publication, and distribution publication are all controlled from the project 
+object model. Maven also provides tools to create source metrics, change logs 
+based directly on source repository, and source cross-references.
+</p><p>
+To see a list of changes to Maven, please refer to the JIRA
+<a 
href="http://jira.codehaus.org/browse/MAVEN?report=com.atlassian.jira.plugin.system.project:changelog-panel";>Change
 Log</a>, or the brief summary below:
+</p>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1428'>MAVEN-1428</a>] - 
"Response content length not known"</li>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1501'>MAVEN-1501</a>] - 
maven seems not to evaluate .properties of parent pom</li>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1502'>MAVEN-1502</a>] - 
Build doesn't fail when dependency can't be downloaded due to wrong 
permissions</li>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1507'>MAVEN-1507</a>] - 
Fails on IBM 1.3 JDK</li>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1511'>MAVEN-1511</a>] - 
Jar override does not work when trying to override to SNAPSHOT</li>
+<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1518'>MAVEN-1518</a>] - 
Wrong behaviour for non existing overwritten dependency</li>
+</ul>
+<p>
+Please note that each plugin has its own changes report - please refer to the 
<a href="http://maven.apache.org/maven-1.x/plugins/";>plugins site</a> to see 
the plugin you are interested in.
+</p>
+<p>
+We hope you enjoy using Maven! If you have any questions, please consult:
+</p>
+<ul>
+<li>the FAQ: <a 
href="../faq.html">http://maven.apache.org/maven-1.x/faq.html</a></li>
+<li> the maven-user mailing list: <a 
href="../mail-lists.html">http://maven.apache.org/maven-1.x/mail-lists.html</a></li>
+</ul>
+<p>
+For news and information, see:
+</p>
+<ul>
+<li>Maven Blogs: <a 
href="http://www.mavenblogs.com/";>http://www.mavenblogs.com/</a></li>
+</ul>
+<p>
+<i>- The Apache Maven Team</i>
+</p>
+</section>
+</body>
+</document>
+
+

Propchange: maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/maven-1/core/trunk/xdocs/start/release-notes-1.0.2.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml?view=diff&rev=548463&r1=548462&r2=548463
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml Mon Jun 18 
12:40:00 2007
@@ -22,58 +22,65 @@
 
   <properties>
     <title>Release Notes</title>
-    <author email="[EMAIL PROTECTED]">Brett Porter</author>
+    <author email="ltheussl AT apache DOT org">Lukas Theussl</author>
+    <author email="aheritier AT apache DOT org">Arnaud Heritier</author>
   </properties>
 
   <body>
-    <section name="Maven 1.0.2 Released">
+    <section name="Maven 1.1 Released">
       <p>
-The Apache Maven team is pleased to announce the release of Maven 1.0.2.
-</p><p>
-<a 
href="download.html">http://maven.apache.org/maven-1.x/start/download.html</a>
-</p><p>
-This release contains further bugfixes since the Maven 1.0 release. In 
addition, all of the latest stable plugin releases are included, which include 
both bugfixes and some new features.
-</p><p>
-We recommend that all users upgrade to this release, in particular those using 
pre-1.0 betas or release candidates.
-</p><p>
-Maven is a project management and project comprehension tool. Maven is based 
-on the concept of a project object model: builds, documentation creation, site 
-publication, and distribution publication are all controlled from the project 
-object model. Maven also provides tools to create source metrics, change logs 
-based directly on source repository, and source cross-references.
-</p><p>
-To see a list of changes to Maven, please refer to the JIRA
-<a 
href="http://jira.codehaus.org/browse/MAVEN?report=com.atlassian.jira.plugin.system.project:changelog-panel";>Change
 Log</a>, or the brief summary below:
-</p>
-<ul>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1428'>MAVEN-1428</a>] - 
"Response content length not known"</li>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1501'>MAVEN-1501</a>] - 
maven seems not to evaluate .properties of parent pom</li>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1502'>MAVEN-1502</a>] - 
Build doesn't fail when dependency can't be downloaded due to wrong 
permissions</li>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1507'>MAVEN-1507</a>] - 
Fails on IBM 1.3 JDK</li>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1511'>MAVEN-1511</a>] - 
Jar override does not work when trying to override to SNAPSHOT</li>
-<li>[<a href='http://jira.codehaus.org/browse/MAVEN-1518'>MAVEN-1518</a>] - 
Wrong behaviour for non existing overwritten dependency</li>
-</ul>
-<p>
-Please note that each plugin has its own changes report - please refer to the 
<a href="http://maven.apache.org/maven-1.x/plugins/";>plugins site</a> to see 
the plugin you are interested in.
-</p>
-<p>
-We hope you enjoy using Maven! If you have any questions, please consult:
-</p>
-<ul>
-<li>the FAQ: <a 
href="../faq.html">http://maven.apache.org/maven-1.x/faq.html</a></li>
-<li> the maven-user mailing list: <a 
href="../mail-lists.html">http://maven.apache.org/maven-1.x/mail-lists.html</a></li>
-</ul>
-<p>
-For news and information, see:
-</p>
-<ul>
-<li>Maven Blogs: <a 
href="http://www.mavenblogs.com/";>http://www.mavenblogs.com/</a></li>
-</ul>
-<p>
-<i>- The Apache Maven Team</i>
-</p>
-</section>
-</body>
+        The Apache Maven team is pleased to announce the release of Maven 1.1!
+      </p>
+      <p>
+        <a href="download.html">Download</a> Maven 1.1 and read the
+        <a href="install.html">Installation Instructions</a>.
+      </p>
+      <p>
+        Maven is a project management and project comprehension tool. Maven is 
based 
+        on the concept of a project object model: builds, documentation 
creation, site 
+        publication, and distribution publication are all controlled from the 
project 
+        object model. Maven also provides tools to create source metrics, 
change logs 
+        based directly on source repository, and source cross-references.
+      </p>
+      <p>
+        Compared to Maven 1.0.2, this release features several enhancements:
+      </p>
+      <ul>
+        <li>Integration of Maven 2 technologies such as Maven Wagon, Maven SCM 
and the new model code</li>
+        <li>Ant 1.6.5 support</li>
+        <li>Upgrade dependencies, in particular Jelly, Dom4j, Jaxen, 
Commons-Jexl, and many others.</li>
+        <li><a href="../plugins/bundledHistory.html">Upgraded versions</a> of 
almost all the bundled plugins,</li>
+        <li>Improved error handling and reporting.</li>
+        <li>Improved POM layout</li>
+        <li>Significant improvements in memory usage and general 
performance.</li>
+        <li>Documentation updates.</li>
+      </ul>
+      <p>
+        For a full list of changes, please see
+        <a 
href="http://jira.codehaus.org/browse/MAVEN?report=com.atlassian.jira.plugin.system.project:changelog-panel";>JIRA</a>.
+      </p>
+      <p>
+        With just a <a href="../reference/backwards-compatibility.html">few 
exceptions</a>,
+        Maven 1.1 is backwards compatible with Maven 1.0.
+      </p>
+      <p>
+        <b>Please note</b>: <a href="http://maven.apache.org/";>Maven 2.0.6</a>
+        is the latest stable release of Maven and is recommended for all new 
projects, 
+        but it is not compatible with Maven 1.x. Maven 1.1 is meant to improve 
the
+        performance and stability for those using Maven 1.0 for their builds.
+      </p>
+      <p>
+        We hope you enjoy using Maven! If you have any questions, please 
consult:
+      </p>
+      <ul>
+        <li>the <a href="../faq.html">FAQ</a></li>
+        <li>the <a href="../mail-lists.html">maven-user</a> mailing list</li>
+      </ul>
+      <p>
+        <i>- The Apache Maven Team</i>
+      </p>
+    </section>
+  </body>
 </document>
 
 


Reply via email to