This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 21b0dfac89 ARTEMIS-4288: update to maven-bundle-plugin 5.1.9
21b0dfac89 is described below
commit 21b0dfac89a26e6873012b2181e1736053eb7374
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue May 23 11:17:15 2023 +0100
ARTEMIS-4288: update to maven-bundle-plugin 5.1.9
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 126ab12cd3..3e6ef01765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<tomcat.servlet-api.version>8.5.78</tomcat.servlet-api.version>
<jgroups.version>5.2.0.Final</jgroups.version>
<errorprone.version>2.10.0</errorprone.version>
- <maven.bundle.plugin.version>5.1.8</maven.bundle.plugin.version>
+ <maven.bundle.plugin.version>5.1.9</maven.bundle.plugin.version>
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
<sevntu.checks.version>1.39.0</sevntu.checks.version>
<checkstyle.version>9.2.1</checkstyle.version>