Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:38:18 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:03:42 +0000
commitd07fd0e04f0a2c4cfffbbb4dfec595212e495eb5 (patch)
tree5e1945bcd9e86a9a031b7c41ab2ef116cba1b5a0
parentbd5c4cabf0649dd9eeef0dce629e932d946af549 (diff)
downloadrt.equinox.framework-d07fd0e04f0a2c4cfffbbb4dfec595212e495eb5.tar.gz
rt.equinox.framework-d07fd0e04f0a2c4cfffbbb4dfec595212e495eb5.tar.xz
rt.equinox.framework-d07fd0e04f0a2c4cfffbbb4dfec595212e495eb5.zip
Bug 575375 - Update scm links in pom files to use https protocolY20210812-0800I20210812-1800
Change-Id: Iedf88834dcca25b41af3214abeaa8db48bb276ab Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183938 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5bc5cac73..35aec8f96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/equinox/rt.equinox.framework.git</tycho.scmUrl>
<!-- location of rt.equinox.binaries project -->
<!-- required by: org.eclipse.equinox.feature:org.eclipse.equinox.executable -->
<!-- required by: org.eclipse.equinox.framework:launcher-binary-parent -->

Back to the top