You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/15 08:01:57 UTC

[activemq-artemis] branch new-logging updated: switch to released 2.0.0 artemis-native dep

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

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


The following commit(s) were added to refs/heads/new-logging by this push:
     new 3dac731659 switch to released 2.0.0 artemis-native dep
3dac731659 is described below

commit 3dac731659957dd55afd1f52b28243dc7726bfe1
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jul 15 09:01:01 2022 +0100

    switch to released 2.0.0 artemis-native dep
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 73f3667981..1660266cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
       <logging.config>log4j2-tests-config.properties</logging.config>
       <modular.jdk.surefire.arg>--add-modules java.sql,jdk.unsupported </modular.jdk.surefire.arg>
 
-      <activemq-artemis-native-version>2.1.0-SNAPSHOT</activemq-artemis-native-version>
+      <activemq-artemis-native-version>2.0.0</activemq-artemis-native-version>
       <karaf.version>4.3.3</karaf.version>
       <pax.exam.version>4.13.4</pax.exam.version>
       <commons.config.version>2.7</commons.config.version>