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-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3f71f5b [maven-release-plugin] prepare for next development iteration 3f71f5b is described below commit 3f71f5bc876927576d8cf0cf586ce5f1e5669290 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat May 23 22:59:34 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 846be71..26ab65c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Project Info Reports Plugin</name> @@ -100,7 +100,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection> <url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url> - <tag>maven-project-info-reports-plugin-3.1.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> @@ -126,7 +126,7 @@ under the License. <surefire.version>2.21.0</surefire.version> <javaVersion>7</javaVersion> <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore> - <project.build.outputTimestamp>2020-05-23T20:58:53Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2020-05-23T20:59:34Z</project.build.outputTimestamp> </properties> <dependencies>