Skip to content

Commit 67464aa

Browse files
committed
fix the tck version in poms to run tck
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent a37d179 commit 67464aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

tck/tck-dist-eftl/src/main/assembly/assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<includes>
4949
<include>**/*.xml</include>
5050
</includes>
51+
<filtered>true</filtered>
5152
</fileSet>
5253
</fileSets>
5354
<dependencySets>

tck/tck-dist-eftl/src/main/bin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>jakarta.json</groupId>
2626
<artifactId>jakarta.json-tck-impl</artifactId>
27-
<version>2.1.0-SNAPSHOT</version>
27+
<version>${project.version}</version>
2828
<packaging>pom</packaging>
2929

3030
<properties>
@@ -39,7 +39,7 @@
3939
<jsonp-impl.version>1.1.0</jsonp-impl.version>
4040

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

4444
<!-- properties -->
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

tck/tck-dist-eftl/src/main/bin/tck-tests-pluggability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>jakarta.json</groupId>
2727
<artifactId>jakarta.json-tck-impl</artifactId>
28-
<version>2.1.0-SNAPSHOT</version>
28+
<version>${project.version}</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

tck/tck-dist-eftl/src/main/bin/tck-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>jakarta.json</groupId>
2727
<artifactId>jakarta.json-tck-impl</artifactId>
28-
<version>2.1.0-SNAPSHOT</version>
28+
<version>${project.version}</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)