Skip to content

Commit

Permalink
Fix the connector tck version
Browse files Browse the repository at this point in the history
Update the jsonb, jsonp versions in release.

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Jan 29, 2025
1 parent efbf98b commit 53fda59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<packaging>pom</packaging>
<name>Jakarta TCK Release</name>

<properties>
<tck.test.jsonb.version>3.0.0-SNAPSHOT</tck.test.jsonb.version>
<tck.test.jsonp.version>2.1.0-SNAPSHOT</tck.test.jsonp.version>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -104,12 +109,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsonb-platform-tck</artifactId>
<version>${project.version}</version>
<version>${tck.test.jsonb.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsonp-platform-tck</artifactId>
<version>${project.version}</version>
<version>${tck.test.jsonp.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
3 changes: 2 additions & 1 deletion tcks/apis/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

<groupId>jakarta.tck</groupId>
<artifactId>connector</artifactId>

<version>11.0.0-SNAPSHOT</version>

<name>Jakarta Connector</name>
<description>Jakarta Connector</description>

Expand Down

0 comments on commit 53fda59

Please sign in to comment.