This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch ARCHETYPE-615 in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
commit 9dc9bffd58329cdc827c8c7c49343c640a4fc061 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Feb 13 15:10:04 2021 +0100 [ARCHETYPE-615] - Upgrade maven-artifact-transfer to 0.13.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc8f9dd..4c223e1 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-artifact-transfer</artifactId> - <version>0.12.0</version> + <version>0.13.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
