Author: bentmann
Date: Fri Apr 23 11:52:53 2010
New Revision: 937263

URL: http://svn.apache.org/viewvc?rev=937263&view=rev
Log:
o Added release notes for apache-maven:3.0-beta-1

Added:
    maven/site/trunk/src/site/apt/docs/3.0-beta-1/
      - copied from r937218, maven/site/trunk/src/site/apt/docs/3.0-alpha-7/
Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.apt.vm
    maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.txt

Modified: maven/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=937263&r1=937262&r2=937263&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Apr 23 11:52:53 2010
@@ -271,10 +271,10 @@
     <current20xReleaseDate>25 Feb 2010</current20xReleaseDate>
     <currentStableVersion>2.2.1</currentStableVersion>
     <currentStableReleaseDate>11 August 2009</currentStableReleaseDate>
-    <currentDevelopmentVersion>3.0-alpha-7</currentDevelopmentVersion>
-    <currentDevelopmentReleaseDate>13 March 
2010</currentDevelopmentReleaseDate>
+    <currentDevelopmentVersion>3.0-beta-1</currentDevelopmentVersion>
+    <currentDevelopmentReleaseDate>23 April 
2010</currentDevelopmentReleaseDate>
     
<releasedVersions>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</releasedVersions>
-    
<developmentVersions>3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</developmentVersions>
+    
<developmentVersions>3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</developmentVersions>
     
<site.deploy.url>scp://people.apache.org/www/maven.apache.org/</site.deploy.url>
   </properties>
 

Modified: maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.apt.vm?rev=937263&r1=937218&r2=937263&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.apt.vm 
(original)
+++ maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.apt.vm Fri Apr 
23 11:52:53 2010
@@ -1,9 +1,9 @@
  ------
-Release Notes - Maven 3.0-alpha-7
+Release Notes - Maven 3.0-beta-1
  ------
 Brett Porter
  ------
-13 March 2010
+23 April 2010
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,11 +26,11 @@ Brett Porter
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven 3.0-alpha-7
+Maven 3.0-beta-1
 
-  The Apache Maven team would like to announce the release of Maven 
3.0-alpha-7.
+  The Apache Maven team would like to announce the release of Maven 3.0-beta-1.
 
-  Maven 3.0-alpha-7 is {{{../../download.html} available for download}} from 
the 'preview' section.
+  Maven 3.0-beta-1 is {{{../../download.html} available for download}} from 
the 'preview' section.
 
   Maven is a software project management and comprehension tool. Based on the 
concept of a project object model
   (POM), Maven can manage a project's build, reporting and documentation from 
a central place.

Modified: maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.txt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.txt?rev=937263&r1=937218&r2=937263&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.txt (original)
+++ maven/site/trunk/src/site/apt/docs/3.0-beta-1/release-notes.txt Fri Apr 23 
11:52:53 2010
@@ -1,69 +1,103 @@
-* Maven 3.0-alpha-7 Release Notes
+* Maven 3.0-beta-1 Release Notes
 
   Maven 3 aims to ensure backward compatibility, improve usability, increase 
performance, allow safe embedding, and pave the way
   to implement many highly demanded features.
+
+  Noteworthy changes in this release are the revision of version range to no 
longer include snapshot versions unless
+  explicitly matched by a range boundary (cf. [MNG-3092]) and the support for 
parallel builds (cf. [MNG-3092]).
+  Users that intent to use this feature are strongly advised to read the
+  
{{{https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3}
 Guide on Parallel Builds}}
+  to learn about potential ramifications.
   
-  The full list of changes can be found in our 
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=16087&styleName=Text&projectId=10500}issue
 management system}}, and is reproduced below.
+  The full list of changes can be found in our 
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16089}issue
 management system}}, and is reproduced below.
 
 ** Known Incompatibilities with Maven 2
 
   Please refer to the following 
{{{http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html} 
compatibility notes}}.
   
-** Release Notes - Maven - Version 3.0-alpha-7 (since 3.0-alpha-6 only)
+** Release Notes - Maven - Version 3.0-beta-1 (since 3.0-alpha-7 only)
 
 ** Bug
 
-    * [MNG-2281] - 1.0-beta-3 should be \< 1.0-SNAPSHOT
+    * [MNG-1751] - merging metadata doesn't fail when timestamp is in the 
future
+
+    * [MNG-2103] - Inheritance of <plugin> overrides that of <execution>
+
+    * [MNG-2222] - dependency to dependency without source code fails
+
+    * [MNG-2276] - profile activation by property doesn't work with properties 
defined in settings.
+
+    * [MNG-2994] - Snapshot repositories are not checked when using ranges
+
+    * [MNG-3092] - Version ranges with non-snapshot bounds can contain 
snapshot versions
+
+    * [MNG-3133] - DefaultModelInheritence::appendPath assumes it is operating 
on interpolated/literal paths
+
+    * [MNG-3470] - Build does not fail on corrupted POM even with 
checksumPolicy=fail
 
