From 5fc535ea90e12260b02fd11baf0d7069f429b262 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 18 Feb 2016 18:19:27 -0500 Subject: [PATCH] Bumping versions by 0.0.1 for next dev cycle Change-Id: I9ea589ca990ce3608c9c14c0643441baa9be4023 Signed-off-by: Thanh Ha --- artifacts/pom.xml | 4 ++-- features/pom.xml | 16 ++++++++-------- openflow-protocol-api/pom.xml | 8 ++++---- openflow-protocol-impl/pom.xml | 2 +- openflow-protocol-it/pom.xml | 2 +- openflow-protocol-spi/pom.xml | 2 +- openflowjava-config/pom.xml | 2 +- openflowjava-util/pom.xml | 2 +- parent/pom.xml | 12 ++++++------ pom.xml | 2 +- simple-client/pom.xml | 2 +- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 3e477871..f9d9c679 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent odlparent-lite - 1.6.0-Beryllium + 1.6.1-SNAPSHOT org.opendaylight.openflowjava openflowjava-artifacts - 0.7.0-Beryllium + 0.7.1-SNAPSHOT pom diff --git a/features/pom.xml b/features/pom.xml index 73b2b908..abec12ad 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,21 +4,21 @@ org.opendaylight.odlparent features-parent - 1.6.0-Beryllium + 1.6.1-SNAPSHOT org.opendaylight.openflowjava features-openflowjava - 0.7.0-Beryllium + 0.7.1-SNAPSHOT jar - 0.4.0-Beryllium - 1.3.0-Beryllium - 2.0.0-Beryllium - 1.3.0-Beryllium - 0.8.0-Beryllium + 0.4.1-SNAPSHOT + 1.3.1-SNAPSHOT + 2.0.1-SNAPSHOT + 1.3.1-SNAPSHOT + 0.8.1-SNAPSHOT @@ -36,7 +36,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.6.0-Beryllium + 1.6.1-SNAPSHOT import pom diff --git a/openflow-protocol-api/pom.xml b/openflow-protocol-api/pom.xml index 47aa2156..abecfa9e 100644 --- a/openflow-protocol-api/pom.xml +++ b/openflow-protocol-api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.mdsal binding-parent - 0.8.0-Beryllium + 0.8.1-SNAPSHOT org.opendaylight.openflowjava openflow-protocol-api - 0.7.0-Beryllium + 0.7.1-SNAPSHOT bundle Openflow Protocol Library - API @@ -18,8 +18,8 @@ - 2.0.0-Beryllium - 0.8.0-Beryllium + 2.0.1-SNAPSHOT + 0.8.1-SNAPSHOT diff --git a/openflow-protocol-impl/pom.xml b/openflow-protocol-impl/pom.xml index 42a7eb9e..d5fa1ccb 100644 --- a/openflow-protocol-impl/pom.xml +++ b/openflow-protocol-impl/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent openflow-protocol-impl diff --git a/openflow-protocol-it/pom.xml b/openflow-protocol-it/pom.xml index 3e18e126..bee275ee 100644 --- a/openflow-protocol-it/pom.xml +++ b/openflow-protocol-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent openflow-protocol-it diff --git a/openflow-protocol-spi/pom.xml b/openflow-protocol-spi/pom.xml index c3b0b80a..9d58042a 100644 --- a/openflow-protocol-spi/pom.xml +++ b/openflow-protocol-spi/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent openflow-protocol-spi diff --git a/openflowjava-config/pom.xml b/openflowjava-config/pom.xml index 09c42020..bac0ca1d 100644 --- a/openflowjava-config/pom.xml +++ b/openflowjava-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent openflowjava-config diff --git a/openflowjava-util/pom.xml b/openflowjava-util/pom.xml index 7682ae5f..f745cbcd 100644 --- a/openflowjava-util/pom.xml +++ b/openflowjava-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent bundle diff --git a/parent/pom.xml b/parent/pom.xml index 301dc0f8..8cdcbaf0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.odlparent odlparent - 1.6.0-Beryllium + 1.6.1-SNAPSHOT org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT pom openflowjava @@ -52,12 +52,12 @@ dav:http://nexus.opendaylight.org/content/sites/site UTF-8 ${project.build.directory}/yang-gen-config - 1.6.0-Beryllium + 1.6.1-SNAPSHOT ${project.build.directory}/yang-gen-sal - 0.4.0-Beryllium - 1.3.0-Beryllium - 0.8.0-Beryllium + 0.4.1-SNAPSHOT + 1.3.1-SNAPSHOT + 0.8.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 78d5034b..91b11bc3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT parent diff --git a/simple-client/pom.xml b/simple-client/pom.xml index 7afa3905..be3dfbf1 100644 --- a/simple-client/pom.xml +++ b/simple-client/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.7.0-Beryllium + 0.7.1-SNAPSHOT ../parent simple-client -- 2.36.6