Updated Maven (markdown)

shikhar
2010-11-07 14:10:35 -08:00
parent 1129f9e395
commit 697cbf01cc

@@ -12,7 +12,7 @@ sshj releases are present in the central maven repository:
<dependency>
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<version>0.2.3</version>
<version>0.3.0</version>
</dependency>
```
@@ -35,7 +35,7 @@ And a dependency on a sshj snapshot:
<dependency>
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
```