Skip to content

Commit 0e6dca3

Browse files
committed
Update the maven-compiler-plugin
For the compiler --release check to work, we need a more recent maven-compiler-plugin version (at least 3.6). Signed-off-by: Sven Strickroth <email@cs-ware.de>
1 parent ccaaa6c commit 0e6dca3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

parent/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,13 @@ application while protecting against XSS.
179179
<value>bar</value>
180180
</property>
181181
</javaApiLinks>
182-
<source>6</source>
182+
<source>${maven.compiler.source}</source>
183183
</configuration>
184184
</plugin>
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-compiler-plugin</artifactId>
188-
<version>3.3</version>
189-
<configuration>
190-
<source>9</source>
191-
<target>9</target>
192-
</configuration>
188+
<version>3.12.1</version>
193189
</plugin>
194190
<plugin>
195191
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)