You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/16 16:14:20 UTC

[maven-deploy-plugin] branch master updated: [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b905235  [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
b905235 is described below

commit b9052355f7e425bc11f12fda44cb280f2d52c738
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Jul 16 18:14:09 2022 +0200

    [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 385b4d9..f534768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>
@@ -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>