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 127bf65  [maven-release-plugin] prepare for next development iteration
127bf65 is described below

commit 127bf65f70bc39098cbd5f410dbd44a483641404
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Oct 18 12:10:51 2024 +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 923f876..f409b4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-help-plugin</artifactId>
-  <version>3.5.1</version>
+  <version>3.5.2-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.5.1</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -67,7 +67,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.4.1</resolverVersion>
-    
<project.build.outputTimestamp>2024-10-18T10:10:27Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-10-18T10:10:51Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to