Blame SOURCES/11-tycho.patch

6842c8
diff --git a/pom.xml b/pom.xml
6842c8
index 329f840..c5f06c9 100644
6842c8
--- a/pom.xml
6842c8
+++ b/pom.xml
6842c8
@@ -77,7 +77,7 @@
6842c8
 	<properties>
6842c8
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6842c8
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6842c8
-		<tycho.version>2.0.0</tycho.version>
6842c8
+		<tycho.version>2.1.0</tycho.version>
6842c8
 		<maven.buildnumber.version>1.4</maven.buildnumber.version>
6842c8
 		<maven.deploy.version>2.8.2</maven.deploy.version>
6842c8
 		<maven.directory.version>0.3.1</maven.directory.version>
6842c8
@@ -144,7 +144,8 @@
6842c8
 				<artifactId>tycho-compiler-plugin</artifactId>
6842c8
 				<version>${tycho.version}</version>
6842c8
 				<configuration>
6842c8
-					<useProjectSettings>false</useProjectSettings>
6842c8
+                    <useProjectSettings>false</useProjectSettings>
6842c8
+                    <deriveReleaseCompilerArgumentFromTargetLevel>false</deriveReleaseCompilerArgumentFromTargetLevel>
6842c8
 				</configuration>
6842c8
 			</plugin>
6842c8
 			<plugin>