[maven-release-plugin] prepare for next development iteration
authorjenkins-openflowplugin <jenkins-openflowplugin@opendaylight.org>
Tue, 28 Jan 2014 00:48:53 +0000 (00:48 +0000)
committerjenkins-openflowplugin <jenkins-openflowplugin@opendaylight.org>
Tue, 28 Jan 2014 00:48:53 +0000 (00:48 +0000)
distribution/base/pom.xml
drop-test/pom.xml
openflowplugin-it/pom.xml
openflowplugin/pom.xml
pom.xml
samples/sample-consumer/pom.xml
test-provider/pom.xml

index 8c5c7036389ad313297e09dabc1b4d0743b959d5..7895c11c4c7f73ac56e6dc44da52060174117568 100644 (file)
@@ -7,7 +7,7 @@ see https://git.opendaylight.org/gerrit/#/c/390/
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.0.2</version>
+    <version>0.0.3-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
@@ -33,21 +33,21 @@ see https://git.opendaylight.org/gerrit/#/c/390/
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin</artifactId>
-      <version>0.0.2</version>
+      <version>0.0.3-SNAPSHOT</version>
     </dependency>
     
     <!-- debug provider -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>test-provider</artifactId>
-      <version>0.0.2</version>
+      <version>0.0.3-SNAPSHOT</version>
     </dependency>
     
      <!-- drop-test provider -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>drop-test</artifactId>
-      <version>0.0.2</version>
+      <version>0.0.3-SNAPSHOT</version>
     </dependency>
     
     <dependency>
index c1abb82bc8ee48fb57df43fac18be5952439c44a..eb68ae397358ff09b6001dcfdbf64ccc53e1b929 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.0.2</version>
+        <version>0.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>drop-test</artifactId>
index 5b1ae310e0a242167d26361d5dddcc6a51d6e182..e96486fb50007ad7423760f96d336044412fec8e 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.0.2</version>
+        <version>0.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>openflowplugin</artifactId>
-            <version>0.0.2</version>
+            <version>0.0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
index f70cbe69ed45db05042d56757e23517f74fdef4b..5cafaf3316cf43b13402ebbe117531b19c9527d4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.0.2</version>
+        <version>0.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index c2817bccde9ec441a32d6a8bb38f1fdbe92d2552..0674eaf331cee20d6835dfde5888504503973f6b 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     </prerequisites>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.0.2</version>
+    <version>0.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <scm>
index cc34f1f924de4abf30b609ccf0a554f67912f05b..e75f04a6c4dc0a5078b289fd1516d9ab455dbdf4 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.0.2</version>
+        <version>0.0.3-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
     <artifactId>sample-consumer</artifactId>
-    <version>0.0.2</version>
+    <version>0.0.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index ab8ec8744eb3dcc8e9de023ac89782f616f47cf1..9014162ce594361a0f3c8c2e8b0905f1f3d5d5e5 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.0.2</version>
+        <version>0.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>test-provider</artifactId>