This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 efe8ee0 [maven-release-plugin] prepare release maven-invoker-plugin-3.2.2 efe8ee0 is described below commit efe8ee0bc66068da1e4bbb4f80d74c8c0ba6ca4b Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 14 01:04:01 2021 +0100 [maven-release-plugin] prepare release maven-invoker-plugin-3.2.2 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 36538c2..30eda30 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ under the License. <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>34</version> - <relativePath/> + <relativePath /> </parent> <artifactId>maven-invoker-plugin</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.2.2</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.2.2</tag> </scm> <issueManagement> <system>jira</system> @@ -76,7 +76,7 @@ under the License. <groovy-artifactId>groovy-all</groovy-artifactId> <groovy-version>2.4.21</groovy-version> <surefire.version>2.22.2</surefire.version> - <project.build.outputTimestamp>2020-02-22T16:40:59Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2021-02-14T00:03:01Z</project.build.outputTimestamp> </properties> <dependencies>