This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new 9cc944d tlp: remove incubator references and disclaimer (#349)
9cc944d is described below
commit 9cc944da6db3be230229c88efe2b95121adcfecc
Author: David Grove <[email protected]>
AuthorDate: Mon Aug 19 12:44:28 2019 -0400
tlp: remove incubator references and disclaimer (#349)
---
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 8afe763..5906a2b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -54,7 +54,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 022bf42..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Package Kafka 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 indicate [...]
diff --git a/README.md b/README.md
index 31b413c..1941537 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# Apache OpenWhisk package for communication with Kafka or IBM Message Hub
[](http://www.apache.org/licenses/LICENSE-2.0)
-[](https://travis-ci.org/apache/incubator-openwhisk-package-kafka)
+[](https://travis-ci.org/apache/openwhisk-package-kafka)
This project is an OpenWhisk package that allows you to communicate with Kafka
or IBM Message Hub instances for publishing and consuming messages using native
high performance Kafka API.
@@ -390,7 +390,3 @@ If you wish to deploy the feed service yourself, please
refer to the [Developmen
# Building from Source
To build this package from source, execute the command `./gradlew distDocker`
-
-# Disclaimer
-
-Apache OpenWhisk Package Kafka 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 indicate [...]
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 60fc3fd..dfa8d11 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 52a6651..62fe376 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -42,11 +42,11 @@ pip install --user ansible==2.1.2.0
# 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 \