Skip to content

Commit

Permalink
Correct EJB signature map file version to be 4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Feb 14, 2025
1 parent 0a854ab commit f684b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ javax.rmi.sig (Corba classes for EJB)
<configuration>
<sigfile>${SIG_OUTPUT}${file.separator}jakarta.ejb.sig</sigfile>
<release>17</release>
<version>2.1</version>
<version>4.0</version>
<packages>jakarta.ejb.**</packages>
</configuration>
<executions>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.1
#Version 4.0

CLSS public jakarta.ejb.AccessLocalException
cons public init()
Expand Down

0 comments on commit f684b50

Please sign in to comment.