Skip to content

Commit

Permalink
Merge pull request #1547 from scottmarlow/managedbean
Browse files Browse the repository at this point in the history
Address #1545 by revert "Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 (#1467)" until we address #1184
  • Loading branch information
scottmarlow authored Sep 30, 2024
2 parents 22a3620 + faeeb1f commit c791123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-profile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<properties>

<!-- Jakarta EE APIs Core -->
<annotations.api.version>3.0.0</annotations.api.version>
<annotations.api.version>2.1.1</annotations.api.version>
<apache.httpclient.version>3.1</apache.httpclient.version>

<cdi.api.version>4.0.0</cdi.api.version>
Expand Down
2 changes: 1 addition & 1 deletion jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>JSP Tests for Jakarta EE Platform</description>

<properties>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<jakarta.annotation-api.version>3.0.0-M1</jakarta.annotation-api.version>
<jakarta.el-api.version>6.0.0-RC1</jakarta.el-api.version>
<jakarta.mail-api.version>2.1.2</jakarta.mail-api.version>
<jakarta.servlet-api.version>6.1.0-M2</jakarta.servlet-api.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<jakarta-persistence-api.version>3.2.0</jakarta-persistence-api.version>
<jakarta.activation-api.version>2.1.3</jakarta.activation-api.version>

<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<jakarta.authentication-api.version>3.1.0</jakarta.authentication-api.version>
<jakarta.authorization-api.version>3.0.0</jakarta.authorization-api.version>
<!-- Jakarta Batch -->
Expand Down

0 comments on commit c791123

Please sign in to comment.