You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2018/03/01 17:47:04 UTC

[fluo-recipes] branch 1.2.0-rc1-next created (now 357c70e)

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

ctubbsii pushed a change to branch 1.2.0-rc1-next
in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git.


      at 357c70e  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 6e8956c  [maven-release-plugin] prepare release rel/fluo-recipes-1.2.0
     new 357c70e  [maven-release-plugin] prepare for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.

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

Posted by ct...@apache.org.
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 <ct...@apache.org>
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
ctubbsii@apache.org.