[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@946703 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/deployer/blueprint/pom.xml b/karaf/deployer/blueprint/pom.xml
index 0e0dcf9..d3bc534 100644
--- a/karaf/deployer/blueprint/pom.xml
+++ b/karaf/deployer/blueprint/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
<packaging>bundle</packaging>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>Apache Felix Karaf :: Blueprint Deployer</name>
<description>This deployer transforms a plain blueprint xml file to a deployable bundle</description>
diff --git a/karaf/deployer/features/pom.xml b/karaf/deployer/features/pom.xml
index a3d903c..dd1aad3 100644
--- a/karaf/deployer/features/pom.xml
+++ b/karaf/deployer/features/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>org.apache.felix.karaf.deployer.features</artifactId>
<packaging>bundle</packaging>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>Apache Felix Karaf :: Features Deployer</name>
<description>This deployer can deploy features descriptor on the fly</description>
diff --git a/karaf/deployer/pom.xml b/karaf/deployer/pom.xml
index 9821850..ba03a2d 100644
--- a/karaf/deployer/pom.xml
+++ b/karaf/deployer/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.felix.karaf</groupId>
<artifactId>karaf</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<packaging>pom</packaging>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>Apache Felix Karaf :: Deployer</name>
<modules>
diff --git a/karaf/deployer/spring/pom.xml b/karaf/deployer/spring/pom.xml
index 30dd4f2..51c09d2 100644
--- a/karaf/deployer/spring/pom.xml
+++ b/karaf/deployer/spring/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
<packaging>bundle</packaging>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>Apache Felix Karaf :: Spring Deployer</name>
<description>This deployer transforms a plain spring xml file to a deployable bundle</description>
diff --git a/karaf/deployer/war/pom.xml b/karaf/deployer/war/pom.xml
index 94faa00..2772469 100644
--- a/karaf/deployer/war/pom.xml
+++ b/karaf/deployer/war/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.felix.karaf.deployer</groupId>
<artifactId>org.apache.felix.karaf.deployer.war</artifactId>
<packaging>bundle</packaging>
- <version>1.6.0</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>Apache Felix Karaf :: WAR Deployer</name>
<description>This deployer transforms a plain war file to a deployable bundle</description>