Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:45:00 +0000
committerVikas Chandra2021-08-12 12:37:51 +0000
commit490649531ba2303efb548902f5468924198fda72 (patch)
tree77def779a9cff5f35e35d44151bd8a06b9608857
parentcb3e6127f2970d078878d82024b7a43352082c39 (diff)
downloadeclipse.pde.build-R4_21_maintenance.tar.gz
eclipse.pde.build-R4_21_maintenance.tar.xz
eclipse.pde.build-R4_21_maintenance.zip
Change-Id: I4da11a7968c6a9cf54ab7a0b2f4886f328870c27 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/pde/eclipse.pde.build/+/183954 Tested-by: Vikas Chandra <Vikas.Chandra@in.ibm.com> Reviewed-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ae683382..aa4d0c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/pde/eclipse.pde.build.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/pde/eclipse.pde.build.git</tycho.scmUrl>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>

Back to the top