This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new bd0fb0834af Upgrade maven-archetype-plugin and
maven-archetype-packaging to 3.3.0 (#15731)
bd0fb0834af is described below
commit bd0fb0834afde691a1bcabfc37b6bf3a59fc123c
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Sep 26 16:59:20 2024 -0400
Upgrade maven-archetype-plugin and maven-archetype-packaging to 3.3.0
(#15731)
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3fef3f3f640..82351960ee5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -330,8 +330,8 @@
<!-- needed from tooling/archetypes -->
<maven-version>3.9.9</maven-version>
<maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
- <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
-
<maven-archetype-packaging-version>3.2.1</maven-archetype-packaging-version>
+ <maven-archetype-plugin-version>3.3.0</maven-archetype-plugin-version>
+
<maven-archetype-packaging-version>3.3.0</maven-archetype-packaging-version>
<maven-owasp-plugin-version>10.0.4</maven-owasp-plugin-version>
<maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
<maven-javadoc-plugin-version>3.10.0</maven-javadoc-plugin-version>