Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:40:09 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:04:22 +0000
commit39854b8969f2e3cafa5c32c7ec28ead9d700c96a (patch)
treeedda887ec7cf613be8da413c8b1d55777693218d
parent680c0245fcd25dca65b81763320f9c082529e159 (diff)
downloadeclipse.platform.team-R4_21_maintenance.tar.gz
eclipse.platform.team-R4_21_maintenance.tar.xz
eclipse.platform.team-R4_21_maintenance.zip
Change-Id: Ia478bd523fff99d008021a27681e70a037bc64ce Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/183943 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 d0422f29f..24d8dba0c 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.team.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.team.git</tycho.scmUrl>
<code.ignoredWarnings>-warn:-deprecation,raw,unchecked,warningToken</code.ignoredWarnings>
</properties>

Back to the top