[SCA2AMALTHEA] Updated pom file
diff --git a/eclipse-tools/sca2amalthea/pom.xml b/eclipse-tools/sca2amalthea/pom.xml
index 5886956..7c6c0ef 100644
--- a/eclipse-tools/sca2amalthea/pom.xml
+++ b/eclipse-tools/sca2amalthea/pom.xml
@@ -13,7 +13,8 @@
   <name>SCA2AMALTHEA</name>
  
   <properties>
-    <tycho.version>1.6.0</tycho.version>
+    <tycho.version>3.0.3</tycho.version>
+    <java.version>11</java.version>
     
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -53,8 +54,8 @@
 				<version>${tycho.version}</version>
 				<configuration>
 					<verbose>true</verbose>
-					<source>1.8</source>
-					<target>1.8</target>
+					<source>${java.version}</source>
+					<target>${java.version}</target>
 				</configuration>
 			</plugin>