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/06/04 17:34:03 UTC

[maven-artifact-transfer] 02/02: Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.13.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

commit e1318ced73f11a6cef5f2c868e0a9774350d5f5d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Jun 4 19:33:47 2020 +0200

    Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.13.0"
    
    This reverts commit 16483c12f26e7d53489fe992fc9166c648cc5197.
    
    Failed signatures.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06ff616..d56d92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.13.0</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>
@@ -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>maven-artifact-transfer-0.13.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -56,7 +56,7 @@
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-06-04T17:26:13Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-01T18:24:15Z</project.build.outputTimestamp>
   </properties>
 
   <build>