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

akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new b3ce05e  Remove incubator references and disclaimer (#66)
b3ce05e is described below

commit b3ce05e4aeade9093223bcaf2e78ec1f1ed38f96
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Fri Aug 16 04:45:02 2019 -0400

    Remove incubator references and disclaimer (#66)
---
 .github/ISSUE_TEMPLATE.md      | 2 +-
 .travis.yml                    | 8 ++++----
 CONTRIBUTING.md                | 2 +-
 DISCLAIMER.txt                 | 1 -
 README.md                      | 6 +-----
 core/php7.1Action/CHANGELOG.md | 4 ++--
 core/php7.2Action/CHANGELOG.md | 2 +-
 core/php7.3Action/CHANGELOG.md | 2 +-
 core/php7.3Action/Dockerfile   | 4 ++--
 tools/travis/build.sh          | 2 +-
 tools/travis/setup.sh          | 4 ++--
 11 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 8ff1432..049789d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -14,7 +14,7 @@ information shown below.
 If you are reporting an enhancement request, please include information on 
what you are trying to achieve and why that enhancement would help you.
 
 For more information about reporting issues, see
-https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
+https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
 
 Use the commands below to provide key information from your environment:
 You do not have to include this information if this is a feature request.
diff --git a/.travis.yml b/.travis.yml
index 114d45a..0a4d4ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,22 +39,22 @@ deploy:
     on:
       tags: true
       all_branches: true
-      repo: apache/incubator-openwhisk-runtime-php
+      repo: apache/openwhisk-runtime-php
   - provider: script
     script: "./tools/travis/publish.sh openwhisk 7.1 nightly"
     on:
       branch: master
-      repo: apache/incubator-openwhisk-runtime-php
+      repo: apache/openwhisk-runtime-php
   - provider: script
     script: "./tools/travis/publish.sh openwhisk 7.2 nightly"
     on:
       branch: master
-      repo: apache/incubator-openwhisk-runtime-php
+      repo: apache/openwhisk-runtime-php
   - provider: script
     script: "./tools/travis/publish.sh openwhisk 7.3 nightly"
     on:
       branch: master
-      repo: apache/incubator-openwhisk-runtime-php
+      repo: apache/openwhisk-runtime-php
 env:
   global:
   - secure: 
AJZRyRO/ZkStfywAZVN8bk1YmQLHOTD37QdjBsw77CdqnW9Y+a7V3+wZD3W+obQrEhNR9spkKlMh+biE2HFoRwr/AZ3Pl0frzhlyzZXaLUgJMK7wfQzuFVVgjODs4ld2PrJRv5LibFwco9cosDYHe9xlqQ+/Yg/QaWZPK0rBS1UFBxHh1cOcIJ0N80vDXgZbqmH9nuE7W5GvNGzDg9p16w+u48a6UF7UVzf+RU/uR13q7LrAq/FD7dtdiHpamIw4MiGWhW/GZQrwZpzovfGFr365uEVWu+ssQJld+sbeVoN9ED6kOrfYTFg+l7+8cvjhkZ9LUWELK/zVFCu4wYmuhk6utUreBD5rzsfVQmt0Ups7ANIqVS0874CW6WdxO+wPx5Me5k3azXbLgk6mPt4hL0+nlUZ1ycP2rEN/RnL2r8UJAN3vdvL1nXrTTulwNLwS8U3Lc+4yEV+YHQR9c9pYdw3VPx1vNVjE
 [...]
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c0595b..d8f8faa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,7 +57,7 @@ A good enhancement request comes with an explanation of what 
you are trying to d
 ### Discussion
 
 Please use the project's developer email list to engage our community:
-[d...@openwhisk.incubator.apache.org](d...@openwhisk.incubator.apache.org)
+[d...@openwhisk.apache.org](d...@openwhisk.apache.org)
 
 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 ab06725..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Runtime PHP 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 th [...]
diff --git a/README.md b/README.md
index 3e22d34..bfd6b8d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Apache OpenWhisk runtimes for PHP
 
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build 
Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-php.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-php)
+[![Build 
Status](https://travis-ci.org/apache/openwhisk-runtime-php.svg?branch=master)](https://travis-ci.org/apache/openwhisk-runtime-php)
 
 
 ## PHP versions
@@ -150,7 +150,3 @@ Using IntelliJ:
 -Dhttp.proxyHost=localhost
 -Dhttp.proxyPort=3128
 ```
-
-# Disclaimer
-
-Apache OpenWhisk Runtime PHP 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 th [...]
diff --git a/core/php7.1Action/CHANGELOG.md b/core/php7.1Action/CHANGELOG.md
index b5a3a94..b32fa53 100644
--- a/core/php7.1Action/CHANGELOG.md
+++ b/core/php7.1Action/CHANGELOG.md
@@ -17,7 +17,7 @@
 #
 -->
 
-## Apache 1.14.0-incubating (next release)
+## Apache 1.14.0 (next release)
 Changes:
   - Update version of PHP to 7.1.30
 
@@ -28,7 +28,7 @@ Changes:
 ## 1.12.0-incubating
 ## 1.0.3
 Changes:
-  - Allow /run endpoint to accept more environment variables 
[#40](https://github.com/apache/incubator-openwhisk-runtime-php/pull/40)
+  - Allow /run endpoint to accept more environment variables 
[#40](https://github.com/apache/openwhisk-runtime-php/pull/40)
 
 ## 1.0.2
 Changes:
diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index a74fb4f..5d361ae 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -28,7 +28,7 @@ Changes:
 ## 1.12.0-incubating
 ## 1.0.2
 Changes:
-  - Allow /run endpoint to accept more environment variables 
[#40](https://github.com/apache/incubator-openwhisk-runtime-php/pull/40)
+  - Allow /run endpoint to accept more environment variables 
[#40](https://github.com/apache/openwhisk-runtime-php/pull/40)
 
 ## 1.0.1
 Changes:
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index 955c7d1..2e5d708 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 -->
-## Apache 1.14.0-incubating (next release)
+## Apache 1.14.0 (next release)
 Changes:
   - Update version of PHP to 7.3.6
   - Added PHP extension mongodb
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 002e305..308dc64 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -16,10 +16,10 @@
 #
 
 FROM golang:1.11 as builder
-ENV 
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/golang1...@1.13.0-incubating.tar.gz
+ENV 
PROXY_SOURCE=https://github.com/apache/openwhisk-runtime-go/archive/golang1...@1.13.0-incubating.tar.gz
 RUN curl -L "$PROXY_SOURCE" | tar xzf - \
   && mkdir -p src/github.com/apache \
-  && mv incubator-openwhisk-runtime-go-golang1.11-1.13.0-incubating \
+  && mv openwhisk-runtime-go-golang1.11-1.13.0-incubating \
      src/github.com/apache/incubator-openwhisk-runtime-go \
   && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
   && CGO_ENABLED=0 go build -o /bin/proxy
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 7cc36ff..1023451 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -23,7 +23,7 @@ set -ex
 SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 ROOTDIR="$SCRIPTDIR/../.."
 WHISKDIR="$ROOTDIR/../openwhisk"
-UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
+UTILDIR="$ROOTDIR/../openwhisk-utilities"
 
 export OPENWHISK_HOME=$WHISKDIR
 
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index 3424cdb..6315f1a 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -26,9 +26,9 @@ HOMEDIR="$SCRIPTDIR/../../../"
 
 # clone OpenWhisk utilities repo. in order to run scanCode
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
 
 # clone main openwhisk repo. for testing purposes
-git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
 cd openwhisk
 ./tools/travis/setup.sh

Reply via email to