Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:39:31 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:03:14 +0000
commit1070b1f2447350212c8dfeea60f48bf7f8cf9351 (patch)
treebf9407a99fa4eff1f3d081c51d3e7f372a4275c0
parenta5ebd39f8583016398b6a5cd84e803c3f90035dc (diff)
downloadeclipse.platform.ua-1070b1f2447350212c8dfeea60f48bf7f8cf9351.tar.gz
eclipse.platform.ua-1070b1f2447350212c8dfeea60f48bf7f8cf9351.tar.xz
eclipse.platform.ua-1070b1f2447350212c8dfeea60f48bf7f8cf9351.zip
Change-Id: Ib7605e7a82702e887cd809aea8ae69110992b224 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183941 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 b67285ea1..b001e8fe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<artifactId>eclipse.platform.ua</artifactId>
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ua.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.ua.git</tycho.scmUrl>
</properties>
<!--

Back to the top