Skip to content

Commit

Permalink
Merge pull request #1311 from alwin-joseph/release_eltck_610
Browse files Browse the repository at this point in the history
EL TCK : update versions for 6.0.1 release
  • Loading branch information
scottmarlow committed Jun 5, 2024
2 parents 20550bf + 563822c commit c64f588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</parent>

<artifactId>jakarta-expression-language-tck</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<packaging>jar</packaging>

<name>el-tck</name>
<description>EL TCK</description>

<properties>
<jakarta.el-api.version>6.0.0-RC1</jakarta.el-api.version>
<jakarta.el-api.version>6.0.0</jakarta.el-api.version>
</properties>

<dependencies>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.1</version>
<version>2.3</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c64f588

Please sign in to comment.