diff --git a/api/pom.xml b/api/pom.xml
index 7e14536b..52ec6d4d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-parent
- 4.0.2
+ 4.1-SNAPSHOT
@@ -28,7 +28,7 @@
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-api
- 4.0.2
+ 4.1-SNAPSHOT
microProfile-fault-tolerance-api
Fault Tolerance APIs for MicroProfile :: API
diff --git a/pom.xml b/pom.xml
index d06b7367..0f06dc62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-parent
- 4.0.2
+ 4.1-SNAPSHOT
pom
MicroProfile Fault Tolerance
@@ -48,7 +48,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
- 4.0.2
+ HEAD
diff --git a/spec/pom.xml b/spec/pom.xml
index 7bc22dc3..e1e5de64 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-parent
- 4.0.2
+ 4.1-SNAPSHOT
microprofile-fault-tolerance-spec
diff --git a/tck/pom.xml b/tck/pom.xml
index 23cf83c5..7ffb4244 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -20,12 +20,12 @@
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-parent
- 4.0.2
+ 4.1-SNAPSHOT
org.eclipse.microprofile.fault-tolerance
microprofile-fault-tolerance-tck
- 4.0.2
+ 4.1-SNAPSHOT
Fault Tolerance for MicroProfile :: TCK