This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f61105f [maven-release-plugin] prepare for next development iteration f61105f is described below commit f61105fe43cca7ba0a84e23302f9fe575a8b0ddf Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Mar 14 22:31:56 2023 +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 e65cf1a..9a632f2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-help-plugin</artifactId> - <version>3.4.0</version> + <version>3.4.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Help Plugin</name> @@ -45,7 +45,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</developerConnection> - <tag>maven-help-plugin-3.4.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -66,7 +66,7 @@ <properties> <javaVersion>8</javaVersion> <mavenVersion>3.6.3</mavenVersion> - <project.build.outputTimestamp>2023-03-14T21:31:27Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-03-14T21:31:56Z</project.build.outputTimestamp> </properties> <dependencies>