You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/25 23:14:09 UTC

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

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

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


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

commit 6c2b706cf31136810b3d1df2fd791a655dfc7fbc
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 26 00:14:08 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index cb1344c..f124ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-scm-publish-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven SCM Publish Plugin</name>
@@ -45,7 +45,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-scm-publish-plugin-3.0.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.