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 4127c336 [maven-release-plugin] prepare release
maven-dependency-plugin-3.10.0
4127c336 is described below
commit 4127c336cc2420d0f19e7927371f979841df6e7b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 5 22:15:00 2026 +0100
[maven-release-plugin] prepare release maven-dependency-plugin-3.10.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6dfa09c3..a3a64d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.10.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.10.0</tag>
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -101,7 +101,7 @@ under the License.
<!-- strict check by dependency:analyze-only -->
<enforce.dependency.declarations>true</enforce.dependency.declarations>
-
<project.build.outputTimestamp>2025-09-29T05:54:43Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-05T21:14:29Z</project.build.outputTimestamp>
</properties>
<dependencies>