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-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org