This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.2.0-rc1 in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git
commit 6e8956c39c993a6f5059999a557cbdad60f23954 Author: Christopher Tubbs <[email protected]> AuthorDate: Thu Mar 1 12:44:43 2018 -0500 [maven-release-plugin] prepare release rel/fluo-recipes-1.2.0 --- 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 996b785..99fae04 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-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-accumulo</artifactId> diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 9b1ad78..ce7f13f 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-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-core</artifactId> diff --git a/modules/kryo/pom.xml b/modules/kryo/pom.xml index 886d08e..771643d 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-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-kryo</artifactId> diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index 45657e8..2d7d74c 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-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-spark</artifactId> diff --git a/modules/test/pom.xml b/modules/test/pom.xml index 6b181ec..2a3ee72 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-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-recipes-test</artifactId> diff --git a/pom.xml b/pom.xml index 08aa026..432b5b2 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <version>3</version> </parent> <artifactId>fluo-recipes</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</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>HEAD</tag> + <tag>rel/fluo-recipes-1.2.0</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].
