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:28 UTC

[incubator-dlab] branch bugfix-DLAB-582 created (now dcd7dfa)

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

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


      at dcd7dfa  DLAB-582 added scm maven properties

This branch includes the following new commits:

     new dcd7dfa  DLAB-582 added scm maven properties

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


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

Posted by bh...@apache.org.
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