Bumping versions by 0.0.1 for next dev cycle
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:03:30 +0000 (17:03 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:03:30 +0000 (17:03 -0500)
Change-Id: Icef6d6d4f7c49cbb940aed51984ae085e17d0aa3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
29 files changed:
commons/integrationtest/pom.xml
commons/parent/pom.xml
commons/pom.xml
features/ovs-sfc/pom.xml
features/ovsdb/pom.xml
features/ovsdb/src/main/features/features.xml
features/pom.xml
integrationtest/pom.xml
karaf/pom.xml
northbound/pom.xml
openstack/net-virt-it/pom.xml
openstack/net-virt-providers/pom.xml
openstack/net-virt/pom.xml
openstack/pom.xml
ovs-sfc/pom.xml
ovsdb-artifacts/pom.xml
ovsdb-plugin-compatibility-layer/pom.xml
ovsdb-ui/bundle/pom.xml
ovsdb-ui/module/pom.xml
ovsdb-ui/pom.xml
plugin-mdsal-adapter/pom.xml
plugin-shell/pom.xml
plugin/pom.xml
pom.xml
utils/config/pom.xml
utils/mdsal-node/pom.xml
utils/mdsal-openflow/pom.xml
utils/pom.xml
utils/servicehelper/pom.xml

index 959c39186b5299881f45770e7133574ca7acbea7..6eae9ccddc6a176a418124fd53c51f32cd4b663c 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>commons.integrationtest</artifactId>
   <name>${project.artifactId}.parent</name>
-  <version>1.3.3-Lithium-SR3</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -47,39 +47,39 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <!-- Overrides -->
     <!-- Controller Dependencies for Pax Exam -->
-    <arphandler.version>0.6.3-Lithium-SR3</arphandler.version>
-    <bundlescanner.implementation.version>0.5.3-Lithium-SR3</bundlescanner.implementation.version>
-    <bundlescanner.version>0.5.3-Lithium-SR3</bundlescanner.version>
-    <clustering.services_implementation.version>0.5.3-Lithium-SR3</clustering.services_implementation.version>
-    <commons.httpclient.version>0.2.3-Lithium-SR3</commons.httpclient.version>
-    <configuration.implementation.version>0.5.3-Lithium-SR3</configuration.implementation.version>
-    <configuration.version>0.5.3-Lithium-SR3</configuration.version>
-    <connectionmanager.version>0.2.3-Lithium-SR3</connectionmanager.version>
-    <containermanager.it.version>0.6.3-Lithium-SR3</containermanager.it.version>
-    <flowprogrammer.northbound.version>0.5.3-Lithium-SR3</flowprogrammer.northbound.version>
-    <forwarding.staticrouting>0.6.3-Lithium-SR3</forwarding.staticrouting>
-    <forwarding.staticrouting.northbound.version>0.5.3-Lithium-SR3</forwarding.staticrouting.northbound.version>
-    <forwardingrulesmanager.implementation.version>0.5.3-Lithium-SR3</forwardingrulesmanager.implementation.version>
-    <hosttracker.api.version>0.6.3-Lithium-SR3</hosttracker.api.version>
-    <hosttracker.implementation.version>0.6.3-Lithium-SR3</hosttracker.implementation.version>
-    <hosttracker.northbound.version>0.5.3-Lithium-SR3</hosttracker.northbound.version>
-    <logging.bridge.version>0.5.3-Lithium-SR3</logging.bridge.version>
-    <protocol_plugins.stub.version>0.5.3-Lithium-SR3</protocol_plugins.stub.version>
-    <routing.dijkstra_implementation.version>0.5.3-Lithium-SR3</routing.dijkstra_implementation.version>
-    <sal.implementation.version>0.5.3-Lithium-SR3</sal.implementation.version>
-    <security.version>0.5.3-Lithium-SR3</security.version>
-    <statistics.northbound.version>0.5.3-Lithium-SR3</statistics.northbound.version>
-    <statisticsmanager.implementation.version>0.5.3-Lithium-SR3</statisticsmanager.implementation.version>
-    <statisticsmanager.version>0.6.3-Lithium-SR3</statisticsmanager.version>
-    <subnets.northbound.version>0.5.3-Lithium-SR3</subnets.northbound.version>
-    <switchmanager.implementation.version>0.5.3-Lithium-SR3</switchmanager.implementation.version>
-    <switchmanager.northbound.version>0.5.3-Lithium-SR3</switchmanager.northbound.version>
-    <topology.northbound.version>0.5.3-Lithium-SR3</topology.northbound.version>
-    <topology.web.version>0.5.3-Lithium-SR3</topology.web.version>
-    <topologymanager.version>0.5.3-Lithium-SR3</topologymanager.version>
-    <usermanager.implementation.version>0.5.3-Lithium-SR3</usermanager.implementation.version>
-    <usermanager.northbound.version>0.1.3-Lithium-SR3</usermanager.northbound.version>
-    <usermanager.version>0.5.3-Lithium-SR3</usermanager.version>
+    <arphandler.version>0.6.4-SNAPSHOT</arphandler.version>
+    <bundlescanner.implementation.version>0.5.4-SNAPSHOT</bundlescanner.implementation.version>
+    <bundlescanner.version>0.5.4-SNAPSHOT</bundlescanner.version>
+    <clustering.services_implementation.version>0.5.4-SNAPSHOT</clustering.services_implementation.version>
+    <commons.httpclient.version>0.2.4-SNAPSHOT</commons.httpclient.version>
+    <configuration.implementation.version>0.5.4-SNAPSHOT</configuration.implementation.version>
+    <configuration.version>0.5.4-SNAPSHOT</configuration.version>
+    <connectionmanager.version>0.2.4-SNAPSHOT</connectionmanager.version>
+    <containermanager.it.version>0.6.4-SNAPSHOT</containermanager.it.version>
+    <flowprogrammer.northbound.version>0.5.4-SNAPSHOT</flowprogrammer.northbound.version>
+    <forwarding.staticrouting>0.6.4-SNAPSHOT</forwarding.staticrouting>
+    <forwarding.staticrouting.northbound.version>0.5.4-SNAPSHOT</forwarding.staticrouting.northbound.version>
+    <forwardingrulesmanager.implementation.version>0.5.4-SNAPSHOT</forwardingrulesmanager.implementation.version>
+    <hosttracker.api.version>0.6.4-SNAPSHOT</hosttracker.api.version>
+    <hosttracker.implementation.version>0.6.4-SNAPSHOT</hosttracker.implementation.version>
+    <hosttracker.northbound.version>0.5.4-SNAPSHOT</hosttracker.northbound.version>
+    <logging.bridge.version>0.5.4-SNAPSHOT</logging.bridge.version>
+    <protocol_plugins.stub.version>0.5.4-SNAPSHOT</protocol_plugins.stub.version>
+    <routing.dijkstra_implementation.version>0.5.4-SNAPSHOT</routing.dijkstra_implementation.version>
+    <sal.implementation.version>0.5.4-SNAPSHOT</sal.implementation.version>
+    <security.version>0.5.4-SNAPSHOT</security.version>
+    <statistics.northbound.version>0.5.4-SNAPSHOT</statistics.northbound.version>
+    <statisticsmanager.implementation.version>0.5.4-SNAPSHOT</statisticsmanager.implementation.version>
+    <statisticsmanager.version>0.6.4-SNAPSHOT</statisticsmanager.version>
+    <subnets.northbound.version>0.5.4-SNAPSHOT</subnets.northbound.version>
+    <switchmanager.implementation.version>0.5.4-SNAPSHOT</switchmanager.implementation.version>
+    <switchmanager.northbound.version>0.5.4-SNAPSHOT</switchmanager.northbound.version>
+    <topology.northbound.version>0.5.4-SNAPSHOT</topology.northbound.version>
+    <topology.web.version>0.5.4-SNAPSHOT</topology.web.version>
+    <topologymanager.version>0.5.4-SNAPSHOT</topologymanager.version>
+    <usermanager.implementation.version>0.5.4-SNAPSHOT</usermanager.implementation.version>
+    <usermanager.northbound.version>0.1.4-SNAPSHOT</usermanager.northbound.version>
+    <usermanager.version>0.5.4-SNAPSHOT</usermanager.version>
     <!-- 3rd Party Dependencies -->
     <yaml.version>1.10</yaml.version>
   </properties>
index 19f85a3ea9137144c84785168d120ea83d0a44e1..234d9e19d798843ce52b30c4991dea974222cd81 100644 (file)
@@ -14,14 +14,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.3-Lithium-SR3</version>
+    <version>1.5.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>commons</artifactId>
   <name>${project.artifactId}.parent</name>
-  <version>1.3.3-Lithium-SR3</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -54,21 +54,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <!-- Surefire/Failsafe Arguments -->
     <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
     <!-- OVSDB Component Versions -->
-    <openstack.netvirt.version>1.1.3-Lithium-SR3</openstack.netvirt.version>
-    <openstack.netvirt.providers.version>1.1.3-Lithium-SR3</openstack.netvirt.providers.version>
-    <ovsdb.features.version>1.1.3-Lithium-SR3</ovsdb.features.version>
-    <ovsdb.library.version>1.1.3-Lithium-SR3</ovsdb.library.version>
-    <ovsdb.northbound.version>0.7.3-Lithium-SR3</ovsdb.northbound.version>
-    <ovsdb.plugin.version>1.1.3-Lithium-SR3</ovsdb.plugin.version>
-    <ovsdb.plugin.compatibility.layer.version>1.1.3-Lithium-SR3</ovsdb.plugin.compatibility.layer.version>
-    <ovsdb.ovssfc.version>0.1.3-Lithium-SR3</ovsdb.ovssfc.version>
-    <ovsdb.utils.config.version>1.1.3-Lithium-SR3</ovsdb.utils.config.version>
-    <ovsdb.utils.mdsal.node.version>1.1.3-Lithium-SR3</ovsdb.utils.mdsal.node.version>
-    <ovsdb.utils.mdsal.openflow.version>1.1.3-Lithium-SR3</ovsdb.utils.mdsal.openflow.version>
-    <ovsdb.utils.servicehelper.version>1.1.3-Lithium-SR3</ovsdb.utils.servicehelper.version>
-    <plugin.shell.version>1.1.3-Lithium-SR3</plugin.shell.version>
-    <schema.hardwarevtep.version>1.1.3-Lithium-SR3</schema.hardwarevtep.version>
-    <schema.openvswitch.version>1.1.3-Lithium-SR3</schema.openvswitch.version>
+    <openstack.netvirt.version>1.1.4-SNAPSHOT</openstack.netvirt.version>
+    <openstack.netvirt.providers.version>1.1.4-SNAPSHOT</openstack.netvirt.providers.version>
+    <ovsdb.features.version>1.1.4-SNAPSHOT</ovsdb.features.version>
+    <ovsdb.library.version>1.1.4-SNAPSHOT</ovsdb.library.version>
+    <ovsdb.northbound.version>0.7.4-SNAPSHOT</ovsdb.northbound.version>
+    <ovsdb.plugin.version>1.1.4-SNAPSHOT</ovsdb.plugin.version>
+    <ovsdb.plugin.compatibility.layer.version>1.1.4-SNAPSHOT</ovsdb.plugin.compatibility.layer.version>
+    <ovsdb.ovssfc.version>0.1.4-SNAPSHOT</ovsdb.ovssfc.version>
+    <ovsdb.utils.config.version>1.1.4-SNAPSHOT</ovsdb.utils.config.version>
+    <ovsdb.utils.mdsal.node.version>1.1.4-SNAPSHOT</ovsdb.utils.mdsal.node.version>
+    <ovsdb.utils.mdsal.openflow.version>1.1.4-SNAPSHOT</ovsdb.utils.mdsal.openflow.version>
+    <ovsdb.utils.servicehelper.version>1.1.4-SNAPSHOT</ovsdb.utils.servicehelper.version>
+    <plugin.shell.version>1.1.4-SNAPSHOT</plugin.shell.version>
+    <schema.hardwarevtep.version>1.1.4-SNAPSHOT</schema.hardwarevtep.version>
+    <schema.openvswitch.version>1.1.4-SNAPSHOT</schema.openvswitch.version>
     <!-- Skip Coverage and IT by default -->
     <skip.coverage>true</skip.coverage>
     <skip.distribution>false</skip.distribution>
@@ -80,30 +80,30 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <sonar.jacoco.itReportPath>${root.directory}/target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
     <!-- ODL Dependency Versions -->
-    <clustering.services.version>0.6.3-Lithium-SR3</clustering.services.version>
-    <containermanager.version>0.6.3-Lithium-SR3</containermanager.version>
-    <controller.config.version>0.3.3-Lithium-SR3</controller.config.version>
-    <forwardingrulesmanager.version>0.7.3-Lithium-SR3</forwardingrulesmanager.version>
-    <mdsal.version>1.2.3-Lithium-SR3</mdsal.version>
-    <networkconfig.neutron.version>0.5.3-Lithium-SR3</networkconfig.neutron.version>
-    <northbound.commons.version>0.5.3-Lithium-SR3</northbound.commons.version>
-    <nsf.version>0.5.3-Lithium-SR3</nsf.version>
-    <odl.karaf.base.version>1.5.3-Lithium-SR3</odl.karaf.base.version>
-    <odlparent.version>1.5.3-Lithium-SR3</odlparent.version>
-    <openflowjava-nicira.version>0.1.3-Lithium-SR3</openflowjava-nicira.version>
-    <openflowjava-extension.version>0.1.3-Lithium-SR3</openflowjava-extension.version>
-    <openflowjava.version>0.6.3-Lithium-SR3</openflowjava.version>
-    <openflowplugin.version>0.1.3-Lithium-SR3</openflowplugin.version>
-    <sal.version>0.9.3-Lithium-SR3</sal.version>
-    <switchmanager.api.version>0.8.3-Lithium-SR3</switchmanager.api.version>
-    <yangtools.version>0.7.3-Lithium-SR3</yangtools.version>
+    <clustering.services.version>0.6.4-SNAPSHOT</clustering.services.version>
+    <containermanager.version>0.6.4-SNAPSHOT</containermanager.version>
+    <controller.config.version>0.3.4-SNAPSHOT</controller.config.version>
+    <forwardingrulesmanager.version>0.7.4-SNAPSHOT</forwardingrulesmanager.version>
+    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
+    <networkconfig.neutron.version>0.5.4-SNAPSHOT</networkconfig.neutron.version>
+    <northbound.commons.version>0.5.4-SNAPSHOT</northbound.commons.version>
+    <nsf.version>0.5.4-SNAPSHOT</nsf.version>
+    <odl.karaf.base.version>1.5.4-SNAPSHOT</odl.karaf.base.version>
+    <odlparent.version>1.5.4-SNAPSHOT</odlparent.version>
+    <openflowjava-nicira.version>0.1.4-SNAPSHOT</openflowjava-nicira.version>
+    <openflowjava-extension.version>0.1.4-SNAPSHOT</openflowjava-extension.version>
+    <openflowjava.version>0.6.4-SNAPSHOT</openflowjava.version>
+    <openflowplugin.version>0.1.4-SNAPSHOT</openflowplugin.version>
+    <sal.version>0.9.4-SNAPSHOT</sal.version>
+    <switchmanager.api.version>0.8.4-SNAPSHOT</switchmanager.api.version>
+    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
     <!-- 3rd Pary Dependency Versions -->
     <commons.collection.version>1.0</commons.collection.version>
     <httpcomponents.version>4.2.1</httpcomponents.version>
     <portlet.version>2.0</portlet.version>
     <powermock.version>1.5.2</powermock.version>
-    <dlux.version>0.2.3-Lithium-SR3</dlux.version>
-    <ovsdb.ui.version>0.1.0-Lithium-SR3</ovsdb.ui.version>
+    <dlux.version>0.2.4-SNAPSHOT</dlux.version>
+    <ovsdb.ui.version>0.1.1-SNAPSHOT</ovsdb.ui.version>
   </properties>
 
   <dependencyManagement>
@@ -161,7 +161,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>opendaylight-karaf-empty</artifactId>
-        <version>1.5.3-Lithium-SR3</version>
+        <version>1.5.4-SNAPSHOT</version>
         <type>zip</type>
       </dependency>
       <dependency>
index d0fadf6770520001602e763fdbc0d508bbfb709b..fa9eae66acca384c1b15657af6fdba567bd0228a 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>parents</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index 94863fc0616feab74dbabf99927675fce822ae79..e0b8b3414940f409795df75dd89d88277ec6710b 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../../commons/parent</relativePath>
   </parent>
 
   <artifactId>features-ovs-sfc</artifactId>
-  <version>0.1.3-Lithium-SR3</version>
+  <version>0.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -97,7 +97,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <systemPropertyVariables>
             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
-            <karaf.distro.version>1.5.3-Lithium-SR3</karaf.distro.version>
+            <karaf.distro.version>1.5.4-SNAPSHOT</karaf.distro.version>
           </systemPropertyVariables>
           <dependenciesToScan>
            <dependency>org.opendaylight.odlparent:features-test</dependency>
index e67302de24f272ddf088a8a4e0102da59a746cb1..b489a56600c34b945877d8994a3b1b0de6912d0f 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.3-Lithium-SR3</version>
+    <version>1.5.4-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>features-ovsdb</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -46,36 +46,36 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <properties>
     <!-- all this added to work around sun.reflect bug
-    <appauth.version>0.5.3-Lithium-SR3</appauth.version>
-    <bundlescanner.api.version>0.5.3-Lithium-SR3</bundlescanner.api.version>
-    <clustering.services.version>0.6.3-Lithium-SR3</clustering.services.version>
-    <configuration.implementation.version>0.5.3-Lithium-SR3</configuration.implementation.version>
-    <configuration.version>0.5.3-Lithium-SR3</configuration.version>
-    <containermanager.version>0.6.3-Lithium-SR3</containermanager.version>
-    <northbound.commons.version>0.5.3-Lithium-SR3</northbound.commons.version>
-    <switchmanager.api.version>0.8.3-Lithium-SR3</switchmanager.api.version>
-    <topologymanager.version>0.5.3-Lithium-SR3</topologymanager.version>
-    <usermanager.version>0.5.3-Lithium-SR3</usermanager.version>
+    <appauth.version>0.5.4-SNAPSHOT</appauth.version>
+    <bundlescanner.api.version>0.5.4-SNAPSHOT</bundlescanner.api.version>
+    <clustering.services.version>0.6.4-SNAPSHOT</clustering.services.version>
+    <configuration.implementation.version>0.5.4-SNAPSHOT</configuration.implementation.version>
+    <configuration.version>0.5.4-SNAPSHOT</configuration.version>
+    <containermanager.version>0.6.4-SNAPSHOT</containermanager.version>
+    <northbound.commons.version>0.5.4-SNAPSHOT</northbound.commons.version>
+    <switchmanager.api.version>0.8.4-SNAPSHOT</switchmanager.api.version>
+    <topologymanager.version>0.5.4-SNAPSHOT</topologymanager.version>
+    <usermanager.version>0.5.4-SNAPSHOT</usermanager.version>
     all this added to work around sun.reflect bug -->
-    <odl.karaf.base.version>1.5.3-Lithium-SR3</odl.karaf.base.version>
-    <mdsal.version>1.2.3-Lithium-SR3</mdsal.version>
-    <networkconfig.neutron.version>0.5.3-Lithium-SR3</networkconfig.neutron.version>
-    <nsf.version>0.5.3-Lithium-SR3</nsf.version>
-    <ovsdb.library.version>1.1.3-Lithium-SR3</ovsdb.library.version>
-    <ovsdb.northbound.version>0.7.3-Lithium-SR3</ovsdb.northbound.version>
-    <openstack.netvirt.version>1.1.3-Lithium-SR3</openstack.netvirt.version>
-    <openstack.netvirt.providers.version>1.1.3-Lithium-SR3</openstack.netvirt.providers.version>
-    <ovsdb.plugin.version>1.1.3-Lithium-SR3</ovsdb.plugin.version>
-    <ovsdb.plugin.compatibility.layer.version>1.1.3-Lithium-SR3</ovsdb.plugin.compatibility.layer.version>
-    <ovsdb.utils.servicehelper.version>1.1.3-Lithium-SR3</ovsdb.utils.servicehelper.version>
-    <plugin.shell.version>1.1.3-Lithium-SR3</plugin.shell.version>
-    <schema.hardwarevtep.version>1.1.3-Lithium-SR3</schema.hardwarevtep.version>
-    <schema.openvswitch.version>1.1.3-Lithium-SR3</schema.openvswitch.version>
-    <openflowplugin.version>0.1.3-Lithium-SR3</openflowplugin.version>
-    <sal.version>0.9.3-Lithium-SR3</sal.version>
-    <yangtools.version>0.7.3-Lithium-SR3</yangtools.version>
-    <dlux.version>0.2.3-Lithium-SR3</dlux.version>
-    <ovsdb.ui.version>0.1.0-Lithium-SR3</ovsdb.ui.version>
+    <odl.karaf.base.version>1.5.4-SNAPSHOT</odl.karaf.base.version>
+    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
+    <networkconfig.neutron.version>0.5.4-SNAPSHOT</networkconfig.neutron.version>
+    <nsf.version>0.5.4-SNAPSHOT</nsf.version>
+    <ovsdb.library.version>1.1.4-SNAPSHOT</ovsdb.library.version>
+    <ovsdb.northbound.version>0.7.4-SNAPSHOT</ovsdb.northbound.version>
+    <openstack.netvirt.version>1.1.4-SNAPSHOT</openstack.netvirt.version>
+    <openstack.netvirt.providers.version>1.1.4-SNAPSHOT</openstack.netvirt.providers.version>
+    <ovsdb.plugin.version>1.1.4-SNAPSHOT</ovsdb.plugin.version>
+    <ovsdb.plugin.compatibility.layer.version>1.1.4-SNAPSHOT</ovsdb.plugin.compatibility.layer.version>
+    <ovsdb.utils.servicehelper.version>1.1.4-SNAPSHOT</ovsdb.utils.servicehelper.version>
+    <plugin.shell.version>1.1.4-SNAPSHOT</plugin.shell.version>
+    <schema.hardwarevtep.version>1.1.4-SNAPSHOT</schema.hardwarevtep.version>
+    <schema.openvswitch.version>1.1.4-SNAPSHOT</schema.openvswitch.version>
+    <openflowplugin.version>0.1.4-SNAPSHOT</openflowplugin.version>
+    <sal.version>0.9.4-SNAPSHOT</sal.version>
+    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
+    <dlux.version>0.2.4-SNAPSHOT</dlux.version>
+    <ovsdb.ui.version>0.1.1-SNAPSHOT</ovsdb.ui.version>
   </properties>
 
   <dependencyManagement>
index 5bf9780ba100ea835c5eb0616e435248563a2a69..7df669d73a0fb26b159a2e357942f0fcd4a3003b 100644 (file)
@@ -7,7 +7,7 @@
   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
   <repository>mvn:org.opendaylight.neutron/features-neutron/${networkconfig.neutron.version}/xml/features</repository>
-  <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.1.3-Lithium-SR3/xml/features</repository>
+  <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.1.4-SNAPSHOT/xml/features</repository>
   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
   <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
 
@@ -83,7 +83,7 @@
     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
     <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
-    <feature version="1.1.3-Lithium-SR3">odl-ovsdb-southbound-impl-ui</feature>
+    <feature version="1.1.4-SNAPSHOT">odl-ovsdb-southbound-impl-ui</feature>
     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
index 24ca7ee800e5166ec1c97e56f419e8891d110ebb..2a8bddbbac44adcba3384a294ef2680d047df819 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>features</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index fb0304c73f3c0b6fcbfff1b852f7b45963276773..f96eadbd88aa5faa74add2f7933ae4884abf3fb5 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.integrationtest</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/integrationtest</relativePath>
   </parent>
 
   <artifactId>integrationtest</artifactId>
-  <version>1.3.3-Lithium-SR3</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index 9ab01f6f59a3c675bed32e598246cf74f5fe5751..b2ea7bd75492b5acce79bbcc7fd0361ddc060881 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.5.3-Lithium-SR3</version>
+    <version>1.5.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>karaf</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
index aebea47f09c8417b0336e489bbaf73ef3e6121dd..ae0b5a1a671693ece94fdd0038b93d363f31d103 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>northbound</artifactId>
-  <version>0.7.3-Lithium-SR3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index 84c9884b025ceab6aae5a134f465722502558127..b6ab1e8a7ef7663b0af268c1b6d1ee314634300e 100644 (file)
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.3-Lithium-SR3</version>
+    <version>0.3.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt-it</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -58,7 +58,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-artifacts</artifactId>
-        <version>0.3.3-Lithium-SR3</version>
+        <version>0.3.4-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -83,7 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>features-ovsdb</artifactId>
-      <version>1.1.3-Lithium-SR3</version>
+      <version>1.1.4-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
index 8736e317189bc1bd00a21898eee3287742b61c30..5284b86c71e2aae3e490b35b5ce62e9d6487d142 100644 (file)
@@ -12,14 +12,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.3-Lithium-SR3</version>
+    <version>0.3.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt-providers</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -44,15 +44,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <properties>
-    <networkconfig.neutron.version>0.5.3-Lithium-SR3</networkconfig.neutron.version>
-    <openflowjava-nicira.version>0.1.3-Lithium-SR3</openflowjava-nicira.version>
-    <openflowplugin.version>0.1.3-Lithium-SR3</openflowplugin.version>
-    <ovsdb.utils.config.version>1.1.3-Lithium-SR3</ovsdb.utils.config.version>
-    <ovsdb.utils.mdsal.openflow.version>1.1.3-Lithium-SR3</ovsdb.utils.mdsal.openflow.version>
-    <ovsdb.utils.servicehelper.version>1.1.3-Lithium-SR3</ovsdb.utils.servicehelper.version>
+    <networkconfig.neutron.version>0.5.4-SNAPSHOT</networkconfig.neutron.version>
+    <openflowjava-nicira.version>0.1.4-SNAPSHOT</openflowjava-nicira.version>
+    <openflowplugin.version>0.1.4-SNAPSHOT</openflowplugin.version>
+    <ovsdb.utils.config.version>1.1.4-SNAPSHOT</ovsdb.utils.config.version>
+    <ovsdb.utils.mdsal.openflow.version>1.1.4-SNAPSHOT</ovsdb.utils.mdsal.openflow.version>
+    <ovsdb.utils.servicehelper.version>1.1.4-SNAPSHOT</ovsdb.utils.servicehelper.version>
     <powermock.version>1.5.2</powermock.version>
     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
-    <liblldp.version>0.9.3-Lithium-SR3</liblldp.version>
+    <liblldp.version>0.9.4-SNAPSHOT</liblldp.version>
     <root.directory>${env.PWD}</root.directory>
     <sonar.jacoco.itReportPath>${root.directory}/target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
index 20d888f8c4228696a6ff983a97b768b3a7556132..8aa4dc22bdbad9c1a92c3a6d50f2aceabe8ca26e 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.3-Lithium-SR3</version>
+    <version>0.3.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -45,9 +45,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <properties>
-    <networkconfig.neutron.version>0.5.3-Lithium-SR3</networkconfig.neutron.version>
-    <ovsdb.utils.config.version>1.1.3-Lithium-SR3</ovsdb.utils.config.version>
-    <ovsdb.utils.servicehelper.version>1.1.3-Lithium-SR3</ovsdb.utils.servicehelper.version>
+    <networkconfig.neutron.version>0.5.4-SNAPSHOT</networkconfig.neutron.version>
+    <ovsdb.utils.config.version>1.1.4-SNAPSHOT</ovsdb.utils.config.version>
+    <ovsdb.utils.servicehelper.version>1.1.4-SNAPSHOT</ovsdb.utils.servicehelper.version>
     <powermock.version>1.5.2</powermock.version>
     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
     <root.directory>${env.PWD}</root.directory>
@@ -102,7 +102,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>southbound-api</artifactId>
-      <version>1.1.3-Lithium-SR3</version>
+      <version>1.1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
index 569295ac3cfb5a92cfe7f5e885182fdc58fd9e7b..12cc0f5d494757854c12757754a03e9159368a16 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>openstack</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index e37f803f3df92ed10493b493d95b4076621cefb0..39a99bc1b5b02eddbb515749f26f1bf5086ebec3 100644 (file)
@@ -15,12 +15,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>ovssfc</artifactId>
-  <version>0.1.3-Lithium-SR3</version>
+  <version>0.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index 88ea146b20dd6e5a620b9b6093ac797f36fd3824..12ccfd34fa3edf74c542cfb381fd28f84946ef48 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>ovsdb-artifacts</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index dc0a366890969017005fb2c77f9bc257eff37e37..341990657f742d39e347d7bf6acb04f5e395dee6 100755 (executable)
@@ -6,12 +6,12 @@
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb-plugin-compatibility-layer</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index 37c7287de1aa401c65cbd79ff8ce8abc2685b06f..9b24bea69752b808f794979e51dc3adbc9d07d8d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.ovsdb</groupId>
         <artifactId>commons</artifactId>
-        <version>1.3.3-Lithium-SR3</version>
+        <version>1.3.4-SNAPSHOT</version>
         <relativePath>../../commons/parent</relativePath>
     </parent>
 
index 0879a380d51794d212357fe113b354ca6f885d95..5c45640b8872f4f1b41e3d6e88159fadb7998b52 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.ovsdb</groupId>
         <artifactId>commons</artifactId>
-        <version>1.3.3-Lithium-SR3</version>
+        <version>1.3.4-SNAPSHOT</version>
         <relativePath>../../commons/parent</relativePath>
     </parent>
 
index df4c8bd4ea9867221d9c123319c0082f75581a5a..e8eef98ebff46b56dacf061df1d6c9997e68ada8 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
index 6bd155800681f35db0cfb2fd17dcd97e170cbc73..cad25e85b0a03b48a01e2cc44ecb571bfe6a29af 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin-mdsal-adapter</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a07ec45acfb033916eabffcb97e9eb02033afab5..1a6dd86405aabe7028ed9fdea22825b1663b0e0c 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin-shell</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index 4b7a13f230d4a902aeb00068e119f30d1d92e20e..43e6b93320d1ea922cdb5e10d9c23ccdd6e8cfa2 100755 (executable)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
diff --git a/pom.xml b/pom.xml
index 6921e2a7b2e1f5502e038222793ea10a6e05acac..d1ad2965c653a7efdc30f56c8240cb435ec12dc5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index 2904f7ed33c179d6723e5ca888ece5a7d28cd7a6..eb1250668b24b9080373fc27287c237cfd2b3d1e 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.config</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index de4d0d6331e55731a8df8291e08769ad3d2f903f..36e4ee6b1dae4c0e5ee05d83d9a964a8bd9f1429 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.mdsal-node</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index 1bc99cca9ab9596173194e2ae9dcd5c499d5e299..df5b1b7b5f8c8c3697a798f1f2a741c84b07e2f6 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.mdsal-openflow</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
index a01a2775f4763f70a6e3d75400c7d807e9ca507b..04fc3e7ad4d7a5148fda161cbeeb7ce4e8ba761c 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils</artifactId>
-  <version>1.0.3-Lithium-SR3</version>
+  <version>1.0.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index 284f4d7715c27a4a5997b8806989dd1e6ee730e0..fda9e56fef33cd6855c7fc62e86c047b9c235346 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <artifactId>commons</artifactId>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <version>1.3.3-Lithium-SR3</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.servicehelper</artifactId>
-  <version>1.1.3-Lithium-SR3</version>
+  <version>1.1.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>