On 7 August 2014 09:20,  <[email protected]> wrote:
> Author: dennisl
> Date: Thu Aug  7 08:20:33 2014
> New Revision: 1616435
>
> URL: http://svn.apache.org/r1616435
> Log:
> Fall back to a version of wagon-ssh that is compatible with Maven 2.

Should we now require Maven 3?

AIUI that still runs on Java5.

> Modified:
>     creadur/rat/trunk/pom.xml
>
> Modified: creadur/rat/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616435&r1=1616434&r2=1616435&view=diff
> ==============================================================================
> --- creadur/rat/trunk/pom.xml (original)
> +++ creadur/rat/trunk/pom.xml Thu Aug  7 08:20:33 2014
> @@ -394,7 +394,8 @@ agnostic home for software distribution
>        <extension>
>          <groupId>org.apache.maven.wagon</groupId>
>          <artifactId>wagon-ssh</artifactId>
> -        <version>2.6</version>
> +        <!-- Last version that is compatible with Maven 2 -->
> +        <version>1.0-beta-7</version>
>        </extension>
>      </extensions>
>    </build>
>
>

Reply via email to