This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch build-resources-2.0.0-rc1-next in repository https://gitbox.apache.org/repos/asf/fluo.git
commit cce8d25eaf4132f83f7bd977b53f78fead693461 Author: Christopher Tubbs <[email protected]> AuthorDate: Mon Sep 11 17:15:32 2017 -0400 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1057493..2793bba 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.fluo</groupId> <artifactId>build-resources</artifactId> - <version>2.0.0</version> + <version>3.0.0-SNAPSHOT</version> <name>Apache Fluo Build Resources</name> <description>Resources for building Apache Fluo projects</description> <url>https://fluo.apache.org</url> @@ -67,7 +67,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</developerConnection> - <tag>rel/build-resources-2.0.0</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf?p=fluo.git</url> </scm> <issueManagement> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
