Skip to content

Commit

Permalink
MM-769 : Release Gytheio 0.9 (OpenJDK 11 compatible)
Browse files Browse the repository at this point in the history
  - setting compile & target to 11
  • Loading branch information
tzclucian committed Nov 5, 2018
1 parent b4b1725 commit 1687bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<maven.scm.url>https://github.com/Alfresco/gytheio</maven.scm.url>
<maven.distributionManagement.snapshot.url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</maven.distributionManagement.snapshot.url>
<maven.distributionManagement.url>https://artifacts.alfresco.com/nexus/content/repositories/thirdparty</maven.distributionManagement.url>
<maven.compile.source>1.8</maven.compile.source>
<maven.compile.target>1.8</maven.compile.target>
<maven.compile.source>11</maven.compile.source>
<maven.compile.target>11</maven.compile.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down

0 comments on commit 1687bba

Please sign in to comment.