[jsch] Update POM file

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Mar 20 05:59:29 UTC 2015


commit 1b98302d4a54a0d08f22325918740cdd9492dc98
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Mar 20 06:59:11 2015 +0100

    Update POM file

 jsch-0.1.51.pom => jsch-0.1.52.pom | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jsch-0.1.51.pom b/jsch-0.1.52.pom
similarity index 98%
rename from jsch-0.1.51.pom
rename to jsch-0.1.52.pom
index d3d1966..31ac76c 100644
--- a/jsch-0.1.51.pom
+++ b/jsch-0.1.52.pom
@@ -4,7 +4,7 @@
   <groupId>com.jcraft</groupId>
   <artifactId>jsch</artifactId>
   <packaging>jar</packaging>
-  <version>0.1.51</version>
+  <version>0.1.52</version>
   <name>JSch</name>
   <url>http://www.jcraft.com/jsch/</url>
   <description>JSch is a pure Java implementation of SSH2</description>
@@ -65,7 +65,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <target>1.4</target>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>


More information about the scm-commits mailing list