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/02 17:13:22 UTC

[incubator-fluo] branch 1.1.0-incubating-rc1-next created (now 2f6f1bb)

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

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

        at  2f6f1bb   [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

       new  2f6f1bb   [maven-release-plugin] prepare for next development iteration

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


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

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

Posted by kt...@apache.org.
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.git

commit 2f6f1bb269d5e7f97ec3d67ad1e4637106d4325a
Author: Keith Turner <kt...@apache.org>
AuthorDate: Fri Jun 2 12:20:49 2017 -0400

    [maven-release-plugin] prepare for next development iteration
---
 modules/accumulo/pom.xml     | 2 +-
 modules/api/pom.xml          | 2 +-
 modules/cluster/pom.xml      | 2 +-
 modules/core/pom.xml         | 2 +-
 modules/distribution/pom.xml | 2 +-
 modules/integration/pom.xml  | 2 +-
 modules/mapreduce/pom.xml    | 2 +-
 modules/mini/pom.xml         | 2 +-
 pom.xml                      | 4 ++--
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index db13809..4da36f9 100644
--- a/modules/accumulo/pom.xml
+++ b/modules/accumulo/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-accumulo</artifactId>
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index e5be115..0c85205 100644
--- a/modules/api/pom.xml
+++ b/modules/api/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-api</artifactId>
diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index 638be85..a379536 100644
--- a/modules/cluster/pom.xml
+++ b/modules/cluster/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-cluster</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 7885531..6a068b4 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-core</artifactId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index b47832b..986f8d8 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo</artifactId>
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index 55aa7c7..5063341 100644
--- a/modules/integration/pom.xml
+++ b/modules/integration/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-integration</artifactId>
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index 37033a5..a4b641f 100644
--- a/modules/mapreduce/pom.xml
+++ b/modules/mapreduce/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mapreduce</artifactId>
diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml
index f6ab1ca..593ca0b 100644
--- a/modules/mini/pom.xml
+++ b/modules/mini/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.1.0-incubating</version>
+    <version>1.2.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mini</artifactId>
diff --git a/pom.xml b/pom.xml
index e2da9f7..a6739d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>1-incubating</version>
   </parent>
   <artifactId>fluo-project</artifactId>
-  <version>1.1.0-incubating</version>
+  <version>1.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Fluo (incubating) Project</name>
   <description>An implementation of Percolator for Apache Accumulo</description>
@@ -45,7 +45,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-fluo.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-fluo.git</developerConnection>
-    <tag>rel/fluo-1.1.0-incubating</tag>
+    <tag>HEAD</tag>
     <url>https://gitbox.apache.org/repos/asf?p=incubator-fluo.git</url>
   </scm>
   <issueManagement>

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