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 2021/10/26 09:47:19 UTC

[activemq] branch main updated: [AMQ-8385] Set target/source version to 11

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 abbbda7  [AMQ-8385] Set target/source version to 11
abbbda7 is described below

commit abbbda7fb2a3945078afd4d9c119cfadf7201ebf
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 26 11:46:16 2021 +0200

    [AMQ-8385] Set target/source version to 11
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8739363..6cb46e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,8 +115,8 @@
     <felix-framework-version>5.6.12</felix-framework-version>
 
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
-    <source-version>1.8</source-version>
-    <target-version>1.8</target-version>
+    <source-version>11</source-version>
+    <target-version>11</target-version>
     <javase-javadoc-url>http://docs.oracle.com/javase/8/docs/api/</javase-javadoc-url>
     <javaee-javadoc-url>http://download.oracle.com/javaee/6/api/</javaee-javadoc-url>
     <slf4j-javadoc-url>http://www.slf4j.org/apidocs/</slf4j-javadoc-url>