summaryrefslogtreecommitdiff
path: root/clformat/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'clformat/pom.xml')
-rw-r--r--clformat/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/clformat/pom.xml b/clformat/pom.xml
index d01f03c..47439f6 100644
--- a/clformat/pom.xml
+++ b/clformat/pom.xml
@@ -53,17 +53,16 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
- <source>1.17</source>
- <target>1.17</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.20.1</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine}</argLine>