You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/01/11 20:35:50 UTC

[axis-axis2-java-core] branch master updated: Bump archetype-packaging from 3.2.0 to 3.2.1

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f728d74  Bump archetype-packaging from 3.2.0 to 3.2.1
f728d74 is described below

commit f728d74a3d4f180dc61e3987c839787cfff5196f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 10 13:12:35 2022 +0000

    Bump archetype-packaging from 3.2.0 to 3.2.1
    
    Bumps [archetype-packaging](https://github.com/apache/maven-archetype) from 3.2.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-archetype/releases)
    - [Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.2.0...maven-archetype-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.archetype:archetype-packaging
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 modules/tool/archetype/quickstart-webapp/pom.xml | 2 +-
 modules/tool/archetype/quickstart/pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml b/modules/tool/archetype/quickstart-webapp/pom.xml
index 9148346..b2fe775 100644
--- a/modules/tool/archetype/quickstart-webapp/pom.xml
+++ b/modules/tool/archetype/quickstart-webapp/pom.xml
@@ -48,7 +48,7 @@
 			<extension>
 				<groupId>org.apache.maven.archetype</groupId>
 				<artifactId>archetype-packaging</artifactId>
-				<version>3.2.0</version>
+				<version>3.2.1</version>
 			</extension>
 		</extensions>
 	</build>
diff --git a/modules/tool/archetype/quickstart/pom.xml b/modules/tool/archetype/quickstart/pom.xml
index a77c58b..1b44da1 100644
--- a/modules/tool/archetype/quickstart/pom.xml
+++ b/modules/tool/archetype/quickstart/pom.xml
@@ -48,7 +48,7 @@
 			<extension>
 				<groupId>org.apache.maven.archetype</groupId>
 				<artifactId>archetype-packaging</artifactId>
-				<version>3.2.0</version>
+				<version>3.2.1</version>
 			</extension>
 		</extensions>
 	</build>