You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2011/07/10 20:53:29 UTC

Release of Wagon project version 1.0

The Maven team is pleased to announce the release of the Maven Wagon
project, version 1.0

The wagon project provides the standard transports that connect Maven
to repositories.

http://maven.apache.org/wagon

To take advantage of a new version of one of the wagons, you have to
configure it as an extension in your pom.xml.

<extension>
  <groupId>org.apache.maven.wagon</groupId>
   <artifactId>wagon-providers</artifactId>
  <version>1.0</version>
</extension>

Please note that Wagon 1.0 is not materially different from the
previous release: 1.0-beta-7. The team expects to release a wagon 2.0
in the forseeable future, and we felt that it made sense to take the
'beta' out of the version number on the 1.0 branch first.


Release Notes - Maven Wagon - Version 1.0


** Bug
    * [WAGON-327] - Upgrade JCraft to v0.1.42
    * [WAGON-338] - Exception from cyberneko from jenkins repo listing


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org