Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:42:58 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:34:19 +0000
commit465c6c2f1311aa1d9843dbbfeff17c78b40765be (patch)
treeeb9e60092b06fdf2653ff66b7b3d19e572a58b90
parent187ffaa6a47afd1aa3b46a8d773c648a369801a3 (diff)
downloadeclipse.platform.debug-465c6c2f1311aa1d9843dbbfeff17c78b40765be.tar.gz
eclipse.platform.debug-465c6c2f1311aa1d9843dbbfeff17c78b40765be.tar.xz
eclipse.platform.debug-465c6c2f1311aa1d9843dbbfeff17c78b40765be.zip
Change-Id: Ic2146ca87f8ff1fba90c64d53f66b6e1230708f7 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183949 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f4ae917ba..373b8319a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.debug.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.debug.git</tycho.scmUrl>
</properties>
<!--

Back to the top