You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by nl...@apache.org on 2012/07/11 17:04:35 UTC

svn commit: r1360220 - /tiles/request/trunk/assembly/pom.xml

Author: nlebas
Date: Wed Jul 11 15:04:34 2012
New Revision: 1360220

URL: http://svn.apache.org/viewvc?rev=1360220&view=rev
Log:
TILES-548: mvn release:perfom fails on Maven 3.0.4

Modified:
    tiles/request/trunk/assembly/pom.xml

Modified: tiles/request/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/request/trunk/assembly/pom.xml?rev=1360220&r1=1360219&r2=1360220&view=diff
==============================================================================
--- tiles/request/trunk/assembly/pom.xml (original)
+++ tiles/request/trunk/assembly/pom.xml Wed Jul 11 15:04:34 2012
@@ -117,7 +117,14 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>wagon-maven-plugin</artifactId>
-            <version>1.0-beta-4</version>
+            <version>1.0</version>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ssh</artifactId>
+                <version>1.0</version>
+              </dependency>
+            </dependencies>
             <executions>
               <execution>
                 <phase>deploy</phase>