You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2017/10/27 15:47:20 UTC

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

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7a3317c56 -> dc4681b0d


This closes #1618


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

Branch: refs/heads/master
Commit: dc4681b0d7010684a0b848ea2eea2b78b2eac14c
Parents: 7a3317c ba01bf7
Author: Michael André Pearce <mi...@me.com>
Authored: Fri Oct 27 16:47:11 2017 +0100
Committer: Michael André Pearce <mi...@me.com>
Committed: Fri Oct 27 16:47:11 2017 +0100

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



[2/2] activemq-artemis git commit: ARTEMIS-1483 upgrade beanutils

Posted by mi...@apache.org.
ARTEMIS-1483 upgrade beanutils


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

Branch: refs/heads/master
Commit: ba01bf70734a0aa6ad614b4dfc7a3401dfae3c39
Parents: 7a3317c
Author: Justin Bertram <jb...@apache.org>
Authored: Fri Oct 27 07:41:14 2017 -0500
Committer: Michael André Pearce <mi...@me.com>
Committed: Fri Oct 27 16:47:11 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ba01bf70/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a74e95..dbab986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
       <commons.lang.version>3.0</commons.lang.version>
       <activemq5-version>5.14.5</activemq5-version>
       <apache.derby.version>10.11.1.1</apache.derby.version>
-      <commons.beanutils.version>1.9.2</commons.beanutils.version>
+      <commons.beanutils.version>1.9.3</commons.beanutils.version>
       <org.hdrhistogram.version>2.1.10</org.hdrhistogram.version>
       <commons.collections.version>3.2.2</commons.collections.version>
       <fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>