releng: Update sonar-maven-plugin to latest version
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ea36eaf77e98deab1d85fda7983b65f6003f0374..af0389e65fcadb63d687f3268a1a01961098d325 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <testArgLine></testArgLine>
 
-    <tycho-version>0.25.0</tycho-version>
-    <tycho-extras-version>0.25.0</tycho-extras-version>
+    <tycho-version>0.26.0</tycho-version>
+    <tycho-extras-version>0.26.0</tycho-extras-version>
     <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
     <cbi-plugins.version>1.1.3</cbi-plugins.version>
     <target-platform>tracecompass-e4.6</target-platform>
           <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-p2-repository-plugin</artifactId>
           <version>${tycho-version}</version>
+          <configuration>
+            <skipArchive>true</skipArchive>
+          </configuration>
         </plugin>
 
         <plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.2</version>
         </plugin>
 
         <plugin>
This page took 0.026825 seconds and 5 git commands to generate.