You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/07/15 10:19:46 UTC

[incubator-datalab] branch DATALAB-2413 created (now 46fd968)

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

mykolabodnar pushed a change to branch DATALAB-2413
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 46fd968  [DATALAB-2413] - quartz-mongodb dependency moved to nexus

This branch includes the following new commits:

     new 46fd968  [DATALAB-2413] - quartz-mongodb dependency moved to nexus

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@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2413] - quartz-mongodb dependency moved to nexus

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

mykolabodnar pushed a commit to branch DATALAB-2413
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 46fd968a964187304a977f8c9c080f63a2fe1856
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Jul 15 13:19:29 2021 +0300

    [DATALAB-2413] - quartz-mongodb dependency moved to nexus
---
 services/self-service/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml
index 9532c41..a3eba43 100644
--- a/services/self-service/pom.xml
+++ b/services/self-service/pom.xml
@@ -38,8 +38,8 @@
 
     <repositories>
         <repository>
-            <id>michaelklishin</id>
-            <url>https://dl.bintray.com/michaelklishin/maven/</url>
+            <id>maven-public</id>
+            <url>https://nexus.develop.dlabanalytics.com/repository/maven-public/</url>
         </repository>
     </repositories>
 

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