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 eca2252b [maven-release-plugin] prepare for next development iteration
eca2252b is described below
commit eca2252b5f39eece5aadb7bac08eeb30507606e7
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Aug 18 21:02:24 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 3c416859..36765788 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.8.1-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.0</tag>
+ <tag>maven-dependency-plugin-3.5.0</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-08-18T19:00:48Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-08-18T19:02:23Z</project.build.outputTimestamp>
</properties>
<dependencies>