tmf: Add the possibility to choose the root node for synchronization
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0d2ab16bb04bf51c19e67a4c5d07d9acac8a161b..f70953653aeae7fdb96a12be18d2cc2cced92217 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
 
 <properties>
   <base.test.vmargs>-Xms256m -Xmx1024m -XX:MaxPermSize=256m</base.test.vmargs>
-  <tycho-version>0.23.0</tycho-version>
-  <tycho-extras-version>0.23.0</tycho-extras-version>
+  <tycho-version>0.23.1</tycho-version>
+  <tycho-extras-version>0.23.1</tycho-extras-version>
   <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
   <target-platform>tracecompass-e4.5</target-platform>
   <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
         <plugin>
           <groupId>org.jboss.tools.tycho-plugins</groupId>
           <artifactId>repository-utils</artifactId>
-          <version>0.22.0</version>
+          <version>0.23.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>sonar-maven-plugin</artifactId>
+          <version>2.6</version>
         </plugin>
         <plugin>
                 <groupId>org.eclipse.tycho.extras</groupId>
This page took 0.02567 seconds and 5 git commands to generate.