Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:38:37 +0000
committerSravan Kumar Lakkimsetti2021-08-12 12:04:07 +0000
commit52bd9f9bd6712c4a222b6bca7351629d0e8e07b4 (patch)
tree41976f689f0b5a71adddb63eeb522f7ef9b22f59
parent9bc3b085832b48a2649f89d48d24075751e382b1 (diff)
downloadrt.equinox.bundles-52bd9f9bd6712c4a222b6bca7351629d0e8e07b4.tar.gz
rt.equinox.bundles-52bd9f9bd6712c4a222b6bca7351629d0e8e07b4.tar.xz
rt.equinox.bundles-52bd9f9bd6712c4a222b6bca7351629d0e8e07b4.zip
Change-Id: I2209d1de1b6cfd382988b6a2a277174fc0c73bcf Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/183939 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 e6aa64c94..e8d1694c0 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.bundles.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/equinox/rt.equinox.bundles.git</tycho.scmUrl>
</properties>
<!--

Back to the top