[maven-release-plugin] prepare for next development iteration
diff --git a/common/pom.xml b/common/pom.xml
index d6f2ba5..a19d2ce 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/decorator/pom.xml b/decorator/pom.xml
index f780779..df06733 100644
--- a/decorator/pom.xml
+++ b/decorator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/features/pom.xml b/distribution/features/pom.xml
index 7f21c6c..ea5bc19 100644
--- a/distribution/features/pom.xml
+++ b/distribution/features/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-distribution-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index 7fd4ce5..71eb49f 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.cxf.dosgi</groupId>
 		<artifactId>cxf-dosgi-distribution-parent</artifactId>
-		<version>2.3.0</version>
+		<version>2.4.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 51fd110..bc50859 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/repository/pom.xml b/distribution/repository/pom.xml
index 4c1d67b..f3cc289 100644
--- a/distribution/repository/pom.xml
+++ b/distribution/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-repository</artifactId>
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index 8ecaa7b..a0c4d5b 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index 0d9ee41..3a89ed2 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 8e57b05..15d12e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-main</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index ddacffa..d1c3854 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-main</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>CXF DOSGi main</name>
@@ -37,7 +37,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-dosgi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-dosgi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=cxf-dosgi.git;a=summary</url>
-        <tag>cxf-dosgi-2.3.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/provider-rs/pom.xml b/provider-rs/pom.xml
index 94a43de..86263b2 100644
--- a/provider-rs/pom.xml
+++ b/provider-rs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/provider-ws/pom.xml b/provider-ws/pom.xml
index c5142ea..5d37eb6 100644
--- a/provider-ws/pom.xml
+++ b/provider-ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/samples/features/pom.xml b/samples/features/pom.xml
index 6ca636b..06a6809 100644
--- a/samples/features/pom.xml
+++ b/samples/features/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/pom.xml b/samples/pom.xml
index 8ce934e..9f49646 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -29,7 +29,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
 
     </parent>
diff --git a/samples/repository/pom.xml b/samples/repository/pom.xml
index 749ad39..e8de7d3 100644
--- a/samples/repository/pom.xml
+++ b/samples/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-samples-repository</artifactId>
diff --git a/samples/rest/api/pom.xml b/samples/rest/api/pom.xml
index a6e2960..5cd64bd 100644
--- a/samples/rest/api/pom.xml
+++ b/samples/rest/api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/client/pom.xml b/samples/rest/client/pom.xml
index 363a207..4919c17 100644
--- a/samples/rest/client/pom.xml
+++ b/samples/rest/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/impl-jackson/pom.xml b/samples/rest/impl-jackson/pom.xml
index d49c844..3901a01 100644
--- a/samples/rest/impl-jackson/pom.xml
+++ b/samples/rest/impl-jackson/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/impl/pom.xml b/samples/rest/impl/pom.xml
index a76f7b8..fcad91e 100644
--- a/samples/rest/impl/pom.xml
+++ b/samples/rest/impl/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/pom.xml b/samples/rest/pom.xml
index 39a2c88..cc6d542 100644
--- a/samples/rest/pom.xml
+++ b/samples/rest/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/security_filter/pom.xml b/samples/security_filter/pom.xml
index 29e17b1..c45392e 100644
--- a/samples/security_filter/pom.xml
+++ b/samples/security_filter/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/samples/soap/api/pom.xml b/samples/soap/api/pom.xml
index 1812bd0..4523a30 100644
--- a/samples/soap/api/pom.xml
+++ b/samples/soap/api/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/samples/soap/client/pom.xml b/samples/soap/client/pom.xml
index 1afbc1a..aba9906 100644
--- a/samples/soap/client/pom.xml
+++ b/samples/soap/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/samples/soap/impl/pom.xml b/samples/soap/impl/pom.xml
index ca80eb8..486455b 100644
--- a/samples/soap/impl/pom.xml
+++ b/samples/soap/impl/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/samples/soap/pom.xml b/samples/soap/pom.xml
index ae0f6d7..48200fd 100644
--- a/samples/soap/pom.xml
+++ b/samples/soap/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/ssl/pom.xml b/samples/ssl/pom.xml
index 12af1e0..bcbd690 100644
--- a/samples/ssl/pom.xml
+++ b/samples/ssl/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-samples-parent</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/samples/ssl/ssl-intent/pom.xml b/samples/ssl/ssl-intent/pom.xml
index 9f0ed91..8e55547 100644
--- a/samples/ssl/ssl-intent/pom.xml
+++ b/samples/ssl/ssl-intent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-samples-ssl-parent</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
     </parent>