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 41e7b363ff [AMQ-9270] Upgrade to build-helper-maven-plugin 3.4.0
new a211c4c176 Merge pull request #1023 from jbonofre/AMQ-9270
41e7b363ff is described below
commit 41e7b363ff6c1c3a41a7888a4e5275a3c1f59d0e
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jun 8 11:01:51 2023 +0200
[AMQ-9270] Upgrade to build-helper-maven-plugin 3.4.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a1703ddc9d..f96b4b8e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
<taglist-maven-plugin-version>3.0.0</taglist-maven-plugin-version>
-
<build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>
+
<build-helper-maven-plugin-version>3.4.0</build-helper-maven-plugin-version>
<replacer-maven-plugin-version>1.5.3</replacer-maven-plugin-version>
<apache-rat-plugin-version>0.15</apache-rat-plugin-version>
<tools-maven-plugin-version>1.4</tools-maven-plugin-version>