You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/11/28 20:13:18 UTC

[maven-pdf-plugin] branch master updated: [maven-release-plugin] prepare release maven-pdf-plugin-1.5.0

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

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


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

commit f7d939998f3295a22b77bb1e233958b21ffb4990
Author: Michael Osipov <19...@gmx.net>
AuthorDate: Sun Nov 28 21:13:16 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 3cb29f0..2d6d976 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-pdf-plugin</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven PDF Plugin</name>
@@ -71,7 +71,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-pdf-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-pdf-plugin-1.5.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -94,7 +94,7 @@ under the License.
     <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.1</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-11-28T20:12:55Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>