You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2019/07/15 05:12:31 UTC

[activemq] branch master updated: Updating Karaf + also the surefire maven plugin

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 56c2ea3  Updating Karaf + also the surefire maven plugin
     new 379853d  Merge pull request #371 from coheigea/karaf
56c2ea3 is described below

commit 56c2ea3ad028f030896fb39347a2805e6be68a3c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jul 10 15:45:07 2019 +0100

    Updating Karaf + also the surefire maven plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3749cb0..3c65453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <junit-version>4.12</junit-version>
     <hamcrest-version>1.3</hamcrest-version>
     <jxta-version>2.0</jxta-version>
-    <karaf-version>4.2.3</karaf-version>
+    <karaf-version>4.2.6</karaf-version>
     <leveldb-api-version>0.9</leveldb-api-version>
     <leveldb-version>0.9</leveldb-version>
     <leveldbjni-version>1.8</leveldbjni-version>
@@ -150,7 +150,7 @@
 
     <!-- Maven Plugin Version for this Project -->
     <maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
-    <maven-surefire-plugin-version>2.16</maven-surefire-plugin-version>
+    <maven-surefire-plugin-version>2.22.1</maven-surefire-plugin-version>
     <maven-antrun-plugin-version>1.3</maven-antrun-plugin-version>
     <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version>
     <maven-release-plugin-version>2.4.1</maven-release-plugin-version>