You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/14 10:50:53 UTC

[maven-dependency-tree] branch master updated: [maven-release-plugin] prepare for next development iteration

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git


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

commit c001873c14b15be7468e4dc6e44ec0d73f4f9b37
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat May 14 12:50:43 2022 +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 18c0049..e04cfe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-dependency-tree</artifactId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
 
   <name>Apache Maven Dependency Tree</name>
   <description>A tree-based API for resolution of Maven project dependencies</description>
@@ -37,7 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-tree.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-tree.git</developerConnection>
     <url>https://github.com/apache/maven-dependency-tree/tree/${project.scm.tag}</url>
-    <tag>maven-dependency-tree-3.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -56,7 +56,7 @@
 
   <properties>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2022-05-14T10:49:32Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-05-14T10:50:43Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>