You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/11/26 20:30:50 UTC

[maven-artifact-transfer] branch master updated: [maven-release-plugin] prepare release maven-artifact-transfer-0.12.0

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

rfscholte 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 12b5f5c  [maven-release-plugin] prepare release maven-artifact-transfer-0.12.0
12b5f5c is described below

commit 12b5f5c776213405ed0066d5340e64cda58dccb7
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Nov 26 21:30:44 2019 +0100

    [maven-release-plugin] prepare release maven-artifact-transfer-0.12.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 748c00e..c8d39cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0</version>
 
   <name>Apache Maven Artifact Transfer</name>
   <description>An API to install, deploy and resolving artifacts with Maven 3</description>
@@ -37,7 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</developerConnection>
     <url>https://github.com/apache/maven-artifact-transfer/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-artifact-transfer-0.12.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>