You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/22 09:28:26 UTC

[causeway] branch master updated: Bump maven-compiler-plugin 3.10.1 -> 3.11.0

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 26eda984db Bump maven-compiler-plugin 3.10.1 -> 3.11.0
26eda984db is described below

commit 26eda984db9303b377a9b87ea301c01c7a747af3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 22 10:28:20 2023 +0100

    Bump maven-compiler-plugin 3.10.1 -> 3.11.0
---
 bom/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bom/pom.xml b/bom/pom.xml
index 1cff7df5c3..aa9c3bcee6 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -77,6 +77,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
 		<datanucleus-maven-plugin.verbose>false</datanucleus-maven-plugin.verbose>
 		<datanucleus-maven-plugin.fork>false</datanucleus-maven-plugin.fork>
 
+		<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
 		<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
 		<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
 		<maven-surefire-report-plugin.version>3.0.0</maven-surefire-report-plugin.version>