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 b318939 [maven-release-plugin] prepare for next development iteration b318939 is described below commit b318939fea910e851714cb13166b676207ea8b91 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 14 01:04:14 2021 +0100 [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 30eda30..e56f4f0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-invoker-plugin</artifactId> - <version>3.2.2</version> + <version>3.2.3-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.2.2</tag> + <tag>HEAD</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>2021-02-14T00:03:01Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2021-02-14T00:04:14Z</project.build.outputTimestamp> </properties> <dependencies>