You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/02/11 21:26:41 UTC

svn commit: r1243147 - /commons/proper/digester/trunk/pom.xml

Author: simonetripodi
Date: Sat Feb 11 20:26:41 2012
New Revision: 1243147

URL: http://svn.apache.org/viewvc?rev=1243147&view=rev
Log:
updated parent pom
wagon-ssh extension no longer needed

Modified:
    commons/proper/digester/trunk/pom.xml

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1243147&r1=1243146&r2=1243147&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Feb 11 20:26:41 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>22</version>
+    <version>23</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -239,18 +239,6 @@
       </plugin>
     </plugins>
 
-    <!--
-     | Maven3 doesn't handle ssh/scp by default
-     | let's take in consideration to add it in the parent pom
-    -->
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh</artifactId>
-        <version>1.0</version>
-      </extension>
-    </extensions>
-
     <pluginManagement>
       <plugins>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->