This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-cloudant.git
The following commit(s) were added to refs/heads/master by this push:
new ccd7410 tlp: remove incubator references and disclaimer (#213)
ccd7410 is described below
commit ccd7410b0d0e9613b0dc3e477cb564128c2f5ba9
Author: David Grove <[email protected]>
AuthorDate: Mon Aug 19 14:13:50 2019 -0400
tlp: remove incubator references and disclaimer (#213)
---
CONTRIBUTING.md | 2 +-
DISCLAIMER.txt | 1 -
README.md | 6 +-----
tools/travis/build.sh | 2 +-
tools/travis/setup.sh | 4 ++--
5 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab2f597..10fc92a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,7 @@ Provide as much context as possible so we can try to recreate
the issue.
### Discussion
Please use the project's developer email list to engage our community:
-[[email protected]]([email protected])
+[[email protected]]([email protected])
In addition, we provide a "dev" Slack team channel for conversations at:
https://openwhisk-team.slack.com/messages/dev/
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
deleted file mode 100644
index 36c56ac..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Package Cloudant is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indica [...]
diff --git a/README.md b/README.md
index 313dd55..0162093 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# Apache OpenWhisk package for Cloudant
[](http://www.apache.org/licenses/LICENSE-2.0)
-[](https://travis-ci.org/apache/incubator-openwhisk-package-cloudant)
+[](https://travis-ci.org/apache/openwhisk-package-cloudant)
The `/whisk.system/cloudant` package enables you to work with a Cloudant
database. It includes the following actions and feeds.
@@ -298,7 +298,3 @@ wsk rule create myRule myCloudantTrigger sequenceAction
# Building from Source
To build this package from source, execute the command `./gradlew distDocker`
-
-# Disclaimer
-
-Apache OpenWhisk Package Cloudant is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indica [...]
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 67a2d83..0940e70 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -23,7 +23,7 @@ set -e
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
ROOTDIR="$SCRIPTDIR/../.."
-UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
+UTILDIR="$ROOTDIR/../openwhisk-utilities"
# run scancode
cd $UTILDIR
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index da6ea9b..1461493 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -46,11 +46,11 @@ sudo npm install -g jshint
# clone OpenWhisk repo. in order to run scanCode.py
cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
# OpenWhisk stuff
cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone https://github.com/apache/openwhisk.git openwhisk
cd $WHISKDIR
TERM=dumb ./gradlew \