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 441090f [maven-release-plugin] prepare release maven-pdf-plugin-1.5.1
441090f is described below
commit 441090ffb4d0303c6e12c2c15cee9b6dc523f8ee
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Nov 28 21:43:16 2021 +0100
[maven-release-plugin] prepare release maven-pdf-plugin-1.5.1
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8f9eb08..ad7fe32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-pdf-plugin</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1</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.1</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>2021-11-28T20:13:24Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2021-11-28T20:42:57Z</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -289,7 +289,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration> <!-- remove after MPOM-269 -->
- <tagletArtifacts combine.self="override"/>
+ <tagletArtifacts combine.self="override" />
</configuration>
</plugin>
</plugins>