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

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


The following commit(s) were added to refs/heads/branch-0.10 by this push:
     new 3cc44132d6 fix conjars repository url (#4608)
3cc44132d6 is described below

commit 3cc44132d663cb7722c85aec2ff3c9a0a2221cc1
Author: The Anh Nguyen <ntheanh...@gmail.com>
AuthorDate: Thu Jun 1 21:48:03 2023 +0700

    fix conjars repository url (#4608)
---
 scalding/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scalding/pom.xml b/scalding/pom.xml
index 44102fb1fd..a632a99729 100644
--- a/scalding/pom.xml
+++ b/scalding/pom.xml
@@ -43,9 +43,8 @@
 
   <repositories>
     <repository>
-      <id>conjars</id>
-      <name>Concurrent Maven Repo</name>
-      <url>https://conjars.org/repo</url>
+      <id>conjars.org</id>
+      <url>https://conjars.wensel.net/repo</url>
     </repository>
     <repository>
       <id>twitter</id>

Reply via email to