This is an automated email from the ASF dual-hosted git repository.
michaelo 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 cc3ed0fd [maven-release-plugin] prepare for next development iteration
cc3ed0fd is described below
commit cc3ed0fd316b526b0d00ef64e944c3e6614b861d
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Oct 18 20:16:14 2024 +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 39e57981..48ef5707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Dependency Plugin</name>
@@ -68,7 +68,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.8.1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -95,7 +95,7 @@ under the License.
<mockito.version>4.11.0</mockito.version>
<plexus-archiver.version>4.10.0</plexus-archiver.version>
<pluginTestingVersion>3.3.0</pluginTestingVersion>
-
<project.build.outputTimestamp>2024-10-18T18:14:36Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-10-18T18:16:14Z</project.build.outputTimestamp>
</properties>
<dependencies>