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/06/30 14:58:20 UTC

[maven-artifact-transfer] branch master updated: Bumped version to 0.10.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 2155fff  Bumped version to 0.10.0-SNAPSHOT
2155fff is described below

commit 2155fff7b24226deb2e5e2f281cf6187410f013b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 30 16:57:57 2018 +0200

    Bumped version to 0.10.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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