[jOOQ/jOOQ#9668] Offer Java 11 and Java 6 trial downloads

Add support for building `trial`, `trial-java-8`, and `trial-java-6`
editions analogously to the three pro editions.
This commit is contained in:
Knut Wannheden 2019-12-20 14:57:58 +01:00
parent 91fde41fb9
commit 0494314753

69
pom.xml
View File

@ -499,9 +499,6 @@
<profiles>
<profile>
<id>default</id>
<properties>
<java.version>10</java.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
@ -699,72 +696,6 @@