Skip to content

Commit

Permalink
package-info.class major version: 53 #83 (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Co-authored-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
jbescos and lukasj committed Apr 26, 2023
1 parent db8655b commit 7913d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/main/resources/docs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ for the Eclipse EE4J Angus Mail project:
----------------------------
The following bugs have been fixed in the 2.0.2 release.

83: package-info.class major version: 53
87: jakarta.mail fails to resolve due to required org.glassfish.hk2.osgiresourcelocator dependency
88: Fix Provide-Capability headers in MANIFEST.MF (required by OSGi service loader).
89: fix default build without -Poss-release
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<execution>
<id>default-compile</id>
<configuration>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<skipMain>${skip9}</skipMain>
<release>9</release>
<excludes>
Expand Down Expand Up @@ -499,6 +500,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<goal>compile</goal>
</goals>
<configuration>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<source>8</source>
<target>8</target>
<excludes>
Expand Down

0 comments on commit 7913d56

Please sign in to comment.