diff --git a/api/pom.xml b/api/pom.xml index 31dda9e..cd8e739 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-RC3 ../ diff --git a/pom.xml b/pom.xml index 85df2c8..2ddf7b4 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-RC3 Eclipse MicroProfile Health - Parent POM pom @@ -93,7 +93,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-RC3 diff --git a/spec/pom.xml b/spec/pom.xml index 0b65b74..5ab24ae 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-RC3 ../ @@ -27,7 +27,7 @@ org.eclipse.microprofile.health.specs microprofile-health-spec MicroProfile Health Spec - 3.0-SNAPSHOT + 3.0-RC3 pom diff --git a/tck/pom.xml b/tck/pom.xml index 64936c6..d8bbc8f 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-RC3 ../