more explicit version

This commit is contained in:
Shikhar Bhushan
2010-03-09 01:53:26 +01:00
parent 2db1858f5b
commit ac7ee3e0b3
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ JCRAFT = 'com.jcraft:jzlib:jar:1.0.7'
BC = 'org.bouncycastle:bcprov-jdk15:jar:1.45'
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')

View File

@@ -6,7 +6,7 @@
<groupId>sshj</groupId>
<artifactId>sshj</artifactId>
<packaging>jar</packaging>
<version>0.1-alpha</version>
<version>0.1alpha</version>
<name>sshj</name>
<description>SSHv2 library for Java</description>