Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 73808 invoked from network); 26 Nov 2010 22:58:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Nov 2010 22:58:32 -0000 Received: (qmail 17088 invoked by uid 500); 26 Nov 2010 22:58:29 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 16284 invoked by uid 500); 26 Nov 2010 22:58:28 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 15767 invoked by uid 99); 26 Nov 2010 22:58:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 22:58:28 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [129.217.128.51] (HELO unimail.uni-dortmund.de) (129.217.128.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 22:58:20 +0000 Received: from [192.168.178.11] (i53875003.versanet.de [83.135.80.3]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.4/8.14.4) with ESMTP id oAQMvuxf015228 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 26 Nov 2010 23:57:57 +0100 (CET) Message-ID: <4CF03B77.4090508@apache.org> Date: Fri, 26 Nov 2010 23:57:59 +0100 From: Benjamin Bentmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: announce@maven.apache.org, users@maven.apache.org, announce@apache.org CC: Maven Developers List Subject: [ANN] Apache Maven 3.0.1 Released Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit The Maven team is pleased to announce the release of Apache Maven 3.0.1 Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of source and binary distributions are listed in our download section: http://maven.apache.org/download.html A major goal of Maven 3.0.x is to be compatible, to the extent possible, with existing plugins and projects designed for Maven 2.x. Users interested in upgrading to 3.x should have a glance at the compatibility notes for known differences between Maven 3.0 and Maven 2.x: http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html Users who already use Maven 3.0 are encouraged to update to this new maintenance release. If you encounter unexpected problems while using Maven 3.0.1, please feel free to contact us via the Maven developer list: http://maven.apache.org/mail-lists.html Release Notes - Maven 2 & 3 - Version 3.0.1 (since 3.0 only) ** Bug * [MNG-4850] - [regression] several elements of server configuration in settings.xml are not honoured * [MNG-4858] - NullPointerException if goal name is malformed * [MNG-4864] - npe when transferring artifacts * [MNG-4866] - DefaultLegacySupport leaks MavenSession instances in some cases * [MNG-4867] - incorrect namespace in settings.xml * [MNG-4874] - The value isn't updated for local installs * [MNG-4877] - Regression: Deploy to SCP with privateKey fails - privateKey and passphrase gets lost * [MNG-4883] - [regression] Dependency resolution does not fail for artifact with over-constrained version ranges * [MNG-4884] - Guice provision errors * [MNG-4892] - Use of --log-file doesn't capture all output, e.g. from maven-antrun-plugin * [MNG-4895] - Plugins depending on 3rd party JARs that contain the Maven API can't be configured/run due to type incompatibilities * [MNG-4900] - "Unresolveable build extension" when using shade plugin and repositories in profile ** Improvement * [MNG-4860] - Allow management of project building request kept inside MavenProject instances * [MNG-4891] - Improve robustness of snapshot dependency resolution in case a remote repo accidently uses the id "local" * [MNG-4896] - Help for -pl option does not include use of comma-sep, also more than one -pl does not work or complain * [MNG-4904] - Make MavenExecutionResult.getTopologicallySortedProjects() return empty list instead of null * [MNG-4907] - Wrong error message when relativePath wrong * [MNG-4909] - Emit warning when dependency with scope import but inproper type is declared * [MNG-4910] - Use BeanConfigurator for configuration sub-elements ** Task * [MNG-4902] - Update default plugin versions * [MNG-4903] - Update to Wagon 1.0-beta-7 Enjoy, -The Maven team