You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/12/01 02:49:16 UTC

[incubator-openwhisk-apigateway] branch master updated: package rename for whisk.core is now org.apache.openwhisk.core (#331)

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

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git


The following commit(s) were added to refs/heads/master by this push:
     new e56a1c0  package rename for whisk.core is now org.apache.openwhisk.core (#331)
e56a1c0 is described below

commit e56a1c0a0f37de9317e6c70dc4870fac54e6d925
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Fri Nov 30 21:49:12 2018 -0500

    package rename for whisk.core is now org.apache.openwhisk.core (#331)
---
 tools/travis/build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 91c5908..051670e 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -67,6 +67,6 @@ WSK_TESTS_DEPS_EXCLUDE=""
 
 TERM=dumb ./gradlew tests:test --tests apigw.healthtests.* ${WSK_TESTS_DEPS_EXCLUDE}
 sleep 60
-TERM=dumb ./gradlew tests:test --tests whisk.core.apigw.* ${WSK_TESTS_DEPS_EXCLUDE}
+TERM=dumb ./gradlew tests:test --tests org.apache.openwhisk.core.apigw.* ${WSK_TESTS_DEPS_EXCLUDE}
 sleep 60
-TERM=dumb ./gradlew tests:test --tests whisk.core.cli.test.ApiGwRestTests ${WSK_TESTS_DEPS_EXCLUDE}
+TERM=dumb ./gradlew tests:test --tests org.apache.openwhisk.core.cli.test.ApiGwRestTests ${WSK_TESTS_DEPS_EXCLUDE}