You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2023/06/08 15:30:36 UTC

[activemq] branch main updated: [AMQ-9263] Upgrade to maven-compiler-plugin 3.11.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new e292f3b505 [AMQ-9263] Upgrade to maven-compiler-plugin 3.11.0
     new 1a515d6d4b Merge pull request #1016 from jbonofre/AMQ-9263
e292f3b505 is described below

commit e292f3b50564d06156c8ac630928f4c4a67de623
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Thu Jun 8 10:08:47 2023 +0200

    [AMQ-9263] Upgrade to maven-compiler-plugin 3.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1703ddc9d..69e3b8fdc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
     <maven-war-plugin-version>3.3.2</maven-war-plugin-version>
-    <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
+    <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
     <maven-rar-plugin-version>3.0.0</maven-rar-plugin-version>
     <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
     <maven-source-plugin-version>3.2.1</maven-source-plugin-version>