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

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


The following commit(s) were added to refs/heads/master by this push:
     new 32348be  [TE] remove linkedin bintray from pom and add override 
(#5773) (#5775)
32348be is described below

commit 32348be61b69e11fb3fd902dfbfe24ddb7214f7f
Author: Vincent Chen <jianc...@linkedin.com>
AuthorDate: Fri Jul 31 12:16:54 2020 -0700

    [TE] remove linkedin bintray from pom and add override (#5773) (#5775)
---
 .travis/.travis_te_nightly_build.sh | 2 +-
 thirdeye/pom.xml                    | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.travis/.travis_te_nightly_build.sh 
b/.travis/.travis_te_nightly_build.sh
index 07007ba..790509d 100755
--- a/.travis/.travis_te_nightly_build.sh
+++ b/.travis/.travis_te_nightly_build.sh
@@ -27,7 +27,7 @@ if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   mvn versions:set -DnewVersion="$BUILD_VERSION${DEV_VERSION}" -q -B
   mvn versions:commit -q -B
   # Deploy ThirdEye backend to bintray
-  mvn -pl '!thirdeye-frontend' deploy -s ../.travis/.ci.settings.xml 
-DskipTests -q
+  mvn -pl '!thirdeye-frontend' deploy -s ../.travis/.ci.settings.xml 
-DskipTests -q 
-DaltDeploymentRepository=bintray-linkedin-maven::default::'https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1;override=1'
   # Deploy ThirdEye frontend to NPM
   cd thirdeye-frontend/
   npm version ${BUILD_VERSION}${DEV_VERSION}
diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml
index 08eee1c..e30c7fa 100644
--- a/thirdeye/pom.xml
+++ b/thirdeye/pom.xml
@@ -86,13 +86,6 @@
     <json.version>20170516</json.version>
     <log4j2.version>2.12.0</log4j2.version>
   </properties>
-
-  <distributionManagement>
-    <repository>
-      <id>bintray-linkedin-maven</id>
-      
<url>https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1</url>
-    </repository>
-  </distributionManagement>
   
   <licenses>
     <license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to