File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
tck/tck-dist-eftl/src/main Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 48
48
<includes >
49
49
<include >**/*.xml</include >
50
50
</includes >
51
+ <filtered >true</filtered >
51
52
</fileSet >
52
53
</fileSets >
53
54
<dependencySets >
Original file line number Diff line number Diff line change 24
24
25
25
<groupId >jakarta.json</groupId >
26
26
<artifactId >jakarta.json-tck-impl</artifactId >
27
- <version >2.1.0-SNAPSHOT </version >
27
+ <version >${project.version} </version >
28
28
<packaging >pom</packaging >
29
29
30
30
<properties >
39
39
<jsonp-impl .version>1.1.0</jsonp-impl .version>
40
40
41
41
<!-- 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>
43
43
44
44
<!-- properties -->
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >jakarta.json</groupId >
27
27
<artifactId >jakarta.json-tck-impl</artifactId >
28
- <version >2.1.0-SNAPSHOT </version >
28
+ <version >${project.version} </version >
29
29
<relativePath >../pom.xml</relativePath >
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >jakarta.json</groupId >
27
27
<artifactId >jakarta.json-tck-impl</artifactId >
28
- <version >2.1.0-SNAPSHOT </version >
28
+ <version >${project.version} </version >
29
29
<relativePath >../pom.xml</relativePath >
30
30
</parent >
31
31
You can’t perform that action at this time.
0 commit comments