diff --git a/jsonassert-assertj-java8/pom.xml b/jsonassert-assertj-java8/pom.xml index f8cc577..302979c 100644 --- a/jsonassert-assertj-java8/pom.xml +++ b/jsonassert-assertj-java8/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-assertj-java8 - 0.6.2-SNAPSHOT + 0.6.2 com.toomuchcoding.jsonassert jsonassert-parent - 0.6.2-SNAPSHOT + 0.6.2 .. diff --git a/jsonassert-shade/pom.xml b/jsonassert-shade/pom.xml index a161515..d33044a 100644 --- a/jsonassert-shade/pom.xml +++ b/jsonassert-shade/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-shade - 0.6.2-SNAPSHOT + 0.6.2 com.toomuchcoding.jsonassert jsonassert-parent - 0.6.2-SNAPSHOT + 0.6.2 .. diff --git a/jsonassert/pom.xml b/jsonassert/pom.xml index 08790e8..95a55e2 100644 --- a/jsonassert/pom.xml +++ b/jsonassert/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert - 0.6.2-SNAPSHOT + 0.6.2 com.toomuchcoding.jsonassert jsonassert-parent - 0.6.2-SNAPSHOT + 0.6.2 .. diff --git a/pom.xml b/pom.xml index 86846f3..7135821 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.toomuchcoding.jsonassert jsonassert-parent pom - 0.6.2-SNAPSHOT + 0.6.2 Json Assert Parent Json Assert Parent @@ -42,7 +42,7 @@ scm:git:ssh://git@github.com/marcingrzejszczak/jsonassert.git - HEAD + v0.6.2 diff --git a/tests/pom.xml b/tests/pom.xml index 8f8e453..4591993 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -2,12 +2,12 @@ 4.0.0 jsonassert-tests - 0.6.2-SNAPSHOT + 0.6.2 com.toomuchcoding.jsonassert jsonassert-parent - 0.6.2-SNAPSHOT + 0.6.2 ..