You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/24 11:11:43 UTC

[maven-artifact-transfer] branch master updated: Version bump to 0.13.0-SNAPSHOT

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

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new 07481e4  Version bump to 0.13.0-SNAPSHOT
07481e4 is described below

commit 07481e42beb4d176abac4f6406fd4fbc97ae2f77
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 24 13:11:27 2020 +0200

    Version bump to 0.13.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23f6aae..eba1ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.12.1-SNAPSHOT</version>
+  <version>0.13.0-SNAPSHOT</version>
 
   <name>Apache Maven Artifact Transfer</name>
   <description>An API to install, deploy and resolving artifacts with Maven 3</description>