[maven-release-plugin] prepare for next development iteration
authorjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Mon, 27 Jan 2014 22:28:23 +0000 (22:28 +0000)
committerjenkins-openflowjava <jenkins-openflowjava@OPENDAYLIGHT.ORG>
Mon, 27 Jan 2014 22:28:23 +0000 (22:28 +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 aa625a2a9b56a28d811fdddfabe5c52055329d7a..16824f43c03be5471031337b85a8585c029f3973 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.2</version>
+        <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index ae76b2b45f36ba15f4c5388781a0376f8d004477..20985ccf87e1b576b771048255885892d4075384 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.2</version>
+        <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>
index 302ce0fa5d09667bb50208d2a2b740f6e3c13f15..6123b32a46b4812b3fc6f756343fcaa18f5ec794 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.2</version>
+        <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
index f4a4b6cdf12b215a1eb719084f160868b5b6bc1b..51ab3da6600d3a77db745921803813e3dfd38b05 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.2</version>
+        <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 46b76e7b26743f0bd1e990ef7348ad23cc8afe83..0519390763c88120bc260883b900d3ef7694c7ad 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.2</version>
+    <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
index 23a66ba8cdc6037f54c9d38498d2ee56325e32ad..22505af3e271d7665065985ce4ed530b01e6e641 100644 (file)
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.2</version>
+        <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>