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 e64d10d78b [AMQ-9261] Upgrade to maven-enforcer-plugin 3.3.0
new 686c8ecbce Merge pull request #1012 from jbonofre/AMQ-9261
e64d10d78b is described below
commit e64d10d78b9bceaa4f59e395b717a9af445dd101
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jun 6 14:22:49 2023 +0200
[AMQ-9261] Upgrade to maven-enforcer-plugin 3.3.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b5434ccdcf..10b61fb61b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
<maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
<maven-release-plugin-version>3.0.0-M7</maven-release-plugin-version>
<maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
- <maven-enforcer-plugin-version>3.2.1</maven-enforcer-plugin-version>
+ <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
<maven-war-plugin-version>3.3.2</maven-war-plugin-version>
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
<maven-rar-plugin-version>3.0.0</maven-rar-plugin-version>