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 2021/05/13 18:07:12 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e5c120  [maven-release-plugin] prepare for next development iteration
0e5c120 is described below

commit 0e5c12036b7f8479128c0d38115030dfed18af65
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu May 13 20:07:07 2021 +0200

    [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 aaa3820..5969c5f 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.3.1</version>
+  <version>1.3.2-SNAPSHOT</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>maven-resolver-ant-tasks-1.3.1</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>2021-05-13T18:06:36Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-05-13T18:07:07Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>