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 954e44a6 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.1 954e44a6 is described below commit 954e44a6f6bdb9f827cef95cff8a9509f86a7ed2 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Oct 18 20:16:04 2024 +0200 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d265b12b..39e57981 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-dependency-plugin</artifactId> - <version>3.8.1-SNAPSHOT</version> + <version>3.8.1</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>HEAD</tag> + <tag>maven-dependency-plugin-3.8.1</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:02:23Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-18T18:14:36Z</project.build.outputTimestamp> </properties> <dependencies>