You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/05/03 07:51:02 UTC

[zeppelin] 02/02: [HOTFIX] Fix pty4j downloading issue

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 6f03f11ce9ef41d09e087c5c88e83a7f27f08e2d
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Mon May 3 10:54:16 2021 +0800

    [HOTFIX] Fix pty4j downloading issue
---
 shell/pom.xml     | 6 +++---
 submarine/pom.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/shell/pom.xml b/shell/pom.xml
index 2ae66d6..032e58f 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -46,9 +46,9 @@
   <!-- pty4j library not in maven central repository (http://repo.maven.apache.org/maven2) -->
   <repositories>
     <repository>
-      <id>bintray-jetbrains-pty4j</id>
-      <name>bintray</name>
-      <url>https://jetbrains.bintray.com/pty4j</url>
+      <id>jetbrains-pty4j</id>
+      <name>JetBrains Pty4j Repository</name>
+      <url>https://dl.bintray.com/jetbrains/pty4j/</url>
     </repository>
   </repositories>
 
diff --git a/submarine/pom.xml b/submarine/pom.xml
index c223d5c..a8b4dde 100644
--- a/submarine/pom.xml
+++ b/submarine/pom.xml
@@ -45,9 +45,9 @@
 
   <repositories>
     <repository>
-      <id>bintray-jetbrains-pty4j</id>
-      <name>bintray</name>
-      <url>https://jetbrains.bintray.com/pty4j</url>
+      <id>jetbrains-pty4j</id>
+      <name>JetBrains Pty4j Repository</name>
+      <url>https://dl.bintray.com/jetbrains/pty4j/</url>
     </repository>
   </repositories>