On 11 Feb 07, at 11:59 PM 11 Feb 07, Jason Dillon wrote:

Are there release notes on the major changes or significant fixes which we might need to adapt to and/or be able to remove local build hacks? The JIRA road map is kinda hard to scrape the relevant details from.


The only thing in the list which may bite you is that the the dependency resolution is more correct, at least in terms of what we documented, in that the nearest version of a dependency will be selected. This will affect if you are not specifying all dependencies which you actually need to compile your project. Technically you should always list the dependencies that your project actually needs to compile, but we currently don't enforce that as Jorg noted. So if you are relying on transitive deps to pick up your compile time requirements you might have some issues. Specifically this:

http://jira.codehaus.org/browse/MNG-2794

The rest are bug fixes. There is only the one slight behavioral change that I am aware off.

Jason.

--jason


On Feb 11, 2007, at 8:33 PM, Jason van Zyl wrote:

Hi,

The assemblies that people are interested in are staged here:

http://people.apache.org/~jvanzyl/staging-repository/org/apache/ maven/maven-core/2.0.5/

Here is the JIRA roadmap:

http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&&pid=10500&fixfor=12294&sorter/field=issuekey&sorter/ order=DESC

+1

Thanks,

Jason.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to