diff options
author | Sravan Kumar Lakkimsetti | 2021-08-12 11:39:48 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-08-12 12:03:29 +0000 |
commit | 2694c048b49189c100239a1c7e35cce7a79082d3 (patch) | |
tree | 299e8c23407ab2c8ad2897719a5973cef97bdd86 | |
parent | 697ed6cd9c6828a9ea5c03d70d5eda2b14120f68 (diff) | |
download | eclipse.platform.text-I20210817-0600.tar.gz eclipse.platform.text-I20210817-0600.tar.xz eclipse.platform.text-I20210817-0600.zip |
Bug 575375 - Update scm links in pom files to use https protocolY20210820-0230Y20210819-0800Y20210819-0340Y20210818-0520Y20210817-1030Y20210817-0500Y20210813-0710Y20210812-0800S4_21_0_M3I20210818-1800I20210818-1250I20210818-0600I20210817-1840I20210817-0600I20210816-1800I20210816-0600I20210815-1800I20210815-0600I20210814-1800I20210814-0600I20210813-1800I20210812-1800
Change-Id: Ifef9c1ad149358aaae55cb4e5e26940190b07758
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/183942
Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ <packaging>pom</packaging> <properties> - <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.text.git</tycho.scmUrl> + <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.text.git</tycho.scmUrl> </properties> <!-- |