Skip to content

Commit

Permalink
[osgi] Drop jdk 11/22 and add jdk 25
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 25, 2024
1 parent 0488083 commit e3fb96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
// 'nouses' stops the "uses" clauses being added to "Export-Package" manifest entry
-nouses: true
// 'removeheaders' Stop the JAVA_n_HOME variables from being treated as headers by Bnd if found in settings.xml (obsolete versions removed, if found, cleanup settings.xml)
-removeheaders: JAVA_11_HOME,JAVA_17_HOME,JAVA_21_HOME,JAVA_22_HOME,JAVA_23_HOME,JAVA_24_HOME
-removeheaders: JAVA_17_HOME,JAVA_21_HOME,JAVA_23_HOME,JAVA_24_HOME,JAVA_25_HOME
Bundle-Developers:
Bundle-DocURL: ${project.url}
Bundle-SymbolicName: ${osgi.symbolicName}
Expand Down

0 comments on commit e3fb96c

Please sign in to comment.