You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:43 UTC

[48/52] [abbrv] git commit: Distribution stuff

Distribution stuff


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/fbaf7b87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/fbaf7b87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/fbaf7b87

Branch: refs/heads/master
Commit: fbaf7b875f4362c9df3bdade582a8b956e455629
Parents: 2f23d61
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Tue Mar 12 17:50:00 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Tue Mar 12 17:50:00 2013 -0700

----------------------------------------------------------------------
 pom.xml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/fbaf7b87/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b7110d..06d3f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,8 +88,8 @@
 
     <distributionManagement>
         <site>
-            <id>apache.website</id>
-            <url>scpexe://people.apache.org/www/incubator.apache.org/curator</url>
+            <id>apache</id>
+            <url>scp://people.apache.org/www/curator.incubator.apache.org</url>
         </site>
     </distributionManagement>
 
@@ -361,6 +361,11 @@
                         <artifactId>doxia-module-confluence</artifactId>
                         <version>1.3</version>
                     </dependency>
+                    <dependency><!-- add support for ssh/scp -->
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-ssh</artifactId>
+                        <version>1.0</version>
+                    </dependency>
                 </dependencies>
                 <executions>
                     <execution>