Skip to content

Commit

Permalink
Update Weld version to 6.0.0.Beta1 (#554)
Browse files Browse the repository at this point in the history
Update EL version to 6.0.0-RC1
Update sigtest-maven-plugin version to 2.2

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Feb 26, 2024
1 parent e23561a commit d8ee86b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit d8ee86b

Please sign in to comment.