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/08/14 12:24:32 UTC

[maven-help-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 89102b6  [maven-release-plugin] prepare for next development iteration
89102b6 is described below

commit 89102b666978b9d7ea643265fc8f2900c7322205
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Aug 14 14:24:28 2022 +0200

    [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 62dc2f9..708ef4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-help-plugin</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Help Plugin</name>
@@ -50,7 +50,7 @@
     <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>
     <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-help-plugin-3.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -71,7 +71,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2022-08-14T12:23:53Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-14T12:24:27Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>