diff --git a/api/pom.xml b/api/pom.xml index 2af9487..8339627 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.health microprofile-health-parent - 3.0-SNAPSHOT + 3.0 ../ diff --git a/pom.xml b/pom.xml index bb8080a..19ab126 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.health microprofile-health-parent MicroProfile Health - 3.0-SNAPSHOT + 3.0 Eclipse MicroProfile Health - Parent POM pom @@ -98,7 +98,7 @@ scm:git:https://github.com/eclipse/microprofile-health.git scm:git:git@github.com:eclipse/microprofile-health.git https://github.com/eclipse/microprofile-health - HEAD + 3.0 diff --git a/spec/pom.xml b/spec/pom.xml index 08d2aed..91dff31 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.health microprofile-health-parent - 3.0-SNAPSHOT + 3.0 ../ @@ -27,7 +27,7 @@ org.eclipse.microprofile.health.specs microprofile-health-spec MicroProfile Health Spec - 3.0-SNAPSHOT + 3.0 pom diff --git a/tck/pom.xml b/tck/pom.xml index 980f0f5..6c1046e 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.health microprofile-health-parent - 3.0-SNAPSHOT + 3.0 ../