Bump maven-compiler-plugin to 3.11.0 16/104616/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Feb 2023 15:50:54 +0000 (16:50 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Feb 2023 15:51:50 +0000 (16:51 +0100)
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12351444

Also drop unneeded showWarnings, as it defaults to true now.

Change-Id: I490fe6935f86303fb1c2867c028f40171b1d24d3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-lite/pom.xml
odlparent/pom.xml

index e8034a5cfb23e9f441f9ec2bdc4677d52b9e254f..16a8c1c53368771c9da1f33a711d571334cadedb 100644 (file)
         </plugin>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.1</version>
+          <version>3.11.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
index 27b78d68fbdc957376e061c67f45af4365ee7625..d08a60d29bfeb59022ff8ff641f55dd0f1585533 100644 (file)
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <showWarnings>true</showWarnings>
             <compilerArgs>
               <arg>-parameters</arg>
               <arg>-Xlint:all</arg>