Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2019-09-25 08:25:45 +0000
committerJay Arthanareeswaran2019-09-25 08:26:54 +0000
commit5ba2b0710d0324171913d9d92bc8b033f72d90dc (patch)
tree91adcee8ff56a3ca4ad71ba36eea11add8f4e03b
parent56f7f1e5c60b2f3ca3cb3a79fb0b0999481a27bc (diff)
downloadeclipse.jdt.core-5ba2b0710d0324171913d9d92bc8b033f72d90dc.tar.gz
eclipse.jdt.core-5ba2b0710d0324171913d9d92bc8b033f72d90dc.tar.xz
eclipse.jdt.core-5ba2b0710d0324171913d9d92bc8b033f72d90dc.zip
Removing the reference to Y build update site and specific tycho versionI20190926-0625
Change-Id: I514ab2dad56218901078a1ed207a0f8fdbc70b59 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 99eff454e2..bd8b151659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -26,8 +26,6 @@
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git</tycho.scmUrl>
- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.13-Y-builds/</eclipserun-repo>
- <cbi-ecj-version>3.18.50.v20190628-1803</cbi-ecj-version>
</properties>
<!--

Back to the top