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/21 12:52:22 UTC

[maven-jlink-plugin] branch master updated: [maven-release-plugin] prepare release maven-jlink-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-jlink-plugin.git


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

commit 4763f2c71a9bae517fa24cb75d65f4698ea20172
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 21 13:52:14 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 2274ead..dfff10d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-jlink-plugin</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JLink Plugin</name>
@@ -46,7 +46,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-jlink-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-jlink-plugin-3.1.0</tag>
   </scm>
 
   <issueManagement>
@@ -69,7 +69,7 @@
     <mavenVersion>3.1.1</mavenVersion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <project.build.outputTimestamp>2020-11-11T21:56:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-21T12:52:07Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>