diff --git a/json-unit-assertj/pom.xml b/json-unit-assertj/pom.xml index 84d752b0b..0d613ac34 100644 --- a/json-unit-assertj/pom.xml +++ b/json-unit-assertj/pom.xml @@ -10,7 +10,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/json-unit-core/pom.xml b/json-unit-core/pom.xml index 49c31ef44..b22adc45b 100644 --- a/json-unit-core/pom.xml +++ b/json-unit-core/pom.xml @@ -23,7 +23,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/json-unit-fluent/pom.xml b/json-unit-fluent/pom.xml index e1f5876f4..f9af9ff6f 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.11.2-SNAPSHOT + 2.12.0 diff --git a/json-unit-json-path/pom.xml b/json-unit-json-path/pom.xml index 0a066d0fc..058a8f11b 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.11.2-SNAPSHOT + 2.12.0 diff --git a/json-unit-spring/pom.xml b/json-unit-spring/pom.xml index c08f853fb..9d0c7265e 100644 --- a/json-unit-spring/pom.xml +++ b/json-unit-spring/pom.xml @@ -13,7 +13,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/json-unit/pom.xml b/json-unit/pom.xml index d1c389e74..034672b71 100644 --- a/json-unit/pom.xml +++ b/json-unit/pom.xml @@ -8,7 +8,7 @@ net.javacrumbs.json-unit json-unit-parent - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/pom.xml b/pom.xml index 73dfc10a9..a7283daec 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.javacrumbs.json-unit json-unit-parent - 2.11.2-SNAPSHOT + 2.12.0 https://github.com/lukas-krecan/JsonUnit 2.10.2 @@ -206,6 +206,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.12.0 diff --git a/tests/pom.xml b/tests/pom.xml index dbc7a4860..59fe5b5e1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,12 +3,12 @@ json-unit-parent net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 tests - 2.11.2-SNAPSHOT + 2.12.0 pom diff --git a/tests/test-base/pom.xml b/tests/test-base/pom.xml index 0f7d8fdb0..acacea524 100644 --- a/tests/test-base/pom.xml +++ b/tests/test-base/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-base - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-gson/pom.xml b/tests/test-gson/pom.xml index 464d34824..84a02bd98 100644 --- a/tests/test-gson/pom.xml +++ b/tests/test-gson/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-gson - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-jackson2-config/pom.xml b/tests/test-jackson2-config/pom.xml index 025097288..45d450ff4 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.11.2-SNAPSHOT + 2.12.0 4.0.0 test-jackson2-config - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-jackson2/pom.xml b/tests/test-jackson2/pom.xml index fddba2002..1f94ddcf1 100644 --- a/tests/test-jackson2/pom.xml +++ b/tests/test-jackson2/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-jackson2 - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-johnzon/pom.xml b/tests/test-johnzon/pom.xml index c8c39cac2..552621b8a 100644 --- a/tests/test-johnzon/pom.xml +++ b/tests/test-johnzon/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-johnzon - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-json-path/pom.xml b/tests/test-json-path/pom.xml index 52d3daa82..cd2d7a075 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.11.2-SNAPSHOT + 2.12.0 4.0.0 test-json-path - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-jsonorg/pom.xml b/tests/test-jsonorg/pom.xml index f91a8d34f..9dedd3b5d 100644 --- a/tests/test-jsonorg/pom.xml +++ b/tests/test-jsonorg/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-jsonorg - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-kotlin/pom.xml b/tests/test-kotlin/pom.xml index 1f3b3cb34..616541f41 100644 --- a/tests/test-kotlin/pom.xml +++ b/tests/test-kotlin/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-kotlin - 2.11.2-SNAPSHOT + 2.12.0 1.3.50 diff --git a/tests/test-moshi/pom.xml b/tests/test-moshi/pom.xml index 4f66b7ef7..02d4087d5 100644 --- a/tests/test-moshi/pom.xml +++ b/tests/test-moshi/pom.xml @@ -3,12 +3,12 @@ tests net.javacrumbs.json-unit - 2.11.2-SNAPSHOT + 2.12.0 4.0.0 test-moshi - 2.11.2-SNAPSHOT + 2.12.0 diff --git a/tests/test-no-hamcrest/pom.xml b/tests/test-no-hamcrest/pom.xml index 604142adc..203979fe1 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.11.2-SNAPSHOT + 2.12.0 4.0.0 test-no-hamcrest - 2.11.2-SNAPSHOT + 2.12.0