You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/01/09 15:44:28 UTC

svn commit: r897464 - in /maven/site/trunk: pom.xml src/site/apt/docs/3.0-alpha-6/ src/site/apt/docs/3.0-alpha-6/release-notes.apt.vm src/site/apt/docs/3.0-alpha-6/release-notes.txt

Author: bentmann
Date: Sat Jan  9 14:44:28 2010
New Revision: 897464

URL: http://svn.apache.org/viewvc?rev=897464&view=rev
Log:
o Added release notes for apache-maven:3.0-alpha-6

Added:
    maven/site/trunk/src/site/apt/docs/3.0-alpha-6/
      - copied from r897459, maven/site/trunk/src/site/apt/docs/3.0-alpha-5/
Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.apt.vm
    maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.txt

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=897464&r1=897463&r2=897464&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sat Jan  9 14:44:28 2010
@@ -271,10 +271,10 @@
     <current20xReleaseDate>18 Feb 2009</current20xReleaseDate>
     <currentStableVersion>2.2.1</currentStableVersion>
     <currentStableReleaseDate>11 August 2009</currentStableReleaseDate>
-    <currentDevelopmentVersion>3.0-alpha-5</currentDevelopmentVersion>
-    <currentDevelopmentReleaseDate>26 November 2009</currentDevelopmentReleaseDate>
+    <currentDevelopmentVersion>3.0-alpha-6</currentDevelopmentVersion>
+    <currentDevelopmentReleaseDate>9 January 2010</currentDevelopmentReleaseDate>
     <releasedVersions>2.2.1,2.2.0,2.1.0,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-5,3.0-alpha-4,3.0-alpha-3</developmentVersions>
+    <developmentVersions>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-alpha-6/release-notes.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.apt.vm?rev=897464&r1=897459&r2=897464&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.apt.vm Sat Jan  9 14:44:28 2010
@@ -1,5 +1,5 @@
  ------
-Release Notes - Maven 3.0-alpha-5
+Release Notes - Maven 3.0-alpha-6
  ------
 Brett Porter
  ------
@@ -26,11 +26,11 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven 3.0-alpha-5
+Maven 3.0-alpha-6
 
-  The Apache Maven team would like to announce the release of Maven 3.0-alpha-5.
+  The Apache Maven team would like to announce the release of Maven 3.0-alpha-6.
 
-  Maven 3.0-alpha-5 is {{{../../download.html} available for download}} from the 'preview' section.
+  Maven 3.0-alpha-6 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-alpha-6/release-notes.txt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.txt?rev=897464&r1=897459&r2=897464&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.txt (original)
+++ maven/site/trunk/src/site/apt/docs/3.0-alpha-6/release-notes.txt Sat Jan  9 14:44:28 2010
@@ -1,29 +1,77 @@
-* Maven 3.0-alpha-5 Release Notes
+* Maven 3.0-alpha-6 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.
   
-  The full list of changes can be found in our {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14952&styleName=Html&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?version=15996&styleName=Text&projectId=10500}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-5 (since 3.0-alpha-4 only)
+** Release Notes - Maven - Version 3.0-alpha-6 (since 3.0-alpha-5 only)
 
 ** Bug
 
-    * [MNG-4450] - [regression] Stub project for missing dependency POMs is not properly created
+    * [MNG-2110] - ArtifactRepositoryLayout isn't extensible
 
-    * [MNG-4454] - Incomplete parent element causes NPE
+    * [MNG-3266] - maven-model RepositoryBase overrides equals() but not hashCode()
 
-    * [MNG-4459] - [regression] Effective settings as visible to plugins contain plain text passwords
+    * [MNG-3610] - Endless loop with relocation jtds:jtds
 
-    * [MNG-4461] - [regression] No transfer progress during artifact deployment
+    * [MNG-4200] - Build fails on system without svn client
+
+    * [MNG-4379] - Properties defined in parent POM and used in systemPath element cause POM validation warnings and dependencies ignoration - compilation error
+
+    * [MNG-4465] - [regression] can't run mvn help:effective-settings when offline
+
+    * [MNG-4466] - Plugin Metaversion Compatibility
+
+    * [MNG-4469] - [regression] deploy:deploy-file fails with secured repository
+
+    * [MNG-4470] - [regression] Proxies are ignored during artifact deployment
+
+    * [MNG-4472] - [regression] Circular self-referential POM causes network access
+
+    * [MNG-4474] - [regression] Wagon manager does not respect instantiation strategy of wagons
+
+    * [MNG-4475] - Transitive Dependency Resolution silently fails if parent pom cannot be retrieved from repository
+
+    * [MNG-4482] - [regression] command line option "-update-snapshots" does not work for plugins/extensions
+
+    * [MNG-4488] - [regression] Parent POMs resolved from repository are validated in strict mode
+
+    * [MNG-4489] - [regression] Mirror/proxy/auth does not apply to repositories discovered in POMs of build extensions
+
+    * [MNG-4495] - mvnUpdate attempts to use a non-existent .cd directory
+
+    * [MNG-4500] - [regression] Maven checks for updates of timestamped snapshots
+
+    * [MNG-4509] -  MAVEN_DEBUG_OPTS in mvnDebug.bat is set at the wrong place
+
+    * [MNG-4510] - NoSuchMethodError when using Maven 3
+
+    * [MNG-4511] - API incompatibility in MavenProjectBuilder (Maven-3)
+
+    * [MNG-4512] - [regression] Profile activation based on JDK version range fails if current version is close to range boundary
+
+    * [MNG-4518] - Profile activation based on JRE version misbehaves if java.version has build number
 
 ** Improvement
 
-    * [MNG-4440] - error message should clearly indicate the module that failed, and how to continue
+    * [MNG-2546] - Allow plugin executions in the "super-init" phase before reactor sorting of modules build order
+
+    * [MNG-3648] - Maven is too verbose in its output, obscuring actual messages
+
+    * [MNG-4492] - Integration test MNG1830 fails with GIT based forks
+
+    * [MNG-4494] - Custom repository layout should be able to participate in repository instance creation
+
+    * [MNG-4498] - Don't fail dependency resolution if one remote repo's metadata is broken
+
+** Task
+
+    * [MNG-1086] - Use the embedder in Maven's integration tests
 
-    * [MNG-4456] - Deprecate fully qualified pathnames in system path
+    * [MNG-3902] - Remove visibility MavenProjectBuilder#buildStandaloneSuperProject