[maven-release-plugin] prepare for next development iteration
authorjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Tue, 28 Jan 2014 00:13:12 +0000 (00:13 +0000)
committerjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Tue, 28 Jan 2014 00:13:12 +0000 (00:13 +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 853f3fb05bb9277f479d8e4c93b3edb275f41fa4..2655d244d0a4f30519f7d44497c31796fc2f5345 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index 7357c10642580a29485fb32610f0912e6a0a5663..9e07d10202730d762fc6d8c86d00f41f85cc822a 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>
index af2e26520b23c1ba7baf48d78f91a14ed04795cf..194f12d37cbe68d643295d55a29ad7861d20370c 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
index a0eb00d0a8c3d9b69eddb79533c613e863f1bcd5..3c99e70a8c7075e7b2b3215f6ef7284482c1eed1 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 2f14efa6f508c922979c93a460f41fbc63a4b02d..08d1b555593d2398e988be65ac44cdaa978ad702 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.4</version>
+    <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index 68116d2894bc6a8e00ed643b8423d7e5da45601b..1e649d73c84dc140c0455101492326d05f7e938c 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>