Repository: incubator-fluo-recipes
Updated Branches:
  refs/heads/1.0.0-incubating-rc1 [created] 682eff983


[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/682eff98
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/tree/682eff98
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/diff/682eff98

Branch: refs/heads/1.0.0-incubating-rc1
Commit: 682eff983f1fe6e60b75c36d3b2f782c6a93b155
Parents: e1d0aa7
Author: Keith Turner <ke...@deenlo.com>
Authored: Thu Oct 20 18:16:40 2016 -0400
Committer: Keith Turner <ke...@deenlo.com>
Committed: Thu Oct 20 18:16:40 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/682eff98/modules/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index f7616fe..a344319 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/682eff98/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 38db095..f1eb998 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/682eff98/modules/kryo/pom.xml
----------------------------------------------------------------------
diff --git a/modules/kryo/pom.xml b/modules/kryo/pom.xml
index d187712..7f1725b 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/682eff98/modules/spark/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index 8675833..b505896 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/682eff98/modules/test/pom.xml
----------------------------------------------------------------------
diff --git a/modules/test/pom.xml b/modules/test/pom.xml
index 727048c..bdfb1b8 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/682eff98/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 59845bc..9188154 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>Apache Fluo (incubating) 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