You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/09/15 17:47:56 UTC

[incubator-pinot] branch check-branch-name created (now 6ba644e)

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

jlli pushed a change to branch check-branch-name
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 6ba644e  Validate branch name

This branch includes the following new commits:

     new 6ba644e  Validate branch name

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pinot] 01/01: Validate branch name

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6ba644e391e795b420f043873fd9e39ec9f1e47d
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Tue Sep 15 10:47:32 2020 -0700

    Validate branch name
---
 .travis/.ci.settings.xml         | 2 +-
 .travis/.travis_nightly_build.sh | 6 +++---
 pom.xml                          | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis/.ci.settings.xml b/.travis/.ci.settings.xml
index 587dd4f..debfe83 100644
--- a/.travis/.ci.settings.xml
+++ b/.travis/.ci.settings.xml
@@ -23,7 +23,7 @@
           xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
   <servers>
     <server>
-      <id>bintray-linkedin-maven</id>
+      <id>bintray-linkedin-test-repo</id>
       <username>${env.MVN_DEPLOY_BINTRAY_USER}</username>
       <password>${env.MVN_DEPLOY_BINTRAY_KEY}</password>
     </server>
diff --git a/.travis/.travis_nightly_build.sh b/.travis/.travis_nightly_build.sh
index 602a4bf..5595c32 100755
--- a/.travis/.travis_nightly_build.sh
+++ b/.travis/.travis_nightly_build.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
+#if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   echo "Deploying to bintray"
 
   BUILD_VERSION=$(grep -E "<version>(.*)-SNAPSHOT</version>" pom.xml | cut -d'>' -f2 | cut -d'<' -f1 | cut -d'-' -f1)
@@ -27,5 +27,5 @@ if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   mvn versions:commit -q -B
 
   # Deploy to bintray
-  mvn deploy -s .travis/.ci.settings.xml -DskipTests -q -DretryFailedDeploymentCount=5 -DaltDeploymentRepository=bintray-linkedin-maven::default::'https://api.bintray.com/maven/linkedin/maven/pinot/;publish=1;override=1'
-fi
+  mvn deploy -s .travis/.ci.settings.xml -DskipTests -q -DretryFailedDeploymentCount=5 -DaltDeploymentRepository=bintray-linkedin-test-repo::default::'https://api.bintray.com/maven/linkedin/test-repo/pinot/;publish=1;override=1'
+#fi
diff --git a/pom.xml b/pom.xml
index d69be3d..6888cf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1368,7 +1368,7 @@
             <dependency>
               <groupId>org.apache.maven.scm</groupId>
               <artifactId>maven-scm-provider-gitexe</artifactId>
-              <version>1.9.4</version>
+              <version>1.11.2</version>
             </dependency>
           </dependencies>
           <configuration>


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