You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/03/23 16:20:51 UTC

[activemq-artemis] branch master updated: NO-JIRA Sync karaf version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6231a70  NO-JIRA Sync karaf version
6231a70 is described below

commit 6231a70b8c8fd66bf8e1a9220e71e23c7ffc3f1e
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Mon Mar 22 08:46:09 2021 +0100

    NO-JIRA Sync karaf version
---
 artemis-features/pom.xml | 4 ----
 pom.xml                  | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml
index 4f25335..f70333e 100644
--- a/artemis-features/pom.xml
+++ b/artemis-features/pom.xml
@@ -25,10 +25,6 @@
 	<packaging>pom</packaging>
 	<name>ActiveMQ Artemis Features</name>
 
-    <properties>
-        <karaf.version>4.3.0</karaf.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.karaf.features</groupId>
diff --git a/pom.xml b/pom.xml
index 7aef79e..6180b2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
       <logging.config>logging.properties</logging.config>
 
       <activemq-artemis-native-version>1.0.2</activemq-artemis-native-version>
-      <karaf.version>4.0.6</karaf.version>
+      <karaf.version>4.3.0</karaf.version>
       <pax.exam.version>4.9.1</pax.exam.version>
       <commons.config.version>2.7</commons.config.version>
       <commons.lang.version>3.0</commons.lang.version>