You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2015/02/23 16:30:06 UTC

[05/15] mina-sshd git commit: [SSHD-379] Require JDK 1.7

[SSHD-379] Require JDK 1.7


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/e9ee318a
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/e9ee318a
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/e9ee318a

Branch: refs/heads/master
Commit: e9ee318a74860d32edb26ed0f4ce6ae9fa9e0df2
Parents: 80d8a51
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Dec 1 16:48:59 2014 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Feb 23 16:21:30 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e9ee318a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 063f47e..0fe9dcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,8 +216,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.2</version>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
+                    <source>1.7</source>
+                    <target>1.7</target>
                 </configuration>
             </plugin>
             <plugin>