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:01 UTC

[incubator-fluo-recipes] 01/02: [maven-release-plugin] prepare release rel/fluo-recipes-1.1.0-incubating

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 4769fa9a3a43af030de318c0423a7cae5c5eb4fe
Author: Keith Turner <kt...@apache.org>
AuthorDate: Mon Jun 12 18:56:42 2017 -0400

    [maven-release-plugin] prepare release rel/fluo-recipes-1.1.0-incubating
---
 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 b4f183e..ec1744a 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-SNAPSHOT</version>
+    <version>1.1.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-accumulo</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index dc95ac6..7b56b10 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-SNAPSHOT</version>
+    <version>1.1.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-core</artifactId>
diff --git a/modules/kryo/pom.xml b/modules/kryo/pom.xml
index 12baafd..6d26a7e 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-SNAPSHOT</version>
+    <version>1.1.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-kryo</artifactId>
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index 12895a5..1a8d1c7 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-SNAPSHOT</version>
+    <version>1.1.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-spark</artifactId>
diff --git a/modules/test/pom.xml b/modules/test/pom.xml
index f495ac4..a407c55 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-SNAPSHOT</version>
+    <version>1.1.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-recipes-test</artifactId>
diff --git a/pom.xml b/pom.xml
index ec03b3d..29ab35c 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-SNAPSHOT</version>
+  <version>1.1.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://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>HEAD</tag>
+    <tag>rel/fluo-recipes-1.1.0-incubating</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>.