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


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

commit ffb89ced0f2943c41dec5af946f2d7696f99a073
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Jun 11 19:18:10 2023 +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 7fe82de..ffd6c91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.6.0</version>
+  <version>3.6.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Invoker Plugin</name>
@@ -42,7 +42,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</developerConnection>
-    <tag>maven-invoker-plugin-3.6.0</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-invoker-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -66,7 +66,7 @@ under the License.
     <beanshell-groupId>org.apache-extras.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
     <beanshell-version>2.0b6</beanshell-version>
-    
<project.build.outputTimestamp>2023-06-11T17:17:33Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-06-11T17:18:10Z</project.build.outputTimestamp>
     <groovy-version>4.0.12</groovy-version>
   </properties>
 

Reply via email to