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 520f8fd6 [maven-release-plugin] prepare release maven-dependency-plugin-3.5.0 520f8fd6 is described below commit 520f8fd6ba4a00a8a1174077d5610aa5ecae7595 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Jan 6 23:59:48 2023 +0100 [maven-release-plugin] prepare release maven-dependency-plugin-3.5.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 941dfc24..62af4bf7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-dependency-plugin</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0</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.5.0</tag> <url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -92,7 +92,7 @@ under the License. <pluginTestingVersion>3.3.0</pluginTestingVersion> <resolverVersion>1.0.0.v20140518</resolverVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2022-11-26T21:26:37Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-06T22:57:48Z</project.build.outputTimestamp> <slf4j.version>1.7.36</slf4j.version> <plexus-archiver.version>4.6.0</plexus-archiver.version> </properties>