The Apache Maven team is pleased to announce the release of the Apache
Maven Wagon, version 2.6.

The Wagon component provides communications between Maven and repositories.

Typically, to use a particular version of Wagon, you would add an
'extension' to your POM, such as:

        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-ssh</artifactId>
                <version>2.6</version>
            </extension>
        </extensions>

Here are the issues addressed in version 2.6:

** Improvement
    * [WAGON-401] - Access Denied due to missing User-Agent
    * [WAGON-402] - Upgrade Apache HttpClient based wagon provider to
HttpClient 4.3
    * [WAGON-403] - SSH agent support for wagon-ssh


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to