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 2019/02/24 19:58:08 UTC

[maven-artifact-transfer] branch master updated (0c098fe -> 3b3ad2d)

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 0c098fe  [maven-release-plugin] prepare for next development iteration
     new abb9489  Revert "[maven-release-plugin] prepare for next development iteration"
     new 3b3ad2d  Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.11.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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[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 abb9489e916570f9b89b11ff2aef14cef4deeedd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 24 20:57:46 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 767ea44..50695ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.11.1-SNAPSHOT</version>
+  <version>0.11.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.11.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-artifact-transfer] 02/02: Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.11.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 3b3ad2d2fa2d041f43bdddcf2f7761f1c8f1f012
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 24 20:57:56 2019 +0100

    Revert "[maven-release-plugin] prepare release maven-artifact-transfer-0.11.0"
    
    This reverts commit 98cd653feeb20ab7b0ca7aede5158ee47ca2e7c0.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50695ad..efbd161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.11.0</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>
@@ -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.11.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>