Skip to content

Commit

Permalink
Update component specification API and TCK versions to latest (#1580)
Browse files Browse the repository at this point in the history
- Update API and TCK versions to latest for component specifications
like what was done with inject.  This includes updates for el, jsonb,
jsonp and rest.
- Update to move from M2 to M3.
  • Loading branch information
jhanders34 authored Oct 11, 2024
1 parent 5884b02 commit 0caef3f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core-profile-tck/ca-sigtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>
<artifactId>common-annotations</artifactId>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 11.0.0-SNAPSHOT
#Version 11.0.0-M3

CLSS public abstract interface !annotation jakarta.annotation.Generated
anno 0 java.lang.annotation.Documented()
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/cdi-tck-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>

<artifactId>cdi-lite-tck-suite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/jsonp-tck-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>

<artifactId>core-tck-jsonp-extension</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions core-profile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
<packaging>pom</packaging>
<name>Jakarta Core TCK</name>

Expand Down Expand Up @@ -90,18 +90,18 @@

<!-- Required for distribution build, should be overriden for each build. -->
<core.tck.version>${project.version}</core.tck.version>
<el.api.version>6.0.0</el.api.version>
<el.api.version>6.0.1</el.api.version>
<inject.api.version>2.0.1</inject.api.version>
<inject.tck.version>2.0.2</inject.tck.version>
<interceptors.api.version>2.2.0</interceptors.api.version>
<jsonb.api.version>3.0.0</jsonb.api.version>
<jsonb.api.version>3.0.1</jsonb.api.version>
<jsonb.tck.version>3.0.0</jsonb.tck.version>
<jsonp.api.version>2.1.0</jsonp.api.version>
<jsonp.tck.version>2.1.0</jsonp.tck.version>
<jsonp.api.version>2.1.3</jsonp.api.version>
<jsonp.tck.version>2.1.1</jsonp.tck.version>
<junit.version>5.8.2</junit.version>
<maven.compiler.release>17</maven.compiler.release>
<rest.api.version>4.0.0</rest.api.version>
<rest.tck.version>4.0.0</rest.tck.version>
<rest.tck.version>4.0.1</rest.tck.version>

<!-- Test tools/dependencies -->
<testng.version>7.10.2</testng.version>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/restful-tck-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>

<artifactId>rest-tck-suite</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions core-profile-tck/tck-dist/RELEASE-NOTES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Jakarta Core Profile TCK Release notes

== Version 11.0.0-M3
* Update component specification API and TCK versions to the latest service releases

== Version 11.0.0-M2
* Fix the artifacts-pom.xml failing to be updated for the new EE 11 component TCKs

Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>
<artifactId>core-profile-tck-impl</artifactId>
<name>Jakarta Core Profile TCK Test Suite</name>
Expand Down

0 comments on commit 0caef3f

Please sign in to comment.