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:54 UTC

[1/2] activemq-artemis git commit: This closes #864

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f9d73c58e -> ad8919dc4


This closes #864


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

Branch: refs/heads/master
Commit: ad8919dc42a201da2f3e8feb1f73e14249f0f122
Parents: f9d73c5 639656a
Author: John D. Ament <jo...@apache.org>
Authored: Mon Oct 24 19:37:57 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(-)
----------------------------------------------------------------------



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

Posted by jo...@apache.org.
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>
 
      <!--