Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2019-05-31 18:05:32 +0000
committerGreg Watson2019-05-31 18:05:32 +0000
commitdbbb1a29c65c376edd2b2d6ec5fe941e20044675 (patch)
tree325379f9a5862a97954988b90fd3a0ad7f70e394
parentc2942c074df29e658f94fa53c8c55a0578b90481 (diff)
downloadorg.eclipse.ptp.master-master.tar.gz
org.eclipse.ptp.master-master.tar.xz
org.eclipse.ptp.master-master.zip
Update Tycho and eclipse versions.HEADmaster
Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f0bd0bd..c206a84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
<properties>
<ptp-version>nightly</ptp-version>
<remote-version>nightly</remote-version>
- <tycho-version>1.3.0</tycho-version>
- <eclipse-release>2018-12</eclipse-release>
+ <tycho-version>1.4.0</tycho-version>
+ <eclipse-release>2019-06</eclipse-release>
<!-->eclipse-site>http://download.eclipse.org/releases/${eclipse-release}</eclipse-site-->
<eclipse-site>http://download.eclipse.org/staging/${eclipse-release}</eclipse-site>
<ptp-site>http://download.eclipse.org/tools/ptp/builds/${ptp-version}</ptp-site>

Back to the top