Change build target to Eclipse Mars
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 6 Feb 2015 23:39:00 +0000 (18:39 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 7 Feb 2015 05:45:32 +0000 (00:45 -0500)
Trace Compass 1.0.0 will be released with Eclipse Mars so we should build
against it.

Change-Id: Id7a0bd3842639507f15a908f41b83d8396acd4ec
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41345
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
pom.xml

diff --git a/pom.xml b/pom.xml
index 27604305b202dd4ea8c18c6f5f9b65c15085ac71..63e518104bd425db39c86dc7a85906c42815a218 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
   <tycho-version>0.22.0</tycho-version>
   <tycho-extras-version>0.22.0</tycho-extras-version>
   <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
-  <target-platform>tracecompass-e4.4</target-platform>
+  <target-platform>tracecompass-eStaging</target-platform>
   <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
   <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
   <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
This page took 0.026127 seconds and 5 git commands to generate.