Repository: incubator-fluo-recipes
Updated Branches:
  refs/heads/1.0.0-incubating-rc0 [created] 8297b4167


[maven-release-plugin] prepare release rel/fluo-recipes-1.0.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/commit/2eb367e1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/tree/2eb367e1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/diff/2eb367e1

Branch: refs/heads/1.0.0-incubating-rc0
Commit: 2eb367e173721607a2cb958927e3c753b40188ed
Parents: 10ccb16
Author: Keith Turner <ktur...@apache.org>
Authored: Mon Oct 17 12:01:11 2016 -0400
Committer: Keith Turner <ktur...@apache.org>
Committed: Mon Oct 17 12:01:11 2016 -0400

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/modules/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index 751fbee..0a243d5 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.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-accumulo</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 720d5f0..db1cf1f 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.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/modules/kryo/pom.xml
----------------------------------------------------------------------
diff --git a/modules/kryo/pom.xml b/modules/kryo/pom.xml
index eaed2ee..59eae24 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.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-kryo</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/modules/spark/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index 5cb80a4..2247566 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.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-spark</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/modules/test/pom.xml
----------------------------------------------------------------------
diff --git a/modules/test/pom.xml b/modules/test/pom.xml
index 86f5fbd..98a513b 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.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/2eb367e1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5be0541..adab718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>1-incubating</version>
   </parent>
   <artifactId>fluo-recipes</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating</version>
   <packaging>pom</packaging>
   <name>Fluo Recipes Parent</name>
   <description>Implementation of Common Fluo patterns</description>
@@ -42,7 +42,7 @@
   <scm>
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>rel/fluo-recipes-1.0.0-incubating</tag>
     
<url>https://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes.git</url>
   </scm>
   <issueManagement>

Reply via email to