Skip to content

Commit

Permalink
move a few forgotten references from 4.1 to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 22, 2024
1 parent b9d36d9 commit 925bea8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@
<instructions>
<Automatic-Module-Name>jakarta.cdi</Automatic-Module-Name>
<Export-Package>
jakarta.decorator;version=4.1,
jakarta.enterprise.*;version=4.1,
jakarta.decorator;version=5.0,
jakarta.enterprise.*;version=5.0,
</Export-Package>
<Import-Package>
jakarta.el;version=5.0,
jakarta.el;version=6.0,
*
</Import-Package>
</instructions>
Expand Down
2 changes: 1 addition & 1 deletion el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<configuration>
<instructions>
<Export-Package>
jakarta.enterprise.inject.spi.el;version="4.1";uses:="jakarta.el"
jakarta.enterprise.inject.spi.el;version="5.0";uses:="jakarta.el"
</Export-Package>
<Import-Package>
jakarta.el;version="6.0",jakarta.enterprise.context,jakarta.enterprise.inject.spi
Expand Down
2 changes: 1 addition & 1 deletion lang-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<configuration>
<instructions>
<Export-Package>
jakarta.enterprise.lang.model.*;version=4.1,
jakarta.enterprise.lang.model.*;version=5.0,
</Export-Package>
</instructions>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<license-file>asl2</license-file>
<!-- Draft for non-final releases, or Final for spec release -->
<revremark>Draft(M1)</revremark>
<revnumber>4.1</revnumber> <!-- major.minor only -->
<revnumber>5.0</revnumber> <!-- major.minor only -->
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
<revisiondate>${maven.build.timestamp}</revisiondate>
</properties>
Expand Down

0 comments on commit 925bea8

Please sign in to comment.