Skip to content

Commit

Permalink
Merge branch 'tckrefactor' into rewritejpa
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmarlow committed Jun 21, 2024
2 parents 1e2a527 + fe3f6b4 commit d8531f1
Show file tree
Hide file tree
Showing 1,695 changed files with 53,748 additions and 140,143 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
Loading

0 comments on commit d8531f1

Please sign in to comment.