Prepared for next development iteration (5.0-SNAPSHOT)
[facebook-errors] / pom.xml
diff --git a/pom.xml b/pom.xml
index 262c9f4..ede6ab5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <artifactId>facebook-errors</artifactId>
   <name>Juplo - Facebook-Errors</name>
   <description>Helper-Classes to handle errors, thrown by the Graph-API from Facebook</description>
-  <version>2.5.0</version>
+  <version>5.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <url>http://juplo.de/facebook-errors</url>
 
             <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
             <templateFile>src/site/template.vm</templateFile>
           </configuration>
-          <dependencies>
-            <dependency><!-- add support for ssh/scp -->
-              <groupId>org.apache.maven.wagon</groupId>
-              <artifactId>wagon-ssh-external</artifactId>
-              <version>2.12</version>
-            </dependency>
-          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>
         </executions>
       </plugin>
     </plugins>
+    <extensions>
+      <!-- Enabling the use of SSH -->
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>2.10</version>
+      </extension>
+    </extensions>
   </build>