Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-12-12 16:15:32 +0000
committerDoug Schaefer2011-12-12 16:18:26 +0000
commit14a87ee2fae384dc78590b739f31713e51f849ae (patch)
treeaa40e5d1fd538348e08de34ca30501baf1ad08ae /pom.xml
parentab5fe997529ec6f4b33e96053dd41505110e1ed0 (diff)
downloadorg.eclipse.tcf-14a87ee2fae384dc78590b739f31713e51f849ae.tar.gz
org.eclipse.tcf-14a87ee2fae384dc78590b739f31713e51f849ae.tar.xz
org.eclipse.tcf-14a87ee2fae384dc78590b739f31713e51f849ae.zip
Move master build to use 4.2 milestones.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d4b485b2b..d2ee3ca99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,11 +16,11 @@
<properties>
<tycho-version>0.13.0</tycho-version>
- <platform-version>3.7</platform-version>
+ <platform-version>4.2milestones</platform-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/hudson/cdt-nightly</cdt-site>
- <tm-version>3.3</tm-version>
- <tm-site>http://download.eclipse.org/tm/updates/${tm-version}</tm-site>
+ <tm-version>3.3</tm-version>
+ <tm-site>http://download.eclipse.org/tm/updates/${tm-version}</tm-site>
</properties>
<licenses>

Back to the top