Applying the Lithium SR1 release patch release/lithium-sr1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 23 Aug 2015 01:11:27 +0000 (21:11 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 23 Aug 2015 01:11:27 +0000 (21:11 -0400)
Change-Id: I9e21fc05a39071025c3ee0f6e17fbbe0a98c9729
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
26 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
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 6d431872e4e1c14fde12ea0372bb6b73cf27a735..f1d0693fe66804ca3c01cd8ae548f9fd9aed9fa7 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>commons.integrationtest</artifactId>
   <name>${project.artifactId}.parent</name>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.3.1-Lithium-SR1</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.1-SNAPSHOT</arphandler.version>
-    <bundlescanner.implementation.version>0.5.1-SNAPSHOT</bundlescanner.implementation.version>
-    <bundlescanner.version>0.5.1-SNAPSHOT</bundlescanner.version>
-    <clustering.services_implementation.version>0.5.1-SNAPSHOT</clustering.services_implementation.version>
-    <commons.httpclient.version>0.2.1-SNAPSHOT</commons.httpclient.version>
-    <configuration.implementation.version>0.5.1-SNAPSHOT</configuration.implementation.version>
-    <configuration.version>0.5.1-SNAPSHOT</configuration.version>
-    <connectionmanager.version>0.2.1-SNAPSHOT</connectionmanager.version>
-    <containermanager.it.version>0.6.1-SNAPSHOT</containermanager.it.version>
-    <flowprogrammer.northbound.version>0.5.1-SNAPSHOT</flowprogrammer.northbound.version>
-    <forwarding.staticrouting>0.6.1-SNAPSHOT</forwarding.staticrouting>
-    <forwarding.staticrouting.northbound.version>0.5.1-SNAPSHOT</forwarding.staticrouting.northbound.version>
-    <forwardingrulesmanager.implementation.version>0.5.1-SNAPSHOT</forwardingrulesmanager.implementation.version>
-    <hosttracker.api.version>0.6.1-SNAPSHOT</hosttracker.api.version>
-    <hosttracker.implementation.version>0.6.1-SNAPSHOT</hosttracker.implementation.version>
-    <hosttracker.northbound.version>0.5.1-SNAPSHOT</hosttracker.northbound.version>
-    <logging.bridge.version>0.5.1-SNAPSHOT</logging.bridge.version>
-    <protocol_plugins.stub.version>0.5.1-SNAPSHOT</protocol_plugins.stub.version>
-    <routing.dijkstra_implementation.version>0.5.1-SNAPSHOT</routing.dijkstra_implementation.version>
-    <sal.implementation.version>0.5.1-SNAPSHOT</sal.implementation.version>
-    <security.version>0.5.1-SNAPSHOT</security.version>
-    <statistics.northbound.version>0.5.1-SNAPSHOT</statistics.northbound.version>
-    <statisticsmanager.implementation.version>0.5.1-SNAPSHOT</statisticsmanager.implementation.version>
-    <statisticsmanager.version>0.6.1-SNAPSHOT</statisticsmanager.version>
-    <subnets.northbound.version>0.5.1-SNAPSHOT</subnets.northbound.version>
-    <switchmanager.implementation.version>0.5.1-SNAPSHOT</switchmanager.implementation.version>
-    <switchmanager.northbound.version>0.5.1-SNAPSHOT</switchmanager.northbound.version>
-    <topology.northbound.version>0.5.1-SNAPSHOT</topology.northbound.version>
-    <topology.web.version>0.5.1-SNAPSHOT</topology.web.version>
-    <topologymanager.version>0.5.1-SNAPSHOT</topologymanager.version>
-    <usermanager.implementation.version>0.5.1-SNAPSHOT</usermanager.implementation.version>
-    <usermanager.northbound.version>0.1.1-SNAPSHOT</usermanager.northbound.version>
-    <usermanager.version>0.5.1-SNAPSHOT</usermanager.version>
+    <arphandler.version>0.6.1-Lithium-SR1</arphandler.version>
+    <bundlescanner.implementation.version>0.5.1-Lithium-SR1</bundlescanner.implementation.version>
+    <bundlescanner.version>0.5.1-Lithium-SR1</bundlescanner.version>
+    <clustering.services_implementation.version>0.5.1-Lithium-SR1</clustering.services_implementation.version>
+    <commons.httpclient.version>0.2.1-Lithium-SR1</commons.httpclient.version>
+    <configuration.implementation.version>0.5.1-Lithium-SR1</configuration.implementation.version>
+    <configuration.version>0.5.1-Lithium-SR1</configuration.version>
+    <connectionmanager.version>0.2.1-Lithium-SR1</connectionmanager.version>
+    <containermanager.it.version>0.6.1-Lithium-SR1</containermanager.it.version>
+    <flowprogrammer.northbound.version>0.5.1-Lithium-SR1</flowprogrammer.northbound.version>
+    <forwarding.staticrouting>0.6.1-Lithium-SR1</forwarding.staticrouting>
+    <forwarding.staticrouting.northbound.version>0.5.1-Lithium-SR1</forwarding.staticrouting.northbound.version>
+    <forwardingrulesmanager.implementation.version>0.5.1-Lithium-SR1</forwardingrulesmanager.implementation.version>
+    <hosttracker.api.version>0.6.1-Lithium-SR1</hosttracker.api.version>
+    <hosttracker.implementation.version>0.6.1-Lithium-SR1</hosttracker.implementation.version>
+    <hosttracker.northbound.version>0.5.1-Lithium-SR1</hosttracker.northbound.version>
+    <logging.bridge.version>0.5.1-Lithium-SR1</logging.bridge.version>
+    <protocol_plugins.stub.version>0.5.1-Lithium-SR1</protocol_plugins.stub.version>
+    <routing.dijkstra_implementation.version>0.5.1-Lithium-SR1</routing.dijkstra_implementation.version>
+    <sal.implementation.version>0.5.1-Lithium-SR1</sal.implementation.version>
+    <security.version>0.5.1-Lithium-SR1</security.version>
+    <statistics.northbound.version>0.5.1-Lithium-SR1</statistics.northbound.version>
+    <statisticsmanager.implementation.version>0.5.1-Lithium-SR1</statisticsmanager.implementation.version>
+    <statisticsmanager.version>0.6.1-Lithium-SR1</statisticsmanager.version>
+    <subnets.northbound.version>0.5.1-Lithium-SR1</subnets.northbound.version>
+    <switchmanager.implementation.version>0.5.1-Lithium-SR1</switchmanager.implementation.version>
+    <switchmanager.northbound.version>0.5.1-Lithium-SR1</switchmanager.northbound.version>
+    <topology.northbound.version>0.5.1-Lithium-SR1</topology.northbound.version>
+    <topology.web.version>0.5.1-Lithium-SR1</topology.web.version>
+    <topologymanager.version>0.5.1-Lithium-SR1</topologymanager.version>
+    <usermanager.implementation.version>0.5.1-Lithium-SR1</usermanager.implementation.version>
+    <usermanager.northbound.version>0.1.1-Lithium-SR1</usermanager.northbound.version>
+    <usermanager.version>0.5.1-Lithium-SR1</usermanager.version>
     <!-- 3rd Party Dependencies -->
     <yaml.version>1.10</yaml.version>
   </properties>
index 6ae99e6ac2fdc2ae0ee5b01b7cdd8685aaaa3107..0b949a139e8eb48fe4628b40ee96f3c9ea68b124 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.1-SNAPSHOT</version>
+    <version>1.5.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>commons</artifactId>
   <name>${project.artifactId}.parent</name>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.3.1-Lithium-SR1</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.1-SNAPSHOT</openstack.netvirt.version>
-    <openstack.netvirt.providers.version>1.1.1-SNAPSHOT</openstack.netvirt.providers.version>
-    <ovsdb.features.version>1.1.1-SNAPSHOT</ovsdb.features.version>
-    <ovsdb.library.version>1.1.1-SNAPSHOT</ovsdb.library.version>
-    <ovsdb.northbound.version>0.7.1-SNAPSHOT</ovsdb.northbound.version>
-    <ovsdb.plugin.version>1.1.1-SNAPSHOT</ovsdb.plugin.version>
-    <ovsdb.plugin.compatibility.layer.version>1.1.1-SNAPSHOT</ovsdb.plugin.compatibility.layer.version>
-    <ovsdb.ovssfc.version>0.1.1-SNAPSHOT</ovsdb.ovssfc.version>
-    <ovsdb.utils.config.version>1.1.1-SNAPSHOT</ovsdb.utils.config.version>
-    <ovsdb.utils.mdsal.node.version>1.1.1-SNAPSHOT</ovsdb.utils.mdsal.node.version>
-    <ovsdb.utils.mdsal.openflow.version>1.1.1-SNAPSHOT</ovsdb.utils.mdsal.openflow.version>
-    <ovsdb.utils.servicehelper.version>1.1.1-SNAPSHOT</ovsdb.utils.servicehelper.version>
-    <plugin.shell.version>1.1.1-SNAPSHOT</plugin.shell.version>
-    <schema.hardwarevtep.version>1.1.1-SNAPSHOT</schema.hardwarevtep.version>
-    <schema.openvswitch.version>1.1.1-SNAPSHOT</schema.openvswitch.version>
+    <openstack.netvirt.version>1.1.1-Lithium-SR1</openstack.netvirt.version>
+    <openstack.netvirt.providers.version>1.1.1-Lithium-SR1</openstack.netvirt.providers.version>
+    <ovsdb.features.version>1.1.1-Lithium-SR1</ovsdb.features.version>
+    <ovsdb.library.version>1.1.1-Lithium-SR1</ovsdb.library.version>
+    <ovsdb.northbound.version>0.7.1-Lithium-SR1</ovsdb.northbound.version>
+    <ovsdb.plugin.version>1.1.1-Lithium-SR1</ovsdb.plugin.version>
+    <ovsdb.plugin.compatibility.layer.version>1.1.1-Lithium-SR1</ovsdb.plugin.compatibility.layer.version>
+    <ovsdb.ovssfc.version>0.1.1-Lithium-SR1</ovsdb.ovssfc.version>
+    <ovsdb.utils.config.version>1.1.1-Lithium-SR1</ovsdb.utils.config.version>
+    <ovsdb.utils.mdsal.node.version>1.1.1-Lithium-SR1</ovsdb.utils.mdsal.node.version>
+    <ovsdb.utils.mdsal.openflow.version>1.1.1-Lithium-SR1</ovsdb.utils.mdsal.openflow.version>
+    <ovsdb.utils.servicehelper.version>1.1.1-Lithium-SR1</ovsdb.utils.servicehelper.version>
+    <plugin.shell.version>1.1.1-Lithium-SR1</plugin.shell.version>
+    <schema.hardwarevtep.version>1.1.1-Lithium-SR1</schema.hardwarevtep.version>
+    <schema.openvswitch.version>1.1.1-Lithium-SR1</schema.openvswitch.version>
     <!-- Skip Coverage and IT by default -->
     <skip.coverage>true</skip.coverage>
     <skip.distribution>false</skip.distribution>
@@ -80,23 +80,23 @@ 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.1-SNAPSHOT</clustering.services.version>
-    <containermanager.version>0.6.1-SNAPSHOT</containermanager.version>
-    <controller.config.version>0.3.1-SNAPSHOT</controller.config.version>
-    <forwardingrulesmanager.version>0.7.1-SNAPSHOT</forwardingrulesmanager.version>
-    <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
-    <networkconfig.neutron.version>0.5.1-SNAPSHOT</networkconfig.neutron.version>
-    <northbound.commons.version>0.5.1-SNAPSHOT</northbound.commons.version>
-    <nsf.version>0.5.1-SNAPSHOT</nsf.version>
-    <odl.karaf.base.version>1.5.1-SNAPSHOT</odl.karaf.base.version>
-    <odlparent.version>1.5.1-SNAPSHOT</odlparent.version>
-    <openflowjava-nicira.version>0.1.1-SNAPSHOT</openflowjava-nicira.version>
-    <openflowjava-extension.version>0.1.1-SNAPSHOT</openflowjava-extension.version>
-    <openflowjava.version>0.6.1-SNAPSHOT</openflowjava.version>
-    <openflowplugin.version>0.1.1-SNAPSHOT</openflowplugin.version>
-    <sal.version>0.9.1-SNAPSHOT</sal.version>
-    <switchmanager.api.version>0.8.1-SNAPSHOT</switchmanager.api.version>
-    <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
+    <clustering.services.version>0.6.1-Lithium-SR1</clustering.services.version>
+    <containermanager.version>0.6.1-Lithium-SR1</containermanager.version>
+    <controller.config.version>0.3.1-Lithium-SR1</controller.config.version>
+    <forwardingrulesmanager.version>0.7.1-Lithium-SR1</forwardingrulesmanager.version>
+    <mdsal.version>1.2.1-Lithium-SR1</mdsal.version>
+    <networkconfig.neutron.version>0.5.1-Lithium-SR1</networkconfig.neutron.version>
+    <northbound.commons.version>0.5.1-Lithium-SR1</northbound.commons.version>
+    <nsf.version>0.5.1-Lithium-SR1</nsf.version>
+    <odl.karaf.base.version>1.5.1-Lithium-SR1</odl.karaf.base.version>
+    <odlparent.version>1.5.1-Lithium-SR1</odlparent.version>
+    <openflowjava-nicira.version>0.1.1-Lithium-SR1</openflowjava-nicira.version>
+    <openflowjava-extension.version>0.1.1-Lithium-SR1</openflowjava-extension.version>
+    <openflowjava.version>0.6.1-Lithium-SR1</openflowjava.version>
+    <openflowplugin.version>0.1.1-Lithium-SR1</openflowplugin.version>
+    <sal.version>0.9.1-Lithium-SR1</sal.version>
+    <switchmanager.api.version>0.8.1-Lithium-SR1</switchmanager.api.version>
+    <yangtools.version>0.7.1-Lithium-SR1</yangtools.version>
     <!-- 3rd Pary Dependency Versions -->
     <commons.collection.version>1.0</commons.collection.version>
     <httpcomponents.version>4.2.1</httpcomponents.version>
@@ -159,7 +159,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.1-SNAPSHOT</version>
+        <version>1.5.1-Lithium-SR1</version>
         <type>zip</type>
       </dependency>
       <dependency>
index 5c6521107edf92bff62ecafbacfdd25b1e832df9..7113ba8715dfd628ed6479f63f8553e4bf71a68a 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>parents</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 288d54fb93b94125628e0d2eb109e9fe1bfd47e8..8dda4a14b361a3f481d4ec33d955157ba194a39f 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../../commons/parent</relativePath>
   </parent>
 
   <artifactId>features-ovs-sfc</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.1-Lithium-SR1</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.1-SNAPSHOT</karaf.distro.version>
+            <karaf.distro.version>1.5.1-Lithium-SR1</karaf.distro.version>
           </systemPropertyVariables>
           <dependenciesToScan>
            <dependency>org.opendaylight.odlparent:features-test</dependency>
index ee31f12e65d24789173dd447afa86f27346a74c3..30d10e2de63263566c30131b86784c5aabf55afa 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.1-SNAPSHOT</version>
+    <version>1.5.1-Lithium-SR1</version>
     <relativePath></relativePath>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>features-ovsdb</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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,34 +46,34 @@ 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.1-SNAPSHOT</appauth.version>
-    <bundlescanner.api.version>0.5.1-SNAPSHOT</bundlescanner.api.version>
-    <clustering.services.version>0.6.1-SNAPSHOT</clustering.services.version>
-    <configuration.implementation.version>0.5.1-SNAPSHOT</configuration.implementation.version>
-    <configuration.version>0.5.1-SNAPSHOT</configuration.version>
-    <containermanager.version>0.6.1-SNAPSHOT</containermanager.version>
-    <northbound.commons.version>0.5.1-SNAPSHOT</northbound.commons.version>
-    <switchmanager.api.version>0.8.1-SNAPSHOT</switchmanager.api.version>
-    <topologymanager.version>0.5.1-SNAPSHOT</topologymanager.version>
-    <usermanager.version>0.5.1-SNAPSHOT</usermanager.version>
+    <appauth.version>0.5.1-Lithium-SR1</appauth.version>
+    <bundlescanner.api.version>0.5.1-Lithium-SR1</bundlescanner.api.version>
+    <clustering.services.version>0.6.1-Lithium-SR1</clustering.services.version>
+    <configuration.implementation.version>0.5.1-Lithium-SR1</configuration.implementation.version>
+    <configuration.version>0.5.1-Lithium-SR1</configuration.version>
+    <containermanager.version>0.6.1-Lithium-SR1</containermanager.version>
+    <northbound.commons.version>0.5.1-Lithium-SR1</northbound.commons.version>
+    <switchmanager.api.version>0.8.1-Lithium-SR1</switchmanager.api.version>
+    <topologymanager.version>0.5.1-Lithium-SR1</topologymanager.version>
+    <usermanager.version>0.5.1-Lithium-SR1</usermanager.version>
     all this added to work around sun.reflect bug -->
-    <odl.karaf.base.version>1.5.1-SNAPSHOT</odl.karaf.base.version>
-    <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
-    <networkconfig.neutron.version>0.5.1-SNAPSHOT</networkconfig.neutron.version>
-    <nsf.version>0.5.1-SNAPSHOT</nsf.version>
-    <ovsdb.library.version>1.1.1-SNAPSHOT</ovsdb.library.version>
-    <ovsdb.northbound.version>0.7.1-SNAPSHOT</ovsdb.northbound.version>
-    <openstack.netvirt.version>1.1.1-SNAPSHOT</openstack.netvirt.version>
-    <openstack.netvirt.providers.version>1.1.1-SNAPSHOT</openstack.netvirt.providers.version>
-    <ovsdb.plugin.version>1.1.1-SNAPSHOT</ovsdb.plugin.version>
-    <ovsdb.plugin.compatibility.layer.version>1.1.1-SNAPSHOT</ovsdb.plugin.compatibility.layer.version>
-    <ovsdb.utils.servicehelper.version>1.1.1-SNAPSHOT</ovsdb.utils.servicehelper.version>
-    <plugin.shell.version>1.1.1-SNAPSHOT</plugin.shell.version>
-    <schema.hardwarevtep.version>1.1.1-SNAPSHOT</schema.hardwarevtep.version>
-    <schema.openvswitch.version>1.1.1-SNAPSHOT</schema.openvswitch.version>
-    <openflowplugin.version>0.1.1-SNAPSHOT</openflowplugin.version>
-    <sal.version>0.9.1-SNAPSHOT</sal.version>
-    <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
+    <odl.karaf.base.version>1.5.1-Lithium-SR1</odl.karaf.base.version>
+    <mdsal.version>1.2.1-Lithium-SR1</mdsal.version>
+    <networkconfig.neutron.version>0.5.1-Lithium-SR1</networkconfig.neutron.version>
+    <nsf.version>0.5.1-Lithium-SR1</nsf.version>
+    <ovsdb.library.version>1.1.1-Lithium-SR1</ovsdb.library.version>
+    <ovsdb.northbound.version>0.7.1-Lithium-SR1</ovsdb.northbound.version>
+    <openstack.netvirt.version>1.1.1-Lithium-SR1</openstack.netvirt.version>
+    <openstack.netvirt.providers.version>1.1.1-Lithium-SR1</openstack.netvirt.providers.version>
+    <ovsdb.plugin.version>1.1.1-Lithium-SR1</ovsdb.plugin.version>
+    <ovsdb.plugin.compatibility.layer.version>1.1.1-Lithium-SR1</ovsdb.plugin.compatibility.layer.version>
+    <ovsdb.utils.servicehelper.version>1.1.1-Lithium-SR1</ovsdb.utils.servicehelper.version>
+    <plugin.shell.version>1.1.1-Lithium-SR1</plugin.shell.version>
+    <schema.hardwarevtep.version>1.1.1-Lithium-SR1</schema.hardwarevtep.version>
+    <schema.openvswitch.version>1.1.1-Lithium-SR1</schema.openvswitch.version>
+    <openflowplugin.version>0.1.1-Lithium-SR1</openflowplugin.version>
+    <sal.version>0.9.1-Lithium-SR1</sal.version>
+    <yangtools.version>0.7.1-Lithium-SR1</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 3af4c5b4b2b14e312f348bcad28cd9035315c8fe..6b091b77e0ca80dc7c084ab01ff7959196f7845a 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.1-SNAPSHOT/xml/features</repository>
+  <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.1.1-Lithium-SR1/xml/features</repository>
   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
 
   <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all"
@@ -82,7 +82,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.1-SNAPSHOT">odl-ovsdb-southbound-impl-ui</feature>
+    <feature version="1.1.1-Lithium-SR1">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 23a1aa021f9a250544a9644eb33047728b7adc40..4d328a3ee277e7cd7b6afb7d025f94c12787ff10 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>features</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 25162c10d809eefe1378f1ec88d040230cca9fe9..aa674a3f8f69d82065c5e7a8916733a99b310ad1 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/integrationtest</relativePath>
   </parent>
 
   <artifactId>integrationtest</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.3.1-Lithium-SR1</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 1b9779cf965570f84a010e391a5e218e83856ba3..b1f805c2b1447c7e282a51674dbf746422ac04d8 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.1-SNAPSHOT</version>
+    <version>1.5.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>karaf</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
index 331fa0c28e0c723f915c780dd09f92d708a8f925..2c2ed0fcbf22ccd577086d52acc4120f32c006eb 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>northbound</artifactId>
-  <version>0.7.1-SNAPSHOT</version>
+  <version>0.7.1-Lithium-SR1</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 1779099800f42c033160c5df348564eda78178e6..b57492fd2c602e166092f6ba54686b94ef219521 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.1-SNAPSHOT</version>
+    <version>0.3.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt-it</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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.1-SNAPSHOT</version>
+        <version>0.3.1-Lithium-SR1</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.1-SNAPSHOT</version>
+      <version>1.1.1-Lithium-SR1</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
index 3da7c81d989114aefbe4ddfdc17360989af2224f..f4b0f577f0ed6283061c14a6963c297d08a5ef6b 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.1-SNAPSHOT</version>
+    <version>0.3.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt-providers</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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.1-SNAPSHOT</networkconfig.neutron.version>
-    <openflowjava-nicira.version>0.1.1-SNAPSHOT</openflowjava-nicira.version>
-    <openflowplugin.version>0.1.1-SNAPSHOT</openflowplugin.version>
-    <ovsdb.utils.config.version>1.1.1-SNAPSHOT</ovsdb.utils.config.version>
-    <ovsdb.utils.mdsal.openflow.version>1.1.1-SNAPSHOT</ovsdb.utils.mdsal.openflow.version>
-    <ovsdb.utils.servicehelper.version>1.1.1-SNAPSHOT</ovsdb.utils.servicehelper.version>
+    <networkconfig.neutron.version>0.5.1-Lithium-SR1</networkconfig.neutron.version>
+    <openflowjava-nicira.version>0.1.1-Lithium-SR1</openflowjava-nicira.version>
+    <openflowplugin.version>0.1.1-Lithium-SR1</openflowplugin.version>
+    <ovsdb.utils.config.version>1.1.1-Lithium-SR1</ovsdb.utils.config.version>
+    <ovsdb.utils.mdsal.openflow.version>1.1.1-Lithium-SR1</ovsdb.utils.mdsal.openflow.version>
+    <ovsdb.utils.servicehelper.version>1.1.1-Lithium-SR1</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.1-SNAPSHOT</liblldp.version>
+    <liblldp.version>0.9.1-Lithium-SR1</liblldp.version>
     <root.directory>${env.PWD}</root.directory>
     <sonar.jacoco.itReportPath>${root.directory}/target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
index ca793e355e98bcd21e00a5df3dc5163a43df55ac..a8bce79268d7907739d4bab14d0f3454b04ec21e 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.1-SNAPSHOT</version>
+    <version>0.3.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>openstack.net-virt</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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.1-SNAPSHOT</networkconfig.neutron.version>
-    <ovsdb.utils.config.version>1.1.1-SNAPSHOT</ovsdb.utils.config.version>
-    <ovsdb.utils.servicehelper.version>1.1.1-SNAPSHOT</ovsdb.utils.servicehelper.version>
+    <networkconfig.neutron.version>0.5.1-Lithium-SR1</networkconfig.neutron.version>
+    <ovsdb.utils.config.version>1.1.1-Lithium-SR1</ovsdb.utils.config.version>
+    <ovsdb.utils.servicehelper.version>1.1.1-Lithium-SR1</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.1-SNAPSHOT</version>
+      <version>1.1.1-Lithium-SR1</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
index 8eae06f0139ebfa0c8d16cb87a59b7effd2bd44a..bdf4a19e9d42b1ae30e97b535b5cf10e15bd967e 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>openstack</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 8126fa04df0b02ed1c876a4e64989af24a7132e4..0e57f5d74ea481cc2963951c8f5541b38949c54f 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>ovssfc</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.1-Lithium-SR1</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 431eb9d413353d6b5d796ac189a60fac9f2726a7..8904a0628d05d96f756dbf84d65c5ce46cc05916 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.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 ac87709305f41949f1ce90abe27e1b22bb7af633..07ac0fe3a2fc75d5f7f236d0b61c5046485e1de1 100755 (executable)
@@ -6,12 +6,12 @@
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb-plugin-compatibility-layer</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 26fed7f7ded8d07cca074734450bde3bb98aa48b..9eddfffdbf079bf666129ac50a301d040db77f54 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin-mdsal-adapter</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 01c56f27da938d2ec166a8078d58067238d94b1f..7353d0bcab9c16fd84c18a73e67939c793800b84 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin-shell</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 1ac26e29ed89aed186cfb4fc6a35a086c0dcdf73..f1ef1478a3bb993cec415b6ab088a6bcaf027d01 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
 
   <artifactId>plugin</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 a0216543a3b53a0ab51edda72c7256618583515f..079ff49c0a4f528a622cae5957a51aa9c2b97b1c 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 08926f13c36518cc171205d1356a93c7dd403335..908c6b1941f6f1f69005c9a32c40f3455d233998 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.config</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 306a30bfe655811f2225e6eecc83afb96c5c3095..534b122b44f4d70f3aed9a49df3321b464d5d6f0 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.mdsal-node</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 fc3a59827dcfa5f84c1800f47369cda1bd135933..777f4bc7d8205e6dd002b9fde19722a848d2a305 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.mdsal-openflow</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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 675b9ae40cdfdd666572ab4b3df108d4f0ade082..0f49f458ed2d33d76e74ffe5e501c2f771140810 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1-Lithium-SR1</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 b912b9264b2a904a55ed9c66d8da83a11d78be5b..74843193eb5240ea1f7a368d0a1cde4932ae8035 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.1-SNAPSHOT</version>
+    <version>1.3.1-Lithium-SR1</version>
     <relativePath>../../commons/parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>utils.servicehelper</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.1-Lithium-SR1</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>