Skip to content

Commit d4a468d

Browse files
committed
[maven-release-plugin] prepare release maven-deploy-plugin-3.0.0-M2
1 parent f1b3241 commit d4a468d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<artifactId>maven-deploy-plugin</artifactId>
33-
<version>3.0.0-M2-SNAPSHOT</version>
33+
<version>3.0.0-M2</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven Deploy Plugin</name>
@@ -45,7 +45,7 @@ under the License.
4545
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
4646
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
4747
<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-M2</tag>
4949
</scm>
5050
<issueManagement>
5151
<system>JIRA</system>
@@ -65,7 +65,7 @@ under the License.
6565
<properties>
6666
<mavenVersion>3.0</mavenVersion>
6767
<javaVersion>7</javaVersion>
68-
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
68+
<project.build.outputTimestamp>2021-12-27T14:10:57Z</project.build.outputTimestamp>
6969
</properties>
7070

7171
<dependencies>

0 commit comments

Comments
 (0)