Repository: qpid-proton-j
Updated Branches:
  refs/heads/master b5ef5e625 -> 7484cc8e4


PROTON-1913: require Java 8, i.e drop Java 7 support


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/7484cc8e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/7484cc8e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/7484cc8e

Branch: refs/heads/master
Commit: 7484cc8e468c6d5b14394bdadfef3e74018f6210
Parents: b5ef5e6
Author: Robbie Gemmell <rob...@apache.org>
Authored: Fri Aug 10 12:44:57 2018 +0100
Committer: Robbie Gemmell <rob...@apache.org>
Committed: Fri Aug 10 12:47:01 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/7484cc8e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ea88e4f..34aca76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
 language: java
 sudo: false
 jdk:
-  - openjdk7
+  - openjdk8

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/7484cc8e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6f0dcd4..1f9c0f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,8 @@
   <name>Proton-J Parent</name>
 
   <properties>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Test dependency versions -->
     <junit-version>4.12</junit-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to