You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/05/29 11:49:25 UTC

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

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

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


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

commit 06fbde2518a5d4b931e6467125716d281d802640
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri May 29 13:49:17 2020 +0200

    [maven-release-plugin] prepare release maven-wrapper-plugin-3.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e434487..2439095 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>33</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-wrapper-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Wrapper Plugin</name>
@@ -47,7 +47,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-wrapper-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-wrapper-plugin-3.0.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>