You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2008/11/27 23:04:09 UTC

svn commit: r721298 - /geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml

Author: gnodet
Date: Thu Nov 27 14:04:09 2008
New Revision: 721298

URL: http://svn.apache.org/viewvc?rev=721298&view=rev
Log:
Use sshd-0.1 release

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml?rev=721298&r1=721297&r2=721298&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-ssh/pom.xml Thu Nov 27 14:04:09 2008
@@ -39,6 +39,18 @@
 
     <repositories>
         <repository>
+            <id>sshd.releases</id>
+            <name>SSHD Repository</name>
+            <url>http://sshd.googlecode.com/svn/m2-repo/</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        <repository>
             <id>sshd.snapshots</id>
             <name>SSHD Repository</name>
             <url>http://sshd.googlecode.com/svn/m2-snapshot-repo/</url>
@@ -78,7 +90,7 @@
         <dependency>
             <groupId>com.google.code.sshd</groupId>
             <artifactId>sshd</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>
     </dependencies>