[maven-release-plugin] prepare for next development iteration
authorjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Mon, 27 Jan 2014 23:01:43 +0000 (23:01 +0000)
committerjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Mon, 27 Jan 2014 23:01:43 +0000 (23:01 +0000)
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
pom.xml
simple-client/pom.xml

index fca8fc197d130a18a86fec073c4c0f43fdab198a..fd501e1d390f42dbf2712d383b0d1589ee5dd354 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index cc0a93f38a45ee4513f78a7312b2e43648f746f7..6908224a53ea2a8c9f93986b6ceee3d737f1edb8 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - IMPL</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>
index 241ff778389f4e078551fbbc80ac71ca4eb447e9..6d244b67fd79eeda896a677624f7295c79ca771e 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Integration Test</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
index 815b552e90d2730eb9139855e54fb0bcf20d1e9b..bc08690377a1ebf3787ad84470b7ec8a040a759f 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
@@ -11,7 +11,7 @@
     <name>Openflow Protocol Library - SPI</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
diff --git a/pom.xml b/pom.xml
index bca0797ab26ba14d013470ea60b2adb050a123a5..7c011644941e515e3af52e2047ab2891211927d2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modules>
         <module>openflow-protocol-api</module>
@@ -15,7 +15,7 @@
         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</developerConnection>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index 0bbf0222aca51a942882488c881146f0f9e8df7c..f9dacffc17da2a7c223577260386dddbe45dbfd7 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.4-SNAPSHOT</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Simple Client</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.3</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>