You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/12 19:26:19 UTC

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

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 56ae7e2  [maven-release-plugin] prepare release maven-invoker-plugin-3.5.0
56ae7e2 is described below

commit 56ae7e22b99f83d869803ed610969be8399b2c15
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 12 20:26:15 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 120c539..4c212c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.5.0-SNAPSHOT</version>
+  <version>3.5.0</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>HEAD</tag>
+    <tag>maven-invoker-plugin-3.5.0</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-01-31T17:17:20Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-12T19:25:44Z</project.build.outputTimestamp>
     <groovy-version>4.0.9</groovy-version>
   </properties>