This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 66189e84 [maven-release-plugin] prepare for next development iteration
66189e84 is described below
commit 66189e8482b0862a65d6d518ce49562f599cb7ab
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun May 24 19:18:36 2026 +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 ac7d06f7..523f4c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.11.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.11.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-05-24T17:17:36Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-24T17:18:36Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>