Upgrade to Tycho 0.22.0 (again) and newly released JBoss plugin 0.22.0
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 16 Dec 2014 19:50:44 +0000 (14:50 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 17 Dec 2014 16:41:58 +0000 (11:41 -0500)
Change-Id: Iaf68a882135a13fc1184c90370b6fe0975f4ac6a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/38377
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4d4f47cea3034ed48d200195550ad8f882cc50aa..394ea536af1ae330eab09cc6d312dbca3212c54a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 
 <properties>
   <base.test.vmargs>-Xms256m -Xmx1024m -XX:MaxPermSize=256m</base.test.vmargs>
-  <tycho-version>0.21.0</tycho-version>
+  <tycho-version>0.22.0</tycho-version>
   <target-platform>tracecompass-e4.4</target-platform>
   <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
   <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
           <version>${tycho-version}</version>
           <configuration>
             <encoding>UTF-8</encoding>
-            <compilerArguments>
-              <properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties>
-            </compilerArguments>
+            <useProjectSettings>true</useProjectSettings>
           </configuration>
         </plugin>
        <plugin>
         <plugin>
           <groupId>org.jboss.tools.tycho-plugins</groupId>
           <artifactId>repository-utils</artifactId>
-          <version>0.21.1</version>
+          <version>0.22.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
This page took 0.025852 seconds and 5 git commands to generate.