You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/11/16 01:25:31 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.

olamy 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 1508f36  [maven-release-plugin] prepare for next development iteration
1508f36 is described below

commit 1508f365c6c6de0017b87ce3a26aad440f082b3d
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Nov 16 11:25:26 2022 +1000

    [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 4cdf715..0938ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-dependency-tree</artifactId>
-  <version>3.2.1</version>
+  <version>3.2.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.2.1</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-11-16T01:25:06Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-16T01:25:26Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>