You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/06/06 14:20:32 UTC

[2/2] activemq-artemis git commit: ARTEMIS-1193 upgrade byteman 2.2.0 -> 3.0.10

ARTEMIS-1193 upgrade byteman 2.2.0 -> 3.0.10

Version 3.x adds ability to instrument code with Java 8 features,
notably lambdas.


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

Branch: refs/heads/master
Commit: 09eef28a01508a4fd374a129386a4bd9d37d2187
Parents: 56485a2
Author: Jiri Danek <jd...@redhat.com>
Authored: Sat Jun 3 18:33:32 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jun 6 10:20:13 2017 -0400

----------------------------------------------------------------------
 tests/extra-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/09eef28a/tests/extra-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index 836106d..6ba2c55 100644
--- a/tests/extra-tests/pom.xml
+++ b/tests/extra-tests/pom.xml
@@ -34,7 +34,7 @@
 
    <properties>
       <tools.jar>${java.home}/../lib/tools.jar</tools.jar>
-      <byteman.version>2.2.0</byteman.version>
+      <byteman.version>3.0.10</byteman.version>
       <activemq.basedir>${project.basedir}/../..</activemq.basedir>
       <jboss-jts.version>4.17.13.Final</jboss-jts.version>
       <hornetq.version>2.4.7.Final</hornetq.version>