From c5c645e57ebea78240f3c3f2e6a80aca61a4a07c Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Fri, 6 May 2022 19:10:14 +0200 Subject: [PATCH] [maven-release-plugin] prepare release json-unit-parent-2.35.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 91d6e434..3d251e7d 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.34.1-SNAPSHOT + 2.35.0 diff --git a/json-unit-core/pom.xml b/json-unit-core/pom.xml index 01c1304a..da93471a 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.34.1-SNAPSHOT + 2.35.0 diff --git a/json-unit-fluent/pom.xml b/json-unit-fluent/pom.xml index 386c151a..6f501f5d 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.34.1-SNAPSHOT + 2.35.0 diff --git a/json-unit-json-path/pom.xml b/json-unit-json-path/pom.xml index 3e0a8b81..d360f182 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.34.1-SNAPSHOT + 2.35.0 diff --git a/json-unit-spring/pom.xml b/json-unit-spring/pom.xml index 274b9504..7e4f2084 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.34.1-SNAPSHOT + 2.35.0 diff --git a/json-unit/pom.xml b/json-unit/pom.xml index 0de6bfef..965274d6 100644 --- a/json-unit/pom.xml +++ b/json-unit/pom.xml @@ -8,7 +8,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/pom.xml b/pom.xml index 6c475cbc..9925e38d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.javacrumbs.json-unit json-unit-parent - 2.34.1-SNAPSHOT + 2.35.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.35.0 diff --git a/tests/pom.xml b/tests/pom.xml index f8ec53ab..85ef43f1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,12 +3,12 @@ json-unit-parent net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 tests - 2.34.1-SNAPSHOT + 2.35.0 pom diff --git a/tests/test-base/pom.xml b/tests/test-base/pom.xml index b827fc9e..da9bf8f3 100644 --- a/tests/test-base/pom.xml +++ b/tests/test-base/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-base - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-gson/pom.xml b/tests/test-gson/pom.xml index d3c4b651..afb18c77 100644 --- a/tests/test-gson/pom.xml +++ b/tests/test-gson/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-gson - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-jackson2-config/pom.xml b/tests/test-jackson2-config/pom.xml index f1218973..0bd14f41 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.34.1-SNAPSHOT + 2.35.0 4.0.0 test-jackson2-config - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-jackson2/pom.xml b/tests/test-jackson2/pom.xml index 3186469e..b7633c6e 100644 --- a/tests/test-jackson2/pom.xml +++ b/tests/test-jackson2/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-jackson2 - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-johnzon/pom.xml b/tests/test-johnzon/pom.xml index 1af7dcac..2b2428e6 100644 --- a/tests/test-johnzon/pom.xml +++ b/tests/test-johnzon/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-johnzon - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-json-path/pom.xml b/tests/test-json-path/pom.xml index 4c6d79be..ef562b55 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.34.1-SNAPSHOT + 2.35.0 4.0.0 test-json-path - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-jsonorg/pom.xml b/tests/test-jsonorg/pom.xml index 024c3db2..1bf07db1 100644 --- a/tests/test-jsonorg/pom.xml +++ b/tests/test-jsonorg/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-jsonorg - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-junit4/pom.xml b/tests/test-junit4/pom.xml index caf48a13..03220c81 100644 --- a/tests/test-junit4/pom.xml +++ b/tests/test-junit4/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-junit4 - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-kotlin/pom.xml b/tests/test-kotlin/pom.xml index e8166645..109cefad 100644 --- a/tests/test-kotlin/pom.xml +++ b/tests/test-kotlin/pom.xml @@ -3,7 +3,7 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 diff --git a/tests/test-moshi/pom.xml b/tests/test-moshi/pom.xml index f04ab8fa..81389825 100644 --- a/tests/test-moshi/pom.xml +++ b/tests/test-moshi/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.34.1-SNAPSHOT + 2.35.0 4.0.0 test-moshi - 2.34.1-SNAPSHOT + 2.35.0 diff --git a/tests/test-no-hamcrest/pom.xml b/tests/test-no-hamcrest/pom.xml index f8025182..96ce4c41 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.34.1-SNAPSHOT + 2.35.0 4.0.0 test-no-hamcrest - 2.34.1-SNAPSHOT + 2.35.0