This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new e9b1308455f HDDS-16050. Fix aspectj profile activation upper bounds
(#10912)
e9b1308455f is described below
commit e9b1308455fdd0a5dc037851184b71be3cd65690
Author: fmorg-git <[email protected]>
AuthorDate: Fri Jul 31 03:57:23 2026 -0700
HDDS-16050. Fix aspectj profile activation upper bounds (#10912)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef4dd07ef32..113f23df5aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2750,7 +2750,7 @@
<profile>
<id>aspectj-java8-10</id>
<activation>
- <jdk>[1.8,10]</jdk>
+ <jdk>[1.8,11)</jdk>
</activation>
<properties>
<aspectj.version>${aspectj.java8.version}</aspectj.version>
@@ -2759,7 +2759,7 @@
<profile>
<id>aspectj-java11-20</id>
<activation>
- <jdk>[11,20]</jdk>
+ <jdk>[11,21)</jdk>
</activation>
<properties>
<aspectj.version>${aspectj.java11.version}</aspectj.version>
@@ -2768,7 +2768,7 @@
<profile>
<id>aspectj-java21-24</id>
<activation>
- <jdk>[21,24]</jdk>
+ <jdk>[21,25)</jdk>
</activation>
<properties>
<aspectj.version>${aspectj.java21.version}</aspectj.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]