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/08/21 14:43:54 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 20bd068  [maven-release-plugin] prepare for next development iteration
20bd068 is described below

commit 20bd06803749f1689014198b8bdf854aaf36f1b7
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Aug 21 16:43:52 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 c29f59a..8c4f62b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-dependency-tree</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.1-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.2.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -58,7 +58,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <resolverVersion>1.0.0.v20140518</resolverVersion>
-    <project.build.outputTimestamp>2022-08-21T14:43:37Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-21T14:43:52Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>