-    * [MNG-4526] - [regression] Shade plugin includes too much (relative to 
2.2.1)
+    * [MNG-3477] - Authentication failures on dependency download aren't 
reported
 
-    * [MNG-4528] - [regression] mvn deploy ignores proxy settings
+    * [MNG-3529] - mvn -Da=" " throws an excepltion
 
-    * [MNG-4529] - maven fails on IBM JDK 1.5.0 with exception 
IllegalAccessException: Field is final
+    * [MNG-3616] - Null Pointer Exception when mirrorOf missing from mirror in 
settings.xml
 
-    * [MNG-4536] - Long build time - enforcer running too many times
+    * [MNG-3700] - ModelUtils.clone doesn't clone plugin entries where 
inherited == false
 
-    * [MNG-4542] - StringSearchModelInterpolator concurrency problem
+    * [MNG-4022] - Incorrect merge behavior using profile driven plugin 
configuration
 
-    * [MNG-4543] - Cleanup tmp files created by DefaultWagonManager
+    * [MNG-4326] - Maven should not check snapshot repositories for 
dependencies in the reactor
 
-    * [MNG-4544] - Concurrent access to Maven internals involving active 
component collections is not thread-safe
+    * [MNG-4418] - Dependency resolution appears to misbehave if a remote 
repository uses the id "local"
 
-    * [MNG-4553] - Plugins artifact filtering should use full Artifact 
identification instead only ArtifactId
+    * [MNG-4453] - [regression] Plugin versions defined in a lifecycle mapping 
are not respected
 
-    * [MNG-4554] - [regression] plugin updates are requested on every build 
regardless of policies
+    * [MNG-4555] - mvn archetype:generate -o (offline) still results in a 
"checking updates from central"
 
-    * [MNG-4561] - [regression] network settings are not applied to 
repositories from plugin dependencies
+    * [MNG-4580] - Plugin dependencies for module ignored when building from 
aggregator project using direct plugin invocation
 
-    * [MNG-4562] - [regression] UnsupportedOperationException with Maven 
AndromMDA plugin
+    * [MNG-4586] - Plugin prefix can't be resolved from plugin management if 
management entry is missing plugin version
 
-    * [MNG-4564] - Location (and name) for settings-security.xml has changed 
in Maven 3
+    * [MNG-4590] - [regression] System properties are no longer interpolated 
in imported POMs
 
-    * [MNG-4570] - [regression] User/pass from settings.xml is not used during 
site:deploy
+    * [MNG-4600] - [regression] Optional flag from dependency management 
applied to dependencies
 
-    * [MNG-4571] - mvn deploy -DaltDeploymentRepository errors out
+    * [MNG-4618] - maven-javadoc-plugin aggregate-jar fails with maven3 and 
multiple modules
 
-    * [MNG-4574] - [regression] invoker:install uses wrong local repo path 
when settings.xml contains wildcard mirror
+    * [MNG-4625] - Interpolation of settings.xml fails if an expression's 
value contains XML markup
+
+    * [MNG-4629] - [regression] POM validation fails upon non-existing 
system-scope dependency
+
+    * [MNG-4632] - Class loading is not thread-safe
 
 ** Improvement
 
-    * [MNG-3168] - Correct error message when project descriptor not found
+    * [MNG-1701] - Validate that a plugin is not configured twice in the pom
 
-    * [MNG-4432] - reimplement parallel artifacts download
+    * [MNG-2187] - Improve error message when the pom is encoded in the wrong 
charset
 
-    * [MNG-4464] - Improve handling of relative paths with backslashes
+    * [MNG-2741] - [regression] Meaningless error message: "Error transferring 
file"
 
-** New Feature
+    * [MNG-3004] - Allow build lifecycle to execute projects in parallel
 
-    * [MNG-1144] - List 2 or more maven goals in the <defaultGoal> of the POM.
+    * [MNG-3779] - Improve error message when trying to execute mojo with no 
pom.xml
 
-** Task
+    * [MNG-4162] - Removal of all reporting logic from the core of Maven
+
+    * [MNG-4194] - API to safely release of plugin realms
 
-    * [MNG-4541] - Extend class realm manager delegate to allow conditional 
behavior
+    * [MNG-4591] - Enhance the download rate output to include downloaded file 
name
 
+    * [MNG-4610] - Bump maven-release-plugin to v2.0 in super POM
 
-** Wish
+    * [MNG-4619] - Issue warning in case parent.relativePath points at POM 
with different groupId/artifactId
 
-    * [MNG-4534] - implement a preferred order for POM elements
+    * [MNG-4623] - model parsing errors can be less helpful in Maven 3
+
+    * [MNG-4628] - ReactorArtifactRepository is not setup soon enough for 
AbstractMavenLifecycleParticipant#afterProjectsRead
+
+    * [MNG-4634] - Allow custom lifecycles
+
+** Task
 
+    * [MNG-3917] - Complete the POM construction tests which will be the 
validation for the specification
 


Reply via email to