releng: Update tycho-eclipserun to use Eclipse 4.5
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0e4363b85e74a0d84bcd7d73bab6d276f5da9fa4..0d2ab16bb04bf51c19e67a4c5d07d9acac8a161b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.eclipse.tracecompass</groupId>
   <artifactId>org.eclipse.tracecompass</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Trace Compass Parent</name>
 
   <tycho-version>0.23.0</tycho-version>
   <tycho-extras-version>0.23.0</tycho-extras-version>
   <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
-  <target-platform>tracecompass-eStaging</target-platform>
+  <target-platform>tracecompass-e4.5</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>
+  <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
   <sonar.java.source>1.7</sonar.java.source>
   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4</help-docs-eclipserun-repo>
+  <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.5</help-docs-eclipserun-repo>
   <!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
   <SWT_GTK3>0</SWT_GTK3>
 </properties>
                         <groupId>org.eclipse.tracecompass</groupId>
                         <artifactId>org.eclipse.tracecompass.target</artifactId>
                         <classifier>${target-platform}</classifier>
-                        <version>1.0.0</version>
+                        <version>2.0.0</version>
                       </artifact>
                     </target>
                     <filters>
This page took 0.023776 seconds and 5 git commands to generate.