maven-compiler-plugin 3.8.1

This commit is contained in:
Sean C. Sullivan 2020-02-17 15:07:00 -08:00 committed by Filip Hrisafov
parent a6b3cc364a
commit 273487f152
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ For Maven based projects add the following to your POM file in order to use MapS
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>

View File

@ -324,7 +324,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>

View File

@ -84,7 +84,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>