Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 16, 2022
1 parent 16541da commit b905235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>36</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M3-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Deploy Plugin</name>
Expand All @@ -45,7 +45,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
<url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-deploy-plugin-3.0.0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand All @@ -67,7 +67,7 @@ under the License.
<mavenVersion>3.2.5</mavenVersion>
<slf4jVersion>1.7.5</slf4jVersion> <!-- Keep in sync with resolver used in maven above -->
<resolverVersion>1.0.0.v20140518</resolverVersion> <!-- Keep in sync with resolver used in maven above -->
<project.build.outputTimestamp>2021-12-27T14:11:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-07-16T16:14:02Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit b905235

Please sign in to comment.