You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/12/15 01:19:25 UTC

[maven-invoker-plugin] branch release-3.4.0 updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch release-3.4.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


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

commit 7a0aa8ea789b76c703a2689f61b255e91b26b2c6
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Dec 15 11:19:19 2022 +1000

    [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 3e7eb9a..6c26ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.4.0</version>
+  <version>3.4.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.4.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>2022-12-15T01:18:46Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-12-15T01:19:19Z</project.build.outputTimestamp>
     <groovy-version>4.0.6</groovy-version>
   </properties>