Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update component specification API and TCK versions to latest #1580

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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