ATS-584: Update projects to min source version (Java8 to Java 11) (#153)

This commit is contained in:
CezarLeahu 2019-11-04 12:06:55 +02:00 committed by GitHub
parent 6fc46ef698
commit 3af0b5079d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<java.version>1.8</java.version> <java.version>11</java.version>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
<image.tag>latest</image.tag> <image.tag>latest</image.tag>
<dependency.pdfbox.version>2.0.17</dependency.pdfbox.version> <dependency.pdfbox.version>2.0.17</dependency.pdfbox.version>
@ -304,7 +304,7 @@
<id>before-integration-tests</id> <id>before-integration-tests</id>
<phase>pre-integration-test</phase> <phase>pre-integration-test</phase>
<goals> <goals>
<!--<goal>stop</goal>--> <goal>stop</goal>
<goal>start</goal> <goal>start</goal>
</goals> </goals>
</execution> </execution>