Skip to content

Commit

Permalink
Update to final dependency versions for staging of the final 4.1.0 TCK (
Browse files Browse the repository at this point in the history
#563)

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 1, 2024
1 parent 9911f4a commit 4053d24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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

0 comments on commit 4053d24

Please sign in to comment.