This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch fluo-parent-3-rc2-next in repository https://gitbox.apache.org/repos/asf/fluo.git
commit fb5bfb513fa62da1c2d856dfe62165fe9014b2d4 Author: Christopher Tubbs <[email protected]> AuthorDate: Fri Nov 17 17:33:19 2017 -0500 [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 5652ff7..ad3859e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-parent</artifactId> - <version>3</version> + <version>4-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Fluo Parent POM</name> <description>Parent pom for common configuration across Apache Fluo projects</description> @@ -68,7 +68,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/fluo-parent-3</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]>.
