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 8dbb29c3ff Bump archetype-packaging from 2.1 to 3.2.1 (#1058)
8dbb29c3ff is described below
commit 8dbb29c3ff09f320c90da5af1e74bb79e66b1328
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 9 08:20:28 2023 -0500
Bump archetype-packaging from 2.1 to 3.2.1 (#1058)
Bumps [archetype-packaging](https://github.com/apache/maven-archetype) from
2.1 to 3.2.1.
- [Release notes](https://github.com/apache/maven-archetype/releases)
-
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-2.1...maven-archetype-3.2.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.archetype:archetype-packaging
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
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 886d80d291..1dfb585430 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -41,7 +41,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>2.1</version>
+ <version>3.2.1</version>
</extension>
</extensions>
<pluginManagement>
diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
index 2e3f76b4e7..45cae6d71a 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -42,7 +42,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>2.1</version>
+ <version>3.2.1</version>
</extension>
</extensions>
<pluginManagement>
diff --git a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
index 810ee3e072..5fbb7ec2e2 100644
--- a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
@@ -41,7 +41,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>2.1</version>
+ <version>3.2.1</version>
</extension>
</extensions>
<pluginManagement>