From 5b6c7039669ce5762a37f0ca617c179b025026a4 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Sat, 2 Apr 2022 20:12:01 +0200 Subject: [PATCH] [maven-release-plugin] prepare release json-unit-parent-2.33.0 --- json-unit-assertj/pom.xml | 2 +- json-unit-core/pom.xml | 2 +- json-unit-fluent/pom.xml | 2 +- json-unit-json-path/pom.xml | 2 +- json-unit-spring/pom.xml | 2 +- json-unit/pom.xml | 2 +- pom.xml | 4 ++-- tests/pom.xml | 4 ++-- tests/test-base/pom.xml | 4 ++-- tests/test-gson/pom.xml | 4 ++-- tests/test-jackson2-config/pom.xml | 4 ++-- tests/test-jackson2/pom.xml | 4 ++-- tests/test-johnzon/pom.xml | 4 ++-- tests/test-json-path/pom.xml | 4 ++-- tests/test-jsonorg/pom.xml | 4 ++-- tests/test-junit4/pom.xml | 4 ++-- tests/test-kotlin/pom.xml | 2 +- tests/test-moshi/pom.xml | 4 ++-- tests/test-no-hamcrest/pom.xml | 4 ++-- 19 files changed, 31 insertions(+), 31 deletions(-) diff --git a/json-unit-assertj/pom.xml b/json-unit-assertj/pom.xml index 4ecda3d85..31343d9df 100644 --- a/json-unit-assertj/pom.xml +++ b/json-unit-assertj/pom.xml @@ -13,7 +13,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/json-unit-core/pom.xml b/json-unit-core/pom.xml index adfe461a5..d14752c75 100644 --- a/json-unit-core/pom.xml +++ b/json-unit-core/pom.xml @@ -24,7 +24,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/json-unit-fluent/pom.xml b/json-unit-fluent/pom.xml index 8c744decd..d440fd404 100644 --- a/json-unit-fluent/pom.xml +++ b/json-unit-fluent/pom.xml @@ -10,7 +10,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/json-unit-json-path/pom.xml b/json-unit-json-path/pom.xml index c0b4d53ae..dfd5055eb 100644 --- a/json-unit-json-path/pom.xml +++ b/json-unit-json-path/pom.xml @@ -10,7 +10,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/json-unit-spring/pom.xml b/json-unit-spring/pom.xml index 6d118587c..975c12fdc 100644 --- a/json-unit-spring/pom.xml +++ b/json-unit-spring/pom.xml @@ -14,7 +14,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/json-unit/pom.xml b/json-unit/pom.xml index 3427de4cd..735293918 100644 --- a/json-unit/pom.xml +++ b/json-unit/pom.xml @@ -8,7 +8,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/pom.xml b/pom.xml index 9705df888..7cd3821af 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.javacrumbs.json-unit json-unit-parent - 2.32.1-SNAPSHOT + 2.33.0 https://github.com/lukas-krecan/JsonUnit 2.13.2 @@ -289,6 +289,6 @@ scm:git:git@github.com:lukas-krecan/JsonUnit.git scm:git:git@github.com:lukas-krecan/JsonUnit.git scm:git:git@github.com:lukas-krecan/JsonUnit.git - HEAD + json-unit-parent-2.33.0 diff --git a/tests/pom.xml b/tests/pom.xml index 5da1edfaf..c0c20971c 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,12 +3,12 @@ json-unit-parent net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 tests - 2.32.1-SNAPSHOT + 2.33.0 pom diff --git a/tests/test-base/pom.xml b/tests/test-base/pom.xml index bb06f0e4e..1f551b1e7 100644 --- a/tests/test-base/pom.xml +++ b/tests/test-base/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-base - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-gson/pom.xml b/tests/test-gson/pom.xml index 252468c01..daf79d7d1 100644 --- a/tests/test-gson/pom.xml +++ b/tests/test-gson/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-gson - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-jackson2-config/pom.xml b/tests/test-jackson2-config/pom.xml index 15213ed72..b95b142b2 100644 --- a/tests/test-jackson2-config/pom.xml +++ b/tests/test-jackson2-config/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-jackson2-config - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-jackson2/pom.xml b/tests/test-jackson2/pom.xml index ffca14e17..02063bccf 100644 --- a/tests/test-jackson2/pom.xml +++ b/tests/test-jackson2/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-jackson2 - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-johnzon/pom.xml b/tests/test-johnzon/pom.xml index 5ff60f649..f2a51d1ea 100644 --- a/tests/test-johnzon/pom.xml +++ b/tests/test-johnzon/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-johnzon - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-json-path/pom.xml b/tests/test-json-path/pom.xml index 0571a8dbb..d4be84775 100644 --- a/tests/test-json-path/pom.xml +++ b/tests/test-json-path/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-json-path - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-jsonorg/pom.xml b/tests/test-jsonorg/pom.xml index e151c54bc..0c2f04847 100644 --- a/tests/test-jsonorg/pom.xml +++ b/tests/test-jsonorg/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-jsonorg - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-junit4/pom.xml b/tests/test-junit4/pom.xml index 480976038..1a4df844f 100644 --- a/tests/test-junit4/pom.xml +++ b/tests/test-junit4/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-junit4 - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-kotlin/pom.xml b/tests/test-kotlin/pom.xml index 8d79bce9f..5332b8d67 100644 --- a/tests/test-kotlin/pom.xml +++ b/tests/test-kotlin/pom.xml @@ -3,7 +3,7 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 diff --git a/tests/test-moshi/pom.xml b/tests/test-moshi/pom.xml index 4a413d925..eabacf073 100644 --- a/tests/test-moshi/pom.xml +++ b/tests/test-moshi/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-moshi - 2.32.1-SNAPSHOT + 2.33.0 diff --git a/tests/test-no-hamcrest/pom.xml b/tests/test-no-hamcrest/pom.xml index 92a62e657..cec5fb9b1 100644 --- a/tests/test-no-hamcrest/pom.xml +++ b/tests/test-no-hamcrest/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.32.1-SNAPSHOT + 2.33.0 4.0.0 test-no-hamcrest - 2.32.1-SNAPSHOT + 2.33.0