diff --git a/api/pom.xml b/api/pom.xml index fb332f34..8bf214f9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -20,7 +20,7 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-parent - 3.0-SNAPSHOT + 3.0-RC1 @@ -28,7 +28,7 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-api - 3.0-SNAPSHOT + 3.0-RC1 microProfile-fault-tolerance-api Fault Tolerance APIs for MicroProfile :: API diff --git a/pom.xml b/pom.xml index bf0e05f6..e86c5ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-parent - 3.0-SNAPSHOT + 3.0-RC1 pom MicroProfile Fault Tolerance @@ -70,7 +70,7 @@ scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git scm:git:git@github.com:eclipse/microprofile-fault-tolerance.git https://github.com/eclipse/microprofile-fault-tolerance - HEAD + 3.0-RC1 diff --git a/spec/pom.xml b/spec/pom.xml index 78e57a83..9aec96ec 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -20,12 +20,12 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-parent - 3.0-SNAPSHOT + 3.0-RC1 org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-spec - 3.0-SNAPSHOT + 3.0-RC1 pom Fault Tolerance for MicroProfile :: Specification diff --git a/tck/pom.xml b/tck/pom.xml index 681416b9..56170367 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -20,12 +20,12 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-parent - 3.0-SNAPSHOT + 3.0-RC1 org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-tck - 3.0-SNAPSHOT + 3.0-RC1 Fault Tolerance for MicroProfile :: TCK