This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 871f926 [AMQ-8302] Extend Camel import version range to avoid refresh
on Karaf
new b94267c Merge pull request #671 from jbonofre/AMQ-8302
871f926 is described below
commit 871f9267657caf0088b66011ad41bad5106cff6d
Author: jbonofre <[email protected]>
AuthorDate: Thu Jun 17 06:01:10 2021 +0200
[AMQ-8302] Extend Camel import version range to avoid refresh on Karaf
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ed08370..93384a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<aries-version>1.1.0</aries-version>
<axion-version>1.0-M3-dev</axion-version>
<camel-version>2.25.2</camel-version>
- <camel-version-range>[2.20,3)</camel-version-range>
+ <camel-version-range>[2.20,4)</camel-version-range>
<commons-beanutils-version>1.9.4</commons-beanutils-version>
<commons-collections-version>3.2.2</commons-collections-version>
<commons-daemon-version>1.2.4</commons-daemon-version>