You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/12/22 10:32:16 UTC

[maven-artifact-transfer] branch master updated: [maven-release-plugin] prepare for next development iteration

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

michaelo 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 728abc6  [maven-release-plugin] prepare for next development iteration
728abc6 is described below

commit 728abc619590f40f1297ba45304881f0ccc551b7
Author: Michael Osipov <19...@gmx.net>
AuthorDate: Tue Dec 22 11:32:11 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 6994cf0..f93f71b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-transfer</artifactId>
-  <version>0.13.1</version>
+  <version>0.13.2-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.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -56,7 +56,7 @@
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-12-22T10:31:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-22T10:32:11Z</project.build.outputTimestamp>
   </properties>
 
   <build>