Skip to content

Commit 78f21f4

Browse files
authored
Revert inadvertently-changed maven compiler plugin version (#597)
1 parent bfeb313 commit 78f21f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-compiler-plugin</artifactId>
312-
<version>3.12.0-SNAPSHOT</version>
312+
<version>3.11.0</version>
313313
<configuration>
314314
<failOnWarning>true</failOnWarning>
315315
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)