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-dependency-tree.git


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

commit 26af1813ebd343be306242deecdf53cf65a6c313
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun May 26 20:03:01 2024 +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 fc48cfd..f914a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-dependency-tree</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-SNAPSHOT</version>
 
   <name>Apache Maven Dependency Tree</name>
   <description>A tree-based API for resolution of Maven project 
dependencies</description>
@@ -42,7 +42,7 @@
   <scm>
     
<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>
-    <tag>maven-dependency-tree-3.3.0</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-dependency-tree/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -64,7 +64,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.4.1</resolverVersion>
-    
<project.build.outputTimestamp>2024-05-26T18:02:40Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-05-26T18:03:01Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to