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 to final dependency versions for staging of the final 4.1.0 TCK #563

Merged
merged 1 commit into from
Mar 1, 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ implementation of the Jakarta Contexts and Dependency Injection.

The CDI TCK is built atop TestNG framework and Arquillian platform. The CDI TCK uses Arquillian version _{arquillian-version}_ to execute the test suite.

The CDI TCK is provided under link:$$http://www.apache.org/licenses/LICENSE-2.0$$[Apache Public License 2.0].
The CDI TCK source is provided under link:$$http://www.apache.org/licenses/LICENSE-2.0$$[Apache Public License 2.0]. The final release of the CDI TCK is subject to the link:$$https://www.eclipse.org/legal/tck.php[Eclipse Foundation Technology Compatibility Kit License]

=== Who Should Use This Book

Expand Down
8 changes: 4 additions & 4 deletions impl/src/main/resources/sigtest-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<description>CDI TCK Signature test validation of CDI dependent API jars</description>
<properties>
<!-- Set the api jar artifact versions here -->
<annotations.api.version>3.0.0-M1</annotations.api.version>
<interceptors.api.version>2.2.0-M1</interceptors.api.version>
<annotations.api.version>3.0.0</annotations.api.version>
<interceptors.api.version>2.2.0</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>6.0.0-RC1</el.api.version>
<cdi.api.version>4.1.0.RC1</cdi.api.version>
<el.api.version>6.0.0</el.api.version>
<cdi.api.version>4.1.0</cdi.api.version>
</properties>

<!-- Set the api jar artifact dependencies here -->
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@

<properties>
<!-- CDI API -->
<cdi.api.version>4.1.0.RC1</cdi.api.version>
<cdi.api.version>4.1.0</cdi.api.version>
<maven.compiler.release>11</maven.compiler.release>
<!-- Jakarta EE APIs Core -->
<annotations.api.version>3.0.0-M1</annotations.api.version>
<interceptors.api.version>2.2.0-M1</interceptors.api.version>
<annotations.api.version>3.0.0</annotations.api.version>
<interceptors.api.version>2.2.0</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>6.0.0-RC1</el.api.version>
<el.api.version>6.0.0</el.api.version>

<!-- Formatting versions and config -->
<format.skip>false</format.skip>
Expand Down
Loading