Updated example build

This commit is contained in:
Jeroen van Erp
2016-12-30 09:26:43 +01:00
parent f038b5ce2b
commit 7d326e5ae4

View File

@@ -24,7 +24,7 @@
<groupId>com.hierynomus</groupId>
<artifactId>sshj-examples</artifactId>
<packaging>jar</packaging>
<version>0.19.0</version>
<version>0.19.1</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.18.0</version>
<version>0.19.0</version>
</dependency>
</dependencies>