This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.2.0-rc1-next in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git
commit 357c70e0d8bb6715929c1496012636ccaca4ad38 Author: Christopher Tubbs <[email protected]> AuthorDate: Thu Mar 1 12:44:53 2018 -0500 [maven-release-plugin] prepare for next development iteration --- modules/accumulo/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/kryo/pom.xml | 2 +- modules/spark/pom.xml | 2 +- modules/test/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml index 99fae04..0d4a5ea 100644 --- a/modules/accumulo/pom.xml +++ b/modules/accumulo/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-accumulo</artifactId> diff --git a/modules/core/pom.xml b/modules/core/pom.xml index ce7f13f..c543e55 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-core</artifactId> diff --git a/modules/kryo/pom.xml b/modules/kryo/pom.xml index 771643d..f5c556a 100644 --- a/modules/kryo/pom.xml +++ b/modules/kryo/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-kryo</artifactId> diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index 2d7d74c..556f591 100644 --- a/modules/spark/pom.xml +++ b/modules/spark/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-spark</artifactId> diff --git a/modules/test/pom.xml b/modules/test/pom.xml index 2a3ee72..5044e61 100644 --- a/modules/test/pom.xml +++ b/modules/test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-test</artifactId> diff --git a/pom.xml b/pom.xml index 432b5b2..6aabd31 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <version>3</version> </parent> <artifactId>fluo-recipes</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Fluo Recipes Parent</name> <description>Implementation of Common Fluo patterns</description> @@ -42,7 +42,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/fluo-recipes.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fluo-recipes.git</developerConnection> - <tag>rel/fluo-recipes-1.2.0</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf/fluo-recipes.git</url> </scm> <issueManagement> -- To stop receiving notification emails like this one, please contact [email protected].
