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/05/23 09:13:59 UTC

[maven-artifact-transfer] branch master updated: Version 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 3585b6d  Version to 0.13.0-SNAPSHOT
3585b6d is described below

commit 3585b6d17a5d532402598343761fb9766d7d41f0
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat May 23 11:13:46 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 96a102a..d56d92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.13.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>