mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 08:10:55 +03:00
more explicit version
This commit is contained in:
@@ -9,7 +9,7 @@ JCRAFT = 'com.jcraft:jzlib:jar:1.0.7'
|
|||||||
BC = 'org.bouncycastle:bcprov-jdk15:jar:1.45'
|
BC = 'org.bouncycastle:bcprov-jdk15:jar:1.45'
|
||||||
|
|
||||||
desc 'SSHv2 library for Java'
|
desc 'SSHv2 library for Java'
|
||||||
define 'sshj', :version=>'0.1a', :group=>'sshj' do
|
define 'sshj', :version=>'0.1alpha', :group=>'sshj' do
|
||||||
|
|
||||||
compile.with(SLF4J, BC, JCRAFT).using(:target=>'1.5')
|
compile.with(SLF4J, BC, JCRAFT).using(:target=>'1.5')
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
<groupId>sshj</groupId>
|
<groupId>sshj</groupId>
|
||||||
<artifactId>sshj</artifactId>
|
<artifactId>sshj</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>0.1-alpha</version>
|
<version>0.1alpha</version>
|
||||||
|
|
||||||
<name>sshj</name>
|
<name>sshj</name>
|
||||||
<description>SSHv2 library for Java</description>
|
<description>SSHv2 library for Java</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user