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 6b93c5e [maven-release-plugin] prepare for next development iteration
6b93c5e is described below
commit 6b93c5ec09e7e321b98529306dc2f7b5ee3eeb0c
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Nov 28 21:43:25 2021 +0100
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ad7fe32..5295761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-pdf-plugin</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2-SNAPSHOT</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>maven-pdf-plugin-1.5.1</tag>
+ <tag>HEAD</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:42:57Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2021-11-28T20:43:24Z</project.build.outputTimestamp>
</properties>
<dependencies>