You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/04/16 09:37:29 UTC

[incubator-dlab] 01/01: DLAB-582 added scm maven properties

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

bhliva pushed a commit to branch bugfix-DLAB-582
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit dcd7dfaa88f514147154f092e9b9c409a014db14
Author: bhliva <bo...@epam.com>
AuthorDate: Tue Apr 16 12:37:14 2019 +0300

    DLAB-582 added scm maven properties
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f044123..576720e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,8 @@
     <packaging>pom</packaging>
 
     <scm>
-        <connection>scm:git:file://.</connection>
-        <url>scm:git:file://.</url>
+        <connection>scm:git:https://github.com/apache/incubator-dlab.git</connection>
+        <url>scm:git:https://github.com/apache/incubator-dlab.git</url>
         <tag>HEAD</tag>
     </scm>
 


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