Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2012-02-22 00:21:30 +0000
committerDoug Schaefer2012-02-22 00:21:30 +0000
commit72d27e65126e129aa5f36c99da106b5936fd1cf4 (patch)
tree251c6af3f2838b24c6b4c66c766093556870d451 /pom.xml
parentcedff124aaf9ecf3052a26f2ffa7cf0c09eed1ce (diff)
downloadorg.eclipse.tcf-72d27e65126e129aa5f36c99da106b5936fd1cf4.tar.gz
org.eclipse.tcf-72d27e65126e129aa5f36c99da106b5936fd1cf4.tar.xz
org.eclipse.tcf-72d27e65126e129aa5f36c99da106b5936fd1cf4.zip
Update TCF build to be standalone. Also fix build error.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 91edccda5..766753572 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,10 @@
<properties>
<tycho-version>0.14.0</tycho-version>
- <platform-version>4.2milestones</platform-version>
+ <platform-version>3.8milestones</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>
+ <cdt-version>juno</cdt-version>
+ <cdt-site>http://download.eclipse.org/tools/cdt/builds/${cdt-version}/nightly</cdt-site>
<tm-version>3.3</tm-version>
<tm-site>http://download.eclipse.org/tm/updates/${tm-version}</tm-site>
<rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site>
@@ -266,7 +267,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.1-SNAPSHOT</version>
+ <version>2.4.1</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>

Back to the top