[maven-release-plugin] prepare release maven-dependency-plugin-3.9.0
diff --git a/pom.xml b/pom.xml
index f7e8e98..fa13cef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </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 @@
   <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 @@
 
     <!-- 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>