You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jo...@apache.org on 2016/10/24 23:38:55 UTC

[2/2] activemq-artemis git commit: https://issues.apache.org/jira/browse/ARTEMIS-819

https://issues.apache.org/jira/browse/ARTEMIS-819

Increasing the minimum required version of Java to Java 8


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/639656a9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/639656a9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/639656a9

Branch: refs/heads/master
Commit: 639656a94d86383c406142f98ccafc5d6e632a0a
Parents: f9d73c5
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon Oct 24 14:21:06 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Mon Oct 24 19:37:57 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/639656a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4978f98..eefc4cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,8 +128,8 @@
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-      <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>
 
      <!--