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 f7c7f97d [maven-release-plugin] prepare for next development iteration
f7c7f97d is described below
commit f7c7f97d167940a0240189e853c25ae76ff281c3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 5 22:15:10 2026 +0100
[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 a3a64d26..1b58a7cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.10.0</version>
+ <version>3.10.1-SNAPSHOT</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>maven-dependency-plugin-3.10.0</tag>
+ <tag>HEAD</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>2026-02-05T21:14:29Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-05T21:15:10Z</project.build.outputTimestamp>
</properties>
<dependencies>