This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 9ea3c930 fix version in tck modules after release
9ea3c930 is described below
commit 9ea3c9300745a0bb47a8f4933e8ffff353a657bb
Author: Markus Jung <[email protected]>
AuthorDate: Mon Apr 1 21:21:19 2024 +0200
fix version in tck modules after release
---
tck/jsonb/pom.xml | 2 +-
tck/jsonp/pom.xml | 2 +-
tck/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tck/jsonb/pom.xml b/tck/jsonb/pom.xml
index 578adb54..33802f96 100644
--- a/tck/jsonb/pom.xml
+++ b/tck/jsonb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>tck</artifactId>
<groupId>org.apache.johnzon</groupId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tck/jsonp/pom.xml b/tck/jsonp/pom.xml
index 012b3ce1..879c9e12 100644
--- a/tck/jsonp/pom.xml
+++ b/tck/jsonp/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>tck</artifactId>
<groupId>org.apache.johnzon</groupId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tck/pom.xml b/tck/pom.xml
index 0b253f1d..46442eda 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>johnzon</artifactId>
<groupId>org.apache.johnzon</groupId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>