Author: ltheussl Date: Wed Jul 26 16:47:17 2006 New Revision: 425912 URL: http://svn.apache.org/viewvc?rev=425912&view=rev Log: First draft of 1.1-beta-3 release notes. Please review.
Added: maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml (with props) Added: maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml?rev=425912&view=auto ============================================================================== --- maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml (added) +++ maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml Wed Jul 26 16:47:17 2006 @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<!-- +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed 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="ltheussl AT apache DOT org">Lukas Theussl</author> + </properties> + + <body> + <section name="Maven 1.1-beta-3 Released"> + <p> + The Apache Maven team is pleased to announce the release of Maven 1.1-beta-3! + </p> + <p> + <a href="download.html">Download</a> Maven 1.1-beta-3 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> + This release focuses on the following objectives: + </p> + <ul> + <li>Upgrade to later releases of dependencies, in particular Jelly, Dom4j and Jaxen</li> + <li>Re-introduction of Xerces into the core dependencies</li> + <li>Upgraded versions of almost all the bundled plugins</li> + <li>Documentation updates</li> + <li>Bugfixes</li> + </ul> + <p> + For a full list of changes, please see + <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10030&styleName=Html&version=11989">JIRA</a>. + </p> + <p> + With just a <a href="../reference/backwards-compatibility.html">few exceptions</a>, + Maven 1.1-beta-3 is backwards compatible with Maven 1.0. One notable issue is the fact + that you cannot use xml entities in project.xml, see + <a href="http://jira.codehaus.org/browse/MAVEN-1755">MAVEN-1755</a>. + </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> + + Propchange: maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision"