This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new a520c4f33a Bump org.apache.maven.plugins:maven-archetype-plugin from 
3.2.1 to 3.4.0 (#2474)
a520c4f33a is described below

commit a520c4f33a15c1eaca3bf770a7dcb3c70c7a44ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 23 22:56:43 2025 -0400

    Bump org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.4.0 
(#2474)
    
    Bumps 
[org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype)
 from 3.2.1 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-archetype/releases)
    - 
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.2.1...maven-archetype-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-archetype-plugin
      dependency-version: 3.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml   | 2 +-
 maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml | 2 +-
 maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml 
b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
index 21b9308d37..45ae486d16 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -48,7 +48,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.2.1</version>
+                    <version>3.4.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 
b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
index 76ac247584..d91a39ecc7 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -49,7 +49,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.2.1</version>
+                    <version>3.4.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml 
b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
index 2ad7e307fe..e593831679 100644
--- a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
@@ -48,7 +48,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.2.1</version>
+                    <version>3.4.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>

Reply via email to