You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2022/12/24 17:39:25 UTC

[roller] 01/01: Upgrade maven-compiler plugin.

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch deploy
in repository https://gitbox.apache.org/repos/asf/roller.git

commit b26df3743ac151d7f66f28fe826880a04bafc400
Author: Dave Johnson <sn...@gmail.com>
AuthorDate: Sat Dec 24 12:39:19 2022 -0500

    Upgrade maven-compiler plugin.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b602b13b5..9940be969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,9 +59,9 @@ limitations under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.1</version>
+                    <version>3.10.1</version>
                     <configuration>
-                        <release>11</release>
+                        <release>17</release>
                         <fork>true</fork>
                         <compilerArgs>
                             <arg>-Xlint:all</arg>