Moved to SNAPSHOT

This commit is contained in:
Jeroen van Erp
2015-08-18 17:30:19 +02:00
parent 74a4012023
commit a335185827
2 changed files with 4 additions and 1 deletions

View File

@@ -92,6 +92,9 @@ Google Group: http://groups.google.com/group/sshj-users
Fork away! Fork away!
== Release history == Release history
SSHJ 0.14.0 (2015-??-??)::
* Merged https://github.com/hierynomus/sshj/issues/208[#208]: Added SCP bandwidth limitation support
* Merged https://github.com/hierynomus/sshj/issues/211[#211]: Made keyfile format detection more robust
SSHJ 0.13.0 (2015-08-18):: SSHJ 0.13.0 (2015-08-18)::
* Merged https://github.com/hierynomus/sshj/issues/199[#199]: Fix for IndexOutOfBoundsException in ReadAheadRemoteFileInputStream, fixes https://github.com/hierynomus/sshj/issues/183[#183] * Merged https://github.com/hierynomus/sshj/issues/199[#199]: Fix for IndexOutOfBoundsException in ReadAheadRemoteFileInputStream, fixes https://github.com/hierynomus/sshj/issues/183[#183]
* Merged https://github.com/hierynomus/sshj/issues/195[#195]: New authentication supported: `gssapi-with-mic` * Merged https://github.com/hierynomus/sshj/issues/195[#195]: New authentication supported: `gssapi-with-mic`

View File

@@ -4,7 +4,7 @@ apply plugin: "signing"
apply plugin: "osgi" apply plugin: "osgi"
group = "com.hierynomus" group = "com.hierynomus"
version = "0.13.0" version = "0.14.0-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()