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 2017/08/18 19:48:38 UTC

[fluo-recipes] branch master updated: More removing incubating status (#140)

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git


The following commit(s) were added to refs/heads/master by this push:
     new 69f8f7e  More removing incubating status (#140)
69f8f7e is described below

commit 69f8f7e9a0904ee33f5a536fec0bf7f80d626277
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Aug 18 15:39:56 2017 -0400

    More removing incubating status (#140)
    
    Additional post-graduation removal of incubating status
---
 README.md                           | 6 +++---
 contrib/create-release-candidate.sh | 6 +++---
 pom.xml                             | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index e97a111..bd79db0 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ Below is a sample Maven POM containing all possible Fluo Recipes dependencies:
 [row-hasher]: docs/row-hasher.md
 [spark]: docs/spark.md
 [testing]: docs/testing.md
-[ti]: https://travis-ci.org/apache/incubator-fluo-recipes.svg?branch=master
-[tl]: https://travis-ci.org/apache/incubator-fluo-recipes
+[ti]: https://travis-ci.org/apache/fluo-recipes.svg?branch=master
+[tl]: https://travis-ci.org/apache/fluo-recipes
 [li]: http://img.shields.io/badge/license-ASL-blue.svg
-[ll]: https://github.com/apache/incubator-fluo-recipes/blob/master/LICENSE
+[ll]: https://github.com/apache/fluo-recipes/blob/master/LICENSE
diff --git a/contrib/create-release-candidate.sh b/contrib/create-release-candidate.sh
index 0c22468..9512937 100755
--- a/contrib/create-release-candidate.sh
+++ b/contrib/create-release-candidate.sh
@@ -67,7 +67,7 @@ gitSubject() { pretty %s "$@"; }
 
 createEmail() {
   # $1 version (optional); $2 rc seqence num (optional); $3 staging repo num (optional)
-  local ver; [[ -n $1 ]] && ver=$1 || ver=$(prompter 'version to be released (eg. x.y.z)' '[0-9]+[.][0-9]+[.][0-9]+([-]incubating)?')
+  local ver; [[ -n $1 ]] && ver=$1 || ver=$(prompter 'version to be released (eg. x.y.z)' '[0-9]+[.][0-9]+[.][0-9]+')
   local rc; [[ -n $2 ]] && rc=$2 || rc=$(prompter 'release candidate sequence number (eg. 1, 2, etc.)' '[0-9]+')
   local stagingrepo; [[ -n $3 ]] && stagingrepo=$3 || stagingrepo=$(prompter 'staging repository number from https://repository.apache.org/#stagingRepositories' '[0-9]+')
 
@@ -126,7 +126,7 @@ Source (official release artifact): $(green "https://repository.apache.org/conte
 All artifacts were built and staged with:
     mvn release:prepare && mvn release:perform
 
-Signing keys are available at https://www.apache.org/dist/incubator/fluo/KEYS
+Signing keys are available at https://www.apache.org/dist/fluo/KEYS
 (Expected fingerprint: $(green "$fingerprint"))
 
 Release notes (in progress) can be found at: $(green "https://fluo.apache.org/.../$ver")
@@ -214,7 +214,7 @@ createReleaseCandidate() {
 
   local cBranch; cBranch=$(currentBranch) || fail "$(red Failure)" to get current branch from git
   local rc; rc=$(prompter 'release candidate sequence number (eg. 1, 2, etc.)' '[0-9]+')
-  local nextVer; nextVer=$(prompter 'next snapshot version to be released (eg. x.y.z)' '[0-9]+[.][0-9]+[.][0-9]+([-]incubating)?')
+  local nextVer; nextVer=$(prompter 'next snapshot version to be released (eg. x.y.z)' '[0-9]+[.][0-9]+[.][0-9]+')
   local rcBranch; rcBranch=$ver-rc$rc
   local nBranch; nBranch=$rcBranch-next
 
diff --git a/pom.xml b/pom.xml
index ad6f6c3..a3b68be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,14 +40,14 @@
     <module>modules/test</module>
   </modules>
   <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>
+    <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>HEAD</tag>
-    <url>https://gitbox.apache.org/repos/asf/incubator-fluo-recipes.git</url>
+    <url>https://gitbox.apache.org/repos/asf/fluo-recipes.git</url>
   </scm>
   <issueManagement>
     <system>GitHub</system>
-    <url>https://github.com/apache/incubator-fluo-recipes/issues</url>
+    <url>https://github.com/apache/fluo-recipes/issues</url>
   </issueManagement>
   <properties>
     <accumulo.version>1.6.6</accumulo.version>

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