Skip to content

Commit

Permalink
fix(build): Updated the maven-compiler-version to 3.10.0 (which was r…
Browse files Browse the repository at this point in the history
…eleased today) as with the last update my build wasn't able to get 3.9.0
  • Loading branch information
chrisdutz committed Feb 14, 2022
1 parent cdb1e74 commit e908b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit e908b7c

Please sign in to comment.