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 2022/07/30 06:03:06 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-8626] Upgrade to maven-compiler-plugin 3.10.1

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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new a82225fc6 [AMQ-8626] Upgrade to maven-compiler-plugin 3.10.1
a82225fc6 is described below

commit a82225fc61cfc7076f0390c38f7ac655331a2042
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Jul 30 08:02:43 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 1dbddaf61..0ba1a2ac5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
     <maven-war-plugin-version>3.2.2</maven-war-plugin-version>
-    <maven-compiler-plugin-version>3.9.0</maven-compiler-plugin-version>
+    <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
     <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
     <maven-archiver-version>2.5</maven-archiver-version>
     <maven-source-plugin-version>3.2.1</maven-source-plugin-version>