This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 823a81490 [AMQ-9000] Upgrade to maven 3.8.6
823a81490 is described below
commit 823a814900f38dc30314356715343c8fae161989
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Aug 19 18:38:51 2022 +0200
[AMQ-9000] Upgrade to maven 3.8.6
(cherry picked from commit 6541b8d418c8515fd54babb94d55c4daf7bde98f)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eab591450..6e1d5c1c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<maven-project-info-reports-plugin-version>3.4.0</maven-project-info-reports-plugin-version>
<maven-graph-plugin-version>1.45</maven-graph-plugin-version>
<maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
- <maven-core-version>3.6.1</maven-core-version>
+ <maven-core-version>3.8.6</maven-core-version>
<!-- OSGi bundles properties -->
<activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
<activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg>