This commit is contained in:
Jeroen van Erp
2015-08-18 14:22:32 +02:00
parent 742553912c
commit 1c749da957
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<groupId>com.hierynomus</groupId>
<artifactId>sshj-examples</artifactId>
<packaging>jar</packaging>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<name>sshj-examples</name>
<description>Examples for SSHv2 library for Java</description>
@@ -55,7 +55,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
</dependency>
</dependencies>