diff --git a/jsonassert-assertj-java8/pom.xml b/jsonassert-assertj-java8/pom.xml index a63d25c..71e3f8a 100644 --- a/jsonassert-assertj-java8/pom.xml +++ b/jsonassert-assertj-java8/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-assertj-java8 - 0.7.1-SNAPSHOT + 0.8.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.7.1-SNAPSHOT + 0.8.0 .. diff --git a/jsonassert-shade/pom.xml b/jsonassert-shade/pom.xml index 7a41e7c..2fd4c67 100644 --- a/jsonassert-shade/pom.xml +++ b/jsonassert-shade/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-shade - 0.7.1-SNAPSHOT + 0.8.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.7.1-SNAPSHOT + 0.8.0 .. diff --git a/jsonassert/pom.xml b/jsonassert/pom.xml index 06b075b..b94b6ec 100644 --- a/jsonassert/pom.xml +++ b/jsonassert/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert - 0.7.1-SNAPSHOT + 0.8.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.7.1-SNAPSHOT + 0.8.0 .. diff --git a/pom.xml b/pom.xml index c38311d..996b58c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.toomuchcoding.jsonassert jsonassert-parent pom - 0.7.1-SNAPSHOT + 0.8.0 Json Assert Parent Json Assert Parent @@ -42,7 +42,7 @@ scm:git:ssh://git@github.com/marcingrzejszczak/jsonassert.git - HEAD + v0.8.0 diff --git a/tests/pom.xml b/tests/pom.xml index 7559bea..80d9503 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-tests - 0.7.1-SNAPSHOT + 0.8.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.7.1-SNAPSHOT + 0.8.0 ..