diff --git a/jsonassert-assertj-java8/pom.xml b/jsonassert-assertj-java8/pom.xml index c27cf09..72abb21 100644 --- a/jsonassert-assertj-java8/pom.xml +++ b/jsonassert-assertj-java8/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-assertj-java8 - 0.5.1-SNAPSHOT + 0.6.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.5.1-SNAPSHOT + 0.6.0 .. diff --git a/jsonassert-shade/pom.xml b/jsonassert-shade/pom.xml index 4851684..99ba276 100644 --- a/jsonassert-shade/pom.xml +++ b/jsonassert-shade/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-shade - 0.5.1-SNAPSHOT + 0.6.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.5.1-SNAPSHOT + 0.6.0 .. diff --git a/jsonassert/pom.xml b/jsonassert/pom.xml index b6af1da..d4c3962 100644 --- a/jsonassert/pom.xml +++ b/jsonassert/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert - 0.5.1-SNAPSHOT + 0.6.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.5.1-SNAPSHOT + 0.6.0 .. diff --git a/pom.xml b/pom.xml index 1ac5bfb..98d9c21 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.toomuchcoding.jsonassert jsonassert-parent pom - 0.5.1-SNAPSHOT + 0.6.0 Json Assert Parent Json Assert Parent @@ -42,7 +42,7 @@ scm:git:ssh://git@github.com/marcingrzejszczak/jsonassert.git - HEAD + v0.6.0 diff --git a/tests/pom.xml b/tests/pom.xml index 85187ca..1d2083e 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-tests - 0.5.1-SNAPSHOT + 0.6.0 com.toomuchcoding.jsonassert jsonassert-parent - 0.5.1-SNAPSHOT + 0.6.0 ..