From 87e1574fd86bdba28b12c6e12e443ed01f2c88a5 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 15 Feb 2018 03:04:52 +0000 Subject: [PATCH] Release Carbon --- artifacts/pom.xml | 4 ++-- features/features-openflowjava/pom.xml | 14 +++++++------- features/features4-openflowjava/pom.xml | 4 ++-- features/odl-openflowjava-all/pom.xml | 4 ++-- features/odl-openflowjava-protocol/pom.xml | 14 +++++++------- features/pom.xml | 4 ++-- 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-blueprint-config/pom.xml | 2 +- openflowjava-config/pom.xml | 2 +- openflowjava-util/pom.xml | 2 +- parent/pom.xml | 14 +++++++------- pom.xml | 2 +- simple-client/pom.xml | 2 +- 16 files changed, 41 insertions(+), 41 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index f947524c..94a8421e 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent odlparent-lite - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava openflowjava-artifacts - 0.9.3-SNAPSHOT + 0.9.3-Carbon pom diff --git a/features/features-openflowjava/pom.xml b/features/features-openflowjava/pom.xml index 928f709c..01cf122c 100644 --- a/features/features-openflowjava/pom.xml +++ b/features/features-openflowjava/pom.xml @@ -4,20 +4,20 @@ org.opendaylight.odlparent features-parent - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava features-openflowjava - 0.9.3-SNAPSHOT + 0.9.3-Carbon jar - 0.6.3-SNAPSHOT - 1.5.3-SNAPSHOT - 2.2.3-SNAPSHOT - 0.10.3-SNAPSHOT + 0.6.3-Carbon + 1.5.3-Carbon + 2.2.3-Carbon + 0.10.3-Carbon @@ -35,7 +35,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.8.3-SNAPSHOT + 1.8.3-Carbon import pom diff --git a/features/features4-openflowjava/pom.xml b/features/features4-openflowjava/pom.xml index d4ab841d..74e5b93d 100644 --- a/features/features4-openflowjava/pom.xml +++ b/features/features4-openflowjava/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava features4-openflowjava - 0.9.3-SNAPSHOT + 0.9.3-Carbon feature diff --git a/features/odl-openflowjava-all/pom.xml b/features/odl-openflowjava-all/pom.xml index ff87b376..ef8c9141 100644 --- a/features/odl-openflowjava-all/pom.xml +++ b/features/odl-openflowjava-all/pom.xml @@ -7,13 +7,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava odl-openflowjava-all - 0.9.3-SNAPSHOT + 0.9.3-Carbon feature OpenDaylight :: Openflow Java :: All diff --git a/features/odl-openflowjava-protocol/pom.xml b/features/odl-openflowjava-protocol/pom.xml index d55d7af3..46515e0e 100644 --- a/features/odl-openflowjava-protocol/pom.xml +++ b/features/odl-openflowjava-protocol/pom.xml @@ -7,23 +7,23 @@ org.opendaylight.odlparent single-feature-parent - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava odl-openflowjava-protocol - 0.9.3-SNAPSHOT + 0.9.3-Carbon feature OpenDaylight :: Openflow Java :: Protocol - 0.6.3-SNAPSHOT - 1.5.3-SNAPSHOT - 2.2.3-SNAPSHOT - 0.10.3-SNAPSHOT - 1.8.3-SNAPSHOT + 0.6.3-Carbon + 1.5.3-Carbon + 2.2.3-Carbon + 0.10.3-Carbon + 1.8.3-Carbon diff --git a/features/pom.xml b/features/pom.xml index e8d9c7ce..0318b4f5 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.odlparent odlparent-lite - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava features-aggregator - 0.9.3-SNAPSHOT + 0.9.3-Carbon pom diff --git a/openflow-protocol-api/pom.xml b/openflow-protocol-api/pom.xml index baa97177..37313d5c 100644 --- a/openflow-protocol-api/pom.xml +++ b/openflow-protocol-api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.mdsal binding-parent - 0.10.3-SNAPSHOT + 0.10.3-Carbon org.opendaylight.openflowjava openflow-protocol-api - 0.9.3-SNAPSHOT + 0.9.3-Carbon bundle Openflow Protocol Library - API @@ -18,8 +18,8 @@ - 2.2.3-SNAPSHOT - 0.10.3-SNAPSHOT + 2.2.3-Carbon + 0.10.3-Carbon diff --git a/openflow-protocol-impl/pom.xml b/openflow-protocol-impl/pom.xml index b2b523a8..dde59dd4 100644 --- a/openflow-protocol-impl/pom.xml +++ b/openflow-protocol-impl/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent openflow-protocol-impl diff --git a/openflow-protocol-it/pom.xml b/openflow-protocol-it/pom.xml index c6f6cff1..26fa2e3a 100644 --- a/openflow-protocol-it/pom.xml +++ b/openflow-protocol-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent openflow-protocol-it diff --git a/openflow-protocol-spi/pom.xml b/openflow-protocol-spi/pom.xml index 3009e4cc..3714005c 100644 --- a/openflow-protocol-spi/pom.xml +++ b/openflow-protocol-spi/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent openflow-protocol-spi diff --git a/openflowjava-blueprint-config/pom.xml b/openflowjava-blueprint-config/pom.xml index 4a912191..33c226b4 100644 --- a/openflowjava-blueprint-config/pom.xml +++ b/openflowjava-blueprint-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent openflowjava-blueprint-config diff --git a/openflowjava-config/pom.xml b/openflowjava-config/pom.xml index 745fbff3..198eb5a2 100644 --- a/openflowjava-config/pom.xml +++ b/openflowjava-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent openflowjava-config diff --git a/openflowjava-util/pom.xml b/openflowjava-util/pom.xml index 27d074fb..16536e7b 100644 --- a/openflowjava-util/pom.xml +++ b/openflowjava-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent bundle diff --git a/parent/pom.xml b/parent/pom.xml index d273b467..269756c2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.odlparent odlparent - 1.8.3-SNAPSHOT + 1.8.3-Carbon org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon pom openflowjava @@ -51,13 +51,13 @@ UTF-8 ${project.build.directory}/yang-gen-config - 1.8.3-SNAPSHOT + 1.8.3-Carbon ${project.build.directory}/yang-gen-sal - 0.6.3-SNAPSHOT - 1.5.3-SNAPSHOT - 0.10.3-SNAPSHOT - 1.1.3-SNAPSHOT + 0.6.3-Carbon + 1.5.3-Carbon + 0.10.3-Carbon + 1.1.3-Carbon 0.7.0 diff --git a/pom.xml b/pom.xml index 8ad6078f..93012d66 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon parent diff --git a/simple-client/pom.xml b/simple-client/pom.xml index 53891833..caa3ee83 100644 --- a/simple-client/pom.xml +++ b/simple-client/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowjava openflowjava-parent - 0.9.3-SNAPSHOT + 0.9.3-Carbon ../parent simple-client -- 2.36.6