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

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

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


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

commit f6e0593c605dc3a6f993480afef1b6bca59d45c6
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed May 25 17:26:55 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 b05ed11..1a44afd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Invoker Plugin</name>
@@ -47,7 +47,7 @@ under the License.
     <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>
     <url>https://github.com/apache/maven-invoker-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-invoker-plugin-3.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -73,7 +73,7 @@ under the License.
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-version>3.0.10</groovy-version>
     <surefire.version>2.22.2</surefire.version>
-    <project.build.outputTimestamp>2022-05-25T15:26:32Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-05-25T15:26:55Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>