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 2022/04/18 12:42:39 UTC

[maven-pdf-plugin] branch master updated: [maven-release-plugin] prepare release maven-pdf-plugin-1.6.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 45d1d87  [maven-release-plugin] prepare release maven-pdf-plugin-1.6.0
45d1d87 is described below

commit 45d1d872064e0c4ae9d7a2029fd0734fe3bdde7a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 14:42:34 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index db647aa..a3f79a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pdf-plugin</artifactId>
-  <version>1.5.2-SNAPSHOT</version>
+  <version>1.6.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.6.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -96,7 +96,7 @@ under the License.
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
     <projectInfoReportsPlugin>3.2.2</projectInfoReportsPlugin>
     <cleanPlugin>3.2.0</cleanPlugin>
-    <project.build.outputTimestamp>2021-11-28T20:43:24Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-18T12:42:18Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>