releng: upgrade to tycho 1.0.0
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Mon, 6 Feb 2017 20:16:38 +0000 (15:16 -0500)
committerMarc-André Laperle <marc-andre.laperle@ericsson.com>
Fri, 17 Feb 2017 18:15:04 +0000 (13:15 -0500)
useProjectSettings is now true by default so it can be removed.

See https://wiki.eclipse.org/Tycho/Release_Notes/1.0.0

Change-Id: Iff20634fe883effbfaf7575063870470316df5c9
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/90453
Reviewed-by: Hudson CI
Reviewed-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
.mvn/extensions.xml
pom.xml

index 44dc7d645cb43181e8ae38282f7f9c064d2beedc..9d93c39fd9385d3ba9173cd3dacf7a60ea2cab7c 100644 (file)
@@ -3,6 +3,6 @@
   <extension>
     <groupId>org.eclipse.tycho.extras</groupId>
     <artifactId>tycho-pomless</artifactId>
-    <version>0.26.0</version>
+    <version>1.0.0</version>
   </extension>
 </extensions>
diff --git a/pom.xml b/pom.xml
index 450617ec61ffc314aeb5eb55ba5c9365b2c9a76f..5bab8a58f84ab76ba9717b59bd189fdf5e62c0f3 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.26.0</tycho-version>
-    <tycho-extras-version>0.26.0</tycho-extras-version>
+    <tycho-version>1.0.0</tycho-version>
+    <tycho-extras-version>1.0.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>
             <source>1.8</source>
             <target>1.8</target>
             <encoding>UTF-8</encoding>
-            <useProjectSettings>true</useProjectSettings>
             <compilerArguments>
               <annotationpath>common/org.eclipse.tracecompass.common.core/annotations</annotationpath>
             </compilerArguments>
This page took 0.025794 seconds and 5 git commands to generate.