Skip to content

Commit

Permalink
Switched to compiling with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace committed Aug 8, 2019
1 parent 23a747b commit 1646bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jimzMLConverter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alanmrace</groupId>
<artifactId>jimzMLConverter</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
<packaging>jar</packaging>


Expand All @@ -23,7 +23,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<release>11</release>
<release>8</release>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1646bf4

Please sign in to comment.