From 0ee0efabeea148ef02586afdea62c164838d2cec Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Sun, 3 Mar 2024 11:14:04 +0100 Subject: [PATCH] #47: Support minimum JDK of 11+ and minimum of Android API 33+ Signed-off-by: Lukas Jungmann --- pom.xml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 86b3035..b11032d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,15 @@ https://github.com/eclipse-ee4j/angus-activation - 2.1 + 2.2 Jakarta Activation Specification 2.1.3 ${project.version} 23.1.2 + 11 + ${maven.compiler.release} + 11 Angus Activation API documentation Angus Activation v${angus-activation.version}]]> @@ -274,35 +277,15 @@ Copyright © 2019, ${current.year} Eclipse Foundation. All rights reserved.] - org.apache.maven.plugins maven-compiler-plugin - 9 -Xlint:all true - false - - - base-compile - - compile - - - 8 - - module-info.java - - - - org.codehaus.mojo