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/05/29 21:01:39 UTC

[maven-resolver-ant-tasks] branch master updated: [maven-release-plugin] prepare release maven-resolver-ant-tasks-1.2.1

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-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a211f3  [maven-release-plugin] prepare release maven-resolver-ant-tasks-1.2.1
8a211f3 is described below

commit 8a211f3515a9b2aa1087e96b43812e45bda76d63
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri May 29 23:01:33 2020 +0200

    [maven-release-plugin] prepare release maven-resolver-ant-tasks-1.2.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0dfd91d..f3dfadf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.maven.resolver</groupId>
   <artifactId>maven-resolver-ant-tasks</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.1</version>
 
   <name>Maven Artifact Resolver Ant Tasks</name>
   <description>
@@ -43,7 +43,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</developerConnection>
     <url>https://github.com/apache/maven-resolver-ant-tasks/</url>
-    <tag>HEAD</tag>
+    <tag>maven-resolver-ant-tasks-1.2.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -67,7 +67,7 @@
     <javaVersion>7</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-29T20:58:06Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>