mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
Setting version to 0.18.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
= sshj - SSHv2 library for Java
|
= sshj - SSHv2 library for Java
|
||||||
Jeroen van Erp
|
Jeroen van Erp
|
||||||
:sshj_groupid: com.hierynomus
|
:sshj_groupid: com.hierynomus
|
||||||
:sshj_version: 0.17.3
|
:sshj_version: 0.18.0
|
||||||
:source-highlighter: pygments
|
:source-highlighter: pygments
|
||||||
|
|
||||||
image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"]
|
image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"]
|
||||||
@@ -99,7 +99,7 @@ Google Group: http://groups.google.com/group/sshj-users
|
|||||||
Fork away!
|
Fork away!
|
||||||
|
|
||||||
== Release history
|
== Release history
|
||||||
SSHJ 0.17.3 (2016-09-30)::
|
SSHJ 0.18.0 (2016-09-30)::
|
||||||
* Fixed Android compatibility
|
* Fixed Android compatibility
|
||||||
* Upgrade to Gradle 3.0
|
* Upgrade to Gradle 3.0
|
||||||
* Merged https://github.com/hierynomus/sshj/pulls/271[#271]: Load known_hosts without requiring BouncyCastle
|
* Merged https://github.com/hierynomus/sshj/pulls/271[#271]: Load known_hosts without requiring BouncyCastle
|
||||||
|
|||||||
12
build.gradle
12
build.gradle
@@ -165,13 +165,11 @@ pom {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing.publications {
|
||||||
publications {
|
Sshj(MavenPublication) {
|
||||||
Sshj(MavenPublication) {
|
from components.java
|
||||||
from components.java
|
artifact sourcesJar
|
||||||
artifact sourcesJar
|
artifact javadocJar
|
||||||
artifact javadocJar
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user