updated parent pom
wagon-ssh extension no longer needed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1243147 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index aa76c65..432ed9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.-->