Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2021-08-17 08:45:58 +0000
committerVikas Chandra2021-08-17 08:45:58 +0000
commit521dbed16cc7597043c12dd735633aedbe801963 (patch)
tree45507138374fa18e5c89341aa7e5c2a379b55719
parent6988303b09a77a82e65adb2c2f411af7e6c63eb6 (diff)
parent490649531ba2303efb548902f5468924198fda72 (diff)
downloadeclipse.pde.build-521dbed16cc7597043c12dd735633aedbe801963.tar.gz
eclipse.pde.build-521dbed16cc7597043c12dd735633aedbe801963.tar.xz
eclipse.pde.build-521dbed16cc7597043c12dd735633aedbe801963.zip
-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