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:49 UTC

[maven-invoker-plugin] branch master updated: [maven-release-plugin] prepare release maven-invoker-plugin-3.3.0

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 166b729  [maven-release-plugin] prepare release maven-invoker-plugin-3.3.0
166b729 is described below

commit 166b7295632bce336837a2ab9b7231b0003a7f12
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed May 25 17:26:45 2022 +0200

    [maven-release-plugin] prepare release maven-invoker-plugin-3.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fec16f8..b05ed11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.3.0</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>HEAD</tag>
+    <tag>maven-invoker-plugin-3.3.0</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>2021-02-14T00:04:14Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-05-25T15:26:32Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>