first version of pom

This commit is contained in:
Shikhar Bhushan
2010-03-09 00:21:42 +01:00
parent 0ccc5a0e9f
commit 080763b07d

33
pom.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<name>sshj</name>
<description>SSHv2 library for Java</description>
<url>http://github.com/shikhar/sshj</url>
<scm>
<url>git://github.com/shikhar/sshj.git</url>
</scm>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<groupId>sshj</groupId>
<artifactId>sshj</artifactId>
<packaging>jar</packaging>
<version>0.1-alpha</version>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.10</version>
</dependency>
</project>