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 19:55:34 UTC

svn commit: r1360325 - /tiles/framework/trunk/assembly/pom.xml

Author: nlebas
Date: Wed Jul 11 17:55:34 2012
New Revision: 1360325

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

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

Modified: tiles/framework/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/pom.xml?rev=1360325&r1=1360324&r2=1360325&view=diff
==============================================================================
--- tiles/framework/trunk/assembly/pom.xml (original)
+++ tiles/framework/trunk/assembly/pom.xml Wed Jul 11 17:55:34 2012
@@ -58,6 +58,13 @@
         </configuration>
       </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>1.0</version>
+      </extension>
+    </extensions>
   </build>
   <profiles>
     <profile>
@@ -123,14 +130,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>wagon-maven-plugin</artifactId>
-            <version>1.0</version>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh</artifactId>
-                <version>1.0</version>
-              </dependency>
-            </dependencies>
+            <version>1.0-beta-4</version>
             <executions>
               <execution>
                 <phase>deploy</phase>