You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2017/06/12 23:07:02 UTC

[incubator-fluo-recipes] 02/02: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch 1.1.0-incubating-rc1-next
in repository https://gitbox.apache.org/repos/asf/incubator-fluo-recipes.git

commit c53a8f890fb4c3708c8872a94982e22c5f1b013e
Author: Keith Turner <kt...@apache.org>
AuthorDate: Mon Jun 12 18:56:52 2017 -0400

    [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 ec1744a..d74fa32 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.1.0-incubating</version>
+    <version>1.2.0-incubating-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 7b56b10..352a812 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.1.0-incubating</version>
+    <version>1.2.0-incubating-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 6d26a7e..4860adc 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.1.0-incubating</version>
+    <version>1.2.0-incubating-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 1a8d1c7..7ee5192 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.1.0-incubating</version>
+    <version>1.2.0-incubating-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 a407c55..3061828 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.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-test</artifactId>
diff --git a/pom.xml b/pom.xml
index 29ab35c..7d3ab04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>1-incubating</version>
   </parent>
   <artifactId>fluo-recipes</artifactId>
-  <version>1.1.0-incubating</version>
+  <version>1.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Fluo (incubating) Recipes Parent</name>
   <description>Implementation of Common Fluo patterns</description>
@@ -42,7 +42,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-fluo-recipes.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-fluo-recipes.git</developerConnection>
-    <tag>rel/fluo-recipes-1.1.0-incubating</tag>
+    <tag>HEAD</tag>
     <url>https://gitbox.apache.org/repos/asf/incubator-fluo-recipes.git</url>
   </scm>
   <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
"commits@fluo.apache.org" <co...@fluo.apache.org>.