Skip to content

Commit

Permalink
el tck : update versions for 6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed May 22, 2024
1 parent ad99773 commit 872627f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Expand Up @@ -150,7 +150,7 @@
<plugin>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.2</version>
<version>2.3</version>
<configuration>
<FileName>${project.build.directory}/jakarta.el.sig_${project.parent.version}</FileName>
<packages>jakarta.el</packages>
Expand Down

0 comments on commit 872627f

Please sign in to comment.