Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2019-05-30 20:38:57 +0000
committerGreg Watson2019-05-30 20:38:57 +0000
commit085a0d252dc4de77116f7a59ffd8b5e30f6bba4b (patch)
treec965c9707dce1ee1d582fa6dc55e09e45b3ef447
parentd83cf513860d0e35f7e5c1493c6a381534e6f643 (diff)
downloadorg.eclipse.photran-085a0d252dc4de77116f7a59ffd8b5e30f6bba4b.tar.gz
org.eclipse.photran-085a0d252dc4de77116f7a59ffd8b5e30f6bba4b.tar.xz
org.eclipse.photran-085a0d252dc4de77116f7a59ffd8b5e30f6bba4b.zip
Update tycho to latest
Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3c34901e..6387350b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<name>PTP Photran Parent</name>
<properties>
- <tycho-version>1.1.0</tycho-version>
+ <tycho-version>1.4.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<photran-install-dir>/home/data/httpd/download.eclipse.org/tools/ptp/builds/hudson/ptp-nightly-photran</photran-install-dir>
</properties>

Back to the top