This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a918fda [maven-release-plugin] prepare for next development iteration
a918fda is described below
commit a918fda9de91423dee55cbc44bf29567fd48abe3
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Apr 12 09:51:41 2020 +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 01c5f2b..bab68b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-antrun-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven AntRun Plugin</name>
@@ -44,7 +44,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</developerConnection>
<url>https://github.com/apache/maven-antrun-plugin/tree/${project.scm.tag}</url>
- <tag>maven-antrun-plugin-3.0.0</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -64,7 +64,7 @@ under the License.
<properties>
<mavenVersion>3.0.5</mavenVersion>
<javaVersion>7</javaVersion>
-
<project.build.outputTimestamp>2020-04-12T07:51:20Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
</properties>
<dependencies>