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 2020/12/23 07:12:31 UTC

[maven-scm-publish-plugin] branch master updated: [maven-release-plugin] prepare release maven-scm-publish-plugin-3.1.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 ed97067  [maven-release-plugin] prepare release maven-scm-publish-plugin-3.1.0
ed97067 is described below

commit ed970672a2878b6601c5a4771aa60bbf6352c041
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Dec 23 08:12:23 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 8d4a201..37a631c 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>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-scm-publish-plugin</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.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.1.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -70,7 +70,7 @@ under the License.
     <!-- for documentation purpose -->
     <maven-scm-provider-svnjava-version>2.0.6</maven-scm-provider-svnjava-version>
     <svnkit-version>1.7.11</svnkit-version>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-23T07:12:18Z</project.build.outputTimestamp>
   </properties>
   
   <prerequisites>