Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:41:23 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:24:33 +0000
commita9641e91a43c4b09805d47f17c7d651a98fd8b4c (patch)
tree36ba2a2d915cc9c150258f11b40537999e499862
parent13090f73e863f224e4ce062d09e0783ff4c07384 (diff)
downloadeclipse.platform.runtime-a9641e91a43c4b09805d47f17c7d651a98fd8b4c.tar.gz
eclipse.platform.runtime-a9641e91a43c4b09805d47f17c7d651a98fd8b4c.tar.xz
eclipse.platform.runtime-a9641e91a43c4b09805d47f17c7d651a98fd8b4c.zip
Change-Id: I0d8997603bbfdc1b3e78233a51ffcb2041c7cc73 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/183946
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e37a16db1..41509f0a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.runtime.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.runtime.git</tycho.scmUrl>
</properties>
<!--

Back to the top