]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.tycho.configuration/pom.xml
Move platform to only work with JDK's >= 11
[simantics/platform.git] / releng / org.simantics.tycho.configuration / pom.xml
index 659246e6eab8a006f4d39d17ee9fbc59c558dd4f..cfa99b7ba5e305a3e36063c0db4a4d397c674ced 100644 (file)
@@ -8,8 +8,10 @@
        <packaging>pom</packaging>
 
        <properties>
-               <tycho.version>1.5.0</tycho.version>
-               <tycho.extras.version>1.5.0</tycho.extras.version>
+               <maven.compiler.source>11</maven.compiler.source>
+               <maven.compiler.target>11</maven.compiler.target>
+               <tycho.version>1.6.0</tycho.version>
+               <tycho.extras.version>1.6.0</tycho.extras.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
@@ -57,7 +59,6 @@
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
-                                       <includePackedArtifacts>true</includePackedArtifacts>
                                        <target>
                                                <artifact>
                                                        <groupId>org.simantics</groupId>
                                <artifactId>tycho-source-feature-plugin</artifactId>
                                <version>${tycho.extras.version}</version>
                        </plugin>
-                       <plugin>
-                               <groupId>org.eclipse.tycho.extras</groupId>
-                               <artifactId>tycho-pack200b-plugin</artifactId>
-                               <version>${tycho.extras.version}</version>
-                               <executions>
-                                       <execution>
-                                               <id>pack200-pack</id>
-                                               <goals>
-                                                       <goal>pack</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.eclipse.tycho</groupId>
                                <artifactId>tycho-p2-plugin</artifactId>