You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/03 21:09:35 UTC

svn commit: r1309098 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Tue Apr  3 19:09:35 2012
New Revision: 1309098

URL: http://svn.apache.org/viewvc?rev=1309098&view=rev
Log:
fixed wagon configuration to deploy bundles RCs

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1309098&r1=1309097&r2=1309098&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue Apr  3 19:09:35 2012
@@ -819,9 +819,16 @@
           </plugin>
 
           <plugin>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-ssh</artifactId>
-            <version>2.2</version>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>wagon-maven-plugin</artifactId>
+            <version>1.0-beta-3</version>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ssh</artifactId>
+                <version>2.2</version>
+              </dependency>
+            </dependencies>
             <executions>
               <execution>
                 <phase>deploy</phase>