From 13c535426570d496b33c9a20eeea2520f0066981 Mon Sep 17 00:00:00 2001 From: Reinaldo Penno Date: Thu, 9 Oct 2014 20:44:29 -0700 Subject: [PATCH] Incrementing versions by 0.1.0 for post-helium master branch Change-Id: I1ca0a618b1a412f847fdfa91a2304c5be8730d3d Signed-off-by: Reinaldo Penno --- features-sfclisp/pom.xml | 12 ++++---- .../src/main/resources/features.xml | 8 ++--- features-sfcofl2/pom.xml | 14 ++++----- .../src/main/resources/features.xml | 6 ++-- features/pom.xml | 24 +++++++-------- features/src/main/resources/features.xml | 30 +++++++++---------- model/pom.xml | 10 +++---- pom.xml | 26 ++++++++-------- sfc-config/pom.xml | 4 +-- sfc-distribution/pom.xml | 10 +++---- sfc-jsonconfig/pom.xml | 4 +-- sfc-karaf/pom.xml | 10 +++---- sfc-model/pom.xml | 4 +-- sfc-provider/pom.xml | 8 ++--- sfc-test-consumer/pom.xml | 4 +-- sfc-ui/pom.xml | 6 ++-- sfclisp/pom.xml | 4 +-- sfcofl2/pom.xml | 8 ++--- 18 files changed, 96 insertions(+), 96 deletions(-) diff --git a/features-sfclisp/pom.xml b/features-sfclisp/pom.xml index e205bff96..39f049159 100644 --- a/features-sfclisp/pom.xml +++ b/features-sfclisp/pom.xml @@ -10,18 +10,18 @@ sfc-parent org.opendaylight.sfc - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT features-sfclisp jar features.xml - 1.0.0-SNAPSHOT - 1.4.2-SNAPSHOT + 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT 3.0.1 - 0.6.2-SNAPSHOT - 1.4.2-SNAPSHOT - 1.1.11-SNAPSHOT + 0.7.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.2.0-SNAPSHOT 2.16 diff --git a/features-sfclisp/src/main/resources/features.xml b/features-sfclisp/src/main/resources/features.xml index d95e13c46..61601ee86 100644 --- a/features-sfclisp/src/main/resources/features.xml +++ b/features-sfclisp/src/main/resources/features.xml @@ -3,10 +3,10 @@ - mvn:org.opendaylight.yangtools/features-yangtools/0.6.2-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.1-SNAPSHOT/xml/features - mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/1.1.11-SNAPSHOT/xml/features - mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/1.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.sfc/features-sfc/0.1.0-SNAPSHOT/xml/features odl-sfc-provider diff --git a/features-sfcofl2/pom.xml b/features-sfcofl2/pom.xml index c8e34d06c..5c9c4d0ce 100644 --- a/features-sfcofl2/pom.xml +++ b/features-sfcofl2/pom.xml @@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html sfc-parent org.opendaylight.sfc - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT features-sfcofl2 jar features.xml - 1.0.0-SNAPSHOT - 1.4.2-SNAPSHOT + 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT 3.0.1 - 0.6.2-SNAPSHOT - 1.4.2-SNAPSHOT - 1.1.11-SNAPSHOT + 0.7.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.2.0-SNAPSHOT 2.16 - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT diff --git a/features-sfcofl2/src/main/resources/features.xml b/features-sfcofl2/src/main/resources/features.xml index 431e943f0..15963f36b 100644 --- a/features-sfcofl2/src/main/resources/features.xml +++ b/features-sfcofl2/src/main/resources/features.xml @@ -10,9 +10,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - mvn:org.opendaylight.controller/features-mdsal/1.1-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features - mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-SNAPSHOT/xml/features + mvn:org.opendaylight.sfc/features-sfc/0.1.0-SNAPSHOT/xml/features jar features.xml - 1.0.0-SNAPSHOT - 1.4.2-SNAPSHOT + 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT 3.0.1 - 0.6.2-SNAPSHOT - 1.4.2-SNAPSHOT + 0.7.0-SNAPSHOT + 1.5.0-SNAPSHOT 2.16 @@ -50,21 +50,21 @@ org.opendaylight.yangtools features-yangtools - 0.6.2-SNAPSHOT + 0.7.0-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT features xml org.opendaylight.openflowplugin features-openflowplugin - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT features xml @@ -72,21 +72,21 @@ org.opendaylight.yangtools features-yangtools - 0.6.2-SNAPSHOT + 0.7.0-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT features xml org.opendaylight.controller features-restconf - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT features xml diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 01f615121..63e7efaf4 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -14,13 +14,13 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.6.2-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.1-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-SNAPSHOT/xml/features --> - mvn:org.opendaylight.yangtools/features-yangtools/0.6.2-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.1-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-restconf/1.1-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-restconf/1.2.0-SNAPSHOT/xml/features - odl-mdsal-broker + odl-mdsal-broker odl-sfc-model mvn:org.opendaylight.sfc/sfc-config/${project.version}/xml/config mvn:org.opendaylight.sfc/sfc-jsonconfig/${project.version}/xml/config @@ -109,12 +109,12 @@ mvn:org.glassfish/javax.json/1.0.4 - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:org.opendaylight.sfc/sfc-model/${project.version} - odl-mdsal-broker + odl-mdsal-broker odl-sfc-model mvn:org.opendaylight.sfc/sfc-config/${project.version}/xml/config mvn:org.opendaylight.sfc/sfc-jsonconfig/${project.version}/xml/config diff --git a/model/pom.xml b/model/pom.xml index 454f1dccb..9772e7511 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -3,15 +3,15 @@ 4.0.0 org.opendaylight.sfc model - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT bundle - 0.6.2-SNAPSHOT - 0.6.2-SNAPSHOT + 0.7.0-SNAPSHOT + 0.7.0-SNAPSHOT http://nexus.opendaylight.org/content - 2010.09.24.4-SNAPSHOT - 2013.09.07.4-SNAPSHOT + 2010.09.24.7-SNAPSHOT + 2013.09.07.7-SNAPSHOT 2.3.2 2.10 5.0.0 diff --git a/pom.xml b/pom.xml index d0e21ce43..ce37209b2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT pom 3.1 @@ -167,7 +167,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.6.2-SNAPSHOT + 0.7.0-SNAPSHOT org.apache.felix diff --git a/sfc-config/pom.xml b/sfc-config/pom.xml index 63441733d..6948c6b74 100644 --- a/sfc-config/pom.xml +++ b/sfc-config/pom.xml @@ -12,7 +12,7 @@ sfc-parent org.opendaylight.sfc - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT jar diff --git a/sfc-distribution/pom.xml b/sfc-distribution/pom.xml index ffa10154b..825d5b976 100755 --- a/sfc-distribution/pom.xml +++ b/sfc-distribution/pom.xml @@ -8,7 +8,7 @@ see https://git.opendaylight.org/gerrit/#/c/390/ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ @@ -17,10 +17,10 @@ see https://git.opendaylight.org/gerrit/#/c/390/ - 0.5-SNAPSHOT - 0.0.3-SNAPSHOT + 0.6.0-SNAPSHOT + 0.1.0-SNAPSHOT 1.0.2 - 1.1.11-SNAPSHOT + 1.2.0-SNAPSHOT @@ -53,7 +53,7 @@ see https://git.opendaylight.org/gerrit/#/c/390/ org.opendaylight.controller distribution.opendaylight - 0.1.2-SNAPSHOT + 0.2.0-SNAPSHOT zip osgipackage diff --git a/sfc-jsonconfig/pom.xml b/sfc-jsonconfig/pom.xml index ab74aa03d..ca95d8d13 100644 --- a/sfc-jsonconfig/pom.xml +++ b/sfc-jsonconfig/pom.xml @@ -12,7 +12,7 @@ sfc-parent org.opendaylight.sfc - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT jar diff --git a/sfc-karaf/pom.xml b/sfc-karaf/pom.xml index 91dd70c82..bc6702356 100644 --- a/sfc-karaf/pom.xml +++ b/sfc-karaf/pom.xml @@ -4,7 +4,7 @@ sfc-parent org.opendaylight.sfc - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT pom @@ -24,8 +24,8 @@ - 1.0.0-SNAPSHOT - 1.4.2-SNAPSHOT + 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT 3.0.1 @@ -189,7 +189,7 @@ org.opendaylight.openflowplugin features-openflowplugin - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT features xml runtime diff --git a/sfc-model/pom.xml b/sfc-model/pom.xml index 98b306ba7..c3f7e5ce1 100644 --- a/sfc-model/pom.xml +++ b/sfc-model/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ @@ -108,7 +108,7 @@ org.opendaylight.controller yang-jmx-generator-plugin - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT org.opendaylight.yangtools diff --git a/sfc-provider/pom.xml b/sfc-provider/pom.xml index d29573d6d..e4f5f7f6e 100755 --- a/sfc-provider/pom.xml +++ b/sfc-provider/pom.xml @@ -5,11 +5,11 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ sfc-provider - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT bundle @@ -120,13 +120,13 @@ org.opendaylight.controller sal-binding-broker-impl - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT test org.opendaylight.controller sal-binding-broker-impl - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT test-jar test diff --git a/sfc-test-consumer/pom.xml b/sfc-test-consumer/pom.xml index f71aa68d9..7dffd65d4 100755 --- a/sfc-test-consumer/pom.xml +++ b/sfc-test-consumer/pom.xml @@ -5,11 +5,11 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ sfc-test-consumer - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT bundle diff --git a/sfc-ui/pom.xml b/sfc-ui/pom.xml index 82743be1d..757556a33 100644 --- a/sfc-ui/pom.xml +++ b/sfc-ui/pom.xml @@ -5,18 +5,18 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ sfc-ui - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT bundle org.opendaylight.dlux dlux-web - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT org.slf4j diff --git a/sfclisp/pom.xml b/sfclisp/pom.xml index a2e4f5821..1cdb6f1f0 100755 --- a/sfclisp/pom.xml +++ b/sfclisp/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ sfclisp @@ -26,7 +26,7 @@ org.opendaylight.lispflowmapping mappingservice.api - 1.1.11-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/sfcofl2/pom.xml b/sfcofl2/pom.xml index f9e9ee2dd..973443daa 100755 --- a/sfcofl2/pom.xml +++ b/sfcofl2/pom.xml @@ -6,14 +6,14 @@ org.opendaylight.sfc sfc-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ sfcofl2 - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT bundle - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT @@ -71,7 +71,7 @@ org.opendaylight.sfc sfc-provider - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.opendaylight.controller.model -- 2.36.6