Update POM file

This commit is contained in:
Mikolaj Izdebski 2015-03-20 06:59:11 +01:00
parent 57a350e34a
commit 4f5768cdf4

View File

@ -4,7 +4,7 @@
<groupId>com.jcraft</groupId> <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId> <artifactId>jsch</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.1.51</version> <version>0.1.52</version>
<name>JSch</name> <name>JSch</name>
<url>http://www.jcraft.com/jsch/</url> <url>http://www.jcraft.com/jsch/</url>
<description>JSch is a pure Java implementation of SSH2</description> <description>JSch is a pure Java implementation of SSH2</description>
@ -65,7 +65,7 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <configuration>
<target>1.4</target> <target>1.5</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>