This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 00cda58e9 [OPENMEETINGS-2770] compiler plugin
00cda58e9 is described below
commit 00cda58e943e82d34754db25d14947605005aec6
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Dec 19 08:48:00 2023 +0700
[OPENMEETINGS-2770] compiler plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d4268fbbf..cf2c1d93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<version.maven-site-plugin>4.0.0-M9</version.maven-site-plugin>
<version.maven-enforcer-plugin>3.4.1</version.maven-enforcer-plugin>
<version.maven-source-plugin>3.3.0</version.maven-source-plugin>
-
<version.maven-compiler-plugin>3.11.0</version.maven-compiler-plugin>
+
<version.maven-compiler-plugin>3.12.0</version.maven-compiler-plugin>
<version.maven-project-info-reports-plugin>3.5.0</version.maven-project-info-reports-plugin>
<version.maven-jar-plugin>3.3.0</version.maven-jar-plugin>
<version.maven-assembly-plugin>3.6.0</version.maven-assembly-plugin>