Skip to content

Commit

Permalink
fix the tck version in poms to run tck
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 17, 2022
1 parent a37d179 commit 67464aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tck/tck-dist-eftl/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<includes>
<include>**/*.xml</include>
</includes>
<filtered>true</filtered>
</fileSet>
</fileSets>
<dependencySets>
Expand Down
4 changes: 2 additions & 2 deletions tck/tck-dist-eftl/src/main/bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-impl</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>${project.version}</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -39,7 +39,7 @@
<jsonp-impl.version>1.1.0</jsonp-impl.version>

<!-- TCK -->
<jakarta.json-tck.version>2.1.0-SNAPSHOT</jakarta.json-tck.version>
<jakarta.json-tck.version>${project.version}</jakarta.json-tck.version>

<!-- properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-impl</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tck/tck-dist-eftl/src/main/bin/tck-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-impl</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 67464aa

Please sign in to comment.