Skip to content

Commit

Permalink
Update to final api versions and Weld version for 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 29, 2022
1 parent 66cad83 commit ee5bb68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist-build/porting-package/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Run the build to copy all Weld Porting Package dependencies into /target/depende

Specify the version of Weld and CDI TCK explicitly.

> mvn clean package -Dweld.version=5.0.0.CR2 -Dcdi.tck.version=4.0.0-RC7
> mvn clean package -Dweld.version=5.0.0.CR2 -Dcdi.tck.version=4.0.0-RC8
2 changes: 1 addition & 1 deletion doc/reference/src/main/asciidoc/sigtest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ https://github.com/eclipse-ee4j/cdi-tck/blob/master/impl/src/main/resources/sigt
<description>CDI TCK Signature test validation of CDI dependent API jars</description>
<properties>
<!-- Set the Weld version to test -->
<weld.version>5.0.0.Beta1</weld.version>
<weld.version>5.0.0.CR2</weld.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 @@ -97,13 +97,13 @@

<properties>
<!-- CDI API -->
<cdi.api.version>4.0.0-RC5</cdi.api.version>
<cdi.api.version>4.0.0</cdi.api.version>
<maven.compiler.release>11</maven.compiler.release>
<!-- Jakarta EE APIs Core -->
<annotations.api.version>2.1.0-B1</annotations.api.version>
<interceptors.api.version>2.1.0-RC3</interceptors.api.version>
<interceptors.api.version>2.1.0</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>5.0.0-RC1</el.api.version>
<el.api.version>5.0.0</el.api.version>

<!-- Test tools/dependencies -->
<testng.version>7.4.0</testng.version>
Expand All @@ -114,7 +114,7 @@
<htmlunit.version>2.50.0</htmlunit.version>
<!-- Required for distribution build, should be overriden for each build -->
<cdi.tck.version>${project.version}</cdi.tck.version>
<weld.version>5.0.0.Beta1</weld.version>
<weld.version>5.0.0.CR2</weld.version>
</properties>

<!-- Dependency management -->
Expand Down

0 comments on commit ee5bb68

Please sign in to comment.