[maven-release-plugin] prepare release maven-deploy-plugin-3.0.0 · apache/maven-deploy-plugin@b905235 (original) (raw)

Original file line number Diff line number Diff line change
@@ -26,11 +26,11 @@ under the License.
26 26 <groupId>org.apache.maven.plugins</groupId>
27 27 <artifactId>maven-plugins</artifactId>
28 28 <version>36</version>
29 -
29 +
30 30 </parent>
31 31
32 32 <artifactId>maven-deploy-plugin</artifactId>
33 - <version>3.0.0-M3-SNAPSHOT</version>
33 + <version>3.0.0</version>
34 34 <packaging>maven-plugin</packaging>
35 35
36 36 <name>Apache Maven Deploy Plugin</name>
@@ -45,7 +45,7 @@ under the License.
45 45 <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
46 46 <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
47 47 <url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
48 - <tag>HEAD</tag>
48 + <tag>maven-deploy-plugin-3.0.0</tag>
49 49 </scm>
50 50 <issueManagement>
51 51 <system>JIRA</system>
@@ -67,7 +67,7 @@ under the License.
67 67 <mavenVersion>3.2.5</mavenVersion>
68 68 <slf4jVersion>1.7.5</slf4jVersion>
69 69 <resolverVersion>1.0.0.v20140518</resolverVersion>
70 - <project.build.outputTimestamp>2021-12-27T14:11:19Z</project.build.outputTimestamp>
70 + <project.build.outputTimestamp>2022-07-16T16:14:02Z</project.build.outputTimestamp>
71 71 </properties>
72 72
73 73 <dependencies>