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-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 826e5f06 [maven-release-plugin] prepare release 
maven-dependency-plugin-3.9.0
826e5f06 is described below

commit 826e5f064fb023b3b714280e9d2007dec1fae189
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Sep 29 07:54:34 2025 +0200

    [maven-release-plugin] prepare release maven-dependency-plugin-3.9.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7e8e98a..fa13cef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-dependency-plugin</artifactId>
-  <version>3.9.0-SNAPSHOT</version>
+  <version>3.9.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Dependency Plugin</name>
@@ -71,7 +71,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-dependency-plugin-3.9.0</tag>
     
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -104,7 +104,7 @@ under the License.
 
     <!-- strict check by dependency:analyze-only -->
     <enforce.dependency.declarations>true</enforce.dependency.declarations>
-    
<project.build.outputTimestamp>2024-10-18T18:16:14Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-09-29T05:53:29Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to