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 2018/09/06 09:00:55 UTC

[maven-artifact-transfer] branch master updated: Bump version to 0.11.0

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 d1992db  Bump version to 0.11.0
d1992db is described below

commit d1992db082dfcfbecd2cb0c1a40bd30b656f5cc4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Sep 6 11:00:43 2018 +0200

    Bump version to 0.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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