Skip to content
Snippets Groups Projects
Commit a48e78ec authored by Alexander Diewald's avatar Alexander Diewald
Browse files

fortiss-std-env:

- Update to tycho 0.21.0 to allow building with JavaSE-1.8.
parent 72b1c8f0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<name>fortiss Master POM</name>
<properties>
<tycho-version>0.20.0</tycho-version>
<tycho-version>0.21.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
......@@ -42,7 +42,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
......@@ -59,7 +59,7 @@
tycho-packaging-plugin
</artifactId>
<versionRange>
[0.20.0,)
[0.21.0,)
</versionRange>
<goals>
<goal>build-qualifier</goal>
......@@ -78,7 +78,7 @@
tycho-compiler-plugin
</artifactId>
<versionRange>
[0.20.0,)
[0.21.0,)
</versionRange>
<goals>
<goal>compile</goal>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment