Try in
  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>1.0-beta-7</version>
      </extension>
    </extensions>
...

HTH,
-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy


2011/3/1 Joseph Argiro <[email protected]>:
> In maven2
>
> How do I upgrade to wagon-ssh 1.0-beta-6
>
>
>
> I added the following to my pom.xml
>
>
>
>   <dependency>
>
>     <groupId>org.apache.maven.wagon</groupId>
>
>     <artifactId>wagon-ssh</artifactId>
>
>     <version>1.0-beta-7</version>
>
>    </dependency>
>
>
>
>
>
> It downloads beta-6 but the build still  uses beta-2
>
>
>
> What am I missing?
>
>
>
> --joe
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to