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/01 18:22:13 UTC

[maven-artifact-transfer] branch master updated (c4c4483 -> 9de58f5)

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

khmarbaise pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


    from c4c4483  [maven-release-plugin] prepare for next development iteration
     new a72a4d1  Revert "[maven-release-plugin] prepare for next development iteration"
     new 9de58f5  Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.13.0"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-artifact-transfer] 02/02: Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.13.0"

Posted by kh...@apache.org.
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 9de58f53b0d55f0ba338e7a8d904fd70df65c1b9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 1 20:13:45 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index b07d4b2..7591c88 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-05-01T18:05:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-01T19:30:00Z</project.build.outputTimestamp>
   </properties>
 
   <build>


[maven-artifact-transfer] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by kh...@apache.org.
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 a72a4d11e90c63a9fdc13621db6699d5a138e657
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 1 20:13:33 2020 +0200

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit c4c44837a092eb6787cd75f036fc3ca915133c27.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e50eb5..b07d4b2 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</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.13.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -56,7 +56,7 @@
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-05-01T18:06:09Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-01T18:05:48Z</project.build.outputTimestamp>
   </properties>
 
   <build>