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

Prepare for 4.1.0.Beta1 release #554

Merged
merged 1 commit into from
Feb 26, 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 dist-build/lang-model-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<weld.version>6.0.0.Alpha1</weld.version>
<weld.version>6.0.0.Beta1</weld.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions impl/src/main/resources/sigtest-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<annotations.api.version>3.0.0-M1</annotations.api.version>
<interceptors.api.version>2.2.0-M1</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>5.0.1</el.api.version>
<el.api.version>6.0.0-RC1</el.api.version>
<cdi.api.version>4.1.0.Beta1</cdi.api.version>
</properties>

Expand Down Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<executions>
<execution>
<id>sigtest</id>
Expand Down
2 changes: 1 addition & 1 deletion impl/src/main/resources/sigtest-weld-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>CDI TCK Signature test validation of CDI dependent API jars</description>
<properties>
<!-- Set the Weld version to test -->
<weld.version>6.0.0.Alpha2</weld.version>
<weld.version>6.0.0.Beta1</weld.version>
</properties>

<!-- Set the api jar artifact dependencies here -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<annotations.api.version>3.0.0-M1</annotations.api.version>
<interceptors.api.version>2.2.0-M1</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>5.0.1</el.api.version>
<el.api.version>6.0.0-RC1</el.api.version>

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