Skip to content

Commit ca2c8d7

Browse files
author
Valerio Chiodino
committed
Moving wagon to ssh
1 parent bf08624 commit ca2c8d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,24 @@
6464

6565
<distributionManagement>
6666
<repository>
67-
<id>keytwo.net</id>
67+
<id>keytwo-net</id>
6868
<name>Keytwo.net Repository</name>
69-
<url>ftp://ftp.keytwo.net</url>
69+
<url>scp://audiobox.keytwo.net</url>
7070
</repository>
7171
<site>
72-
<id>keytwo.net</id>
72+
<id>keytwo-net</id>
7373
<name>audiobox.keytwo.net doc site</name>
74-
<url>ftp://ftp.keytwo.net</url>
74+
<url>scp://audiobox.keytwo.net</url>
7575
</site>
7676
</distributionManagement>
7777

7878
<build>
7979
<extensions>
80-
<!-- Enabling the use of FTP -->
80+
<!-- Enabling the use of SSH -->
8181
<extension>
8282
<groupId>org.apache.maven.wagon</groupId>
83-
<artifactId>wagon-ftp</artifactId>
84-
<version>1.0-beta-6</version>
83+
<artifactId>wagon-ssh</artifactId>
84+
<version>2.4</version>
8585
</extension>
8686
</extensions>
8787
<plugins>

0 commit comments

Comments
 (0)