Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-12 11:47:26 +0000
committerKalyan Prasad Tatavarthi2021-08-12 12:14:09 +0000
commit803b3e0fddae84b96953a5ece23f4bfdbec50a14 (patch)
treee4ecbec44f2fd615fcdb4db90cd17d2f44433fae
parenta930131e62cbeb305545397cfe37493133d67603 (diff)
downloadeclipse.jdt-R4_21_maintenance.tar.gz
eclipse.jdt-R4_21_maintenance.tar.xz
eclipse.jdt-R4_21_maintenance.zip
Change-Id: I8f1db79563d6474c33a35b6f2e1d98f492c8d3c5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt/+/183959 Tested-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com> Reviewed-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ecc6be6..9fd7c09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<name>eclipse jdt</name>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:https://git.eclipse.org/r/jdt/eclipse.jdt.git</tycho.scmUrl>
</properties>
<!--

Back to the top