Release Sodium release/sodium-sr1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 17 Oct 2019 00:40:34 +0000 (00:40 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 17 Oct 2019 00:40:34 +0000 (00:40 +0000)
73 files changed:
aclservice/api/pom.xml
aclservice/impl/pom.xml
aclservice/pom.xml
aclservice/shell/pom.xml
alarm/impl/pom.xml
alarm/pom.xml
artifacts/pom.xml
bgpmanager/api/pom.xml
bgpmanager/impl/pom.xml
bgpmanager/pom.xml
cache/impl/pom.xml
cache/pom.xml
cloud-servicechain/api/pom.xml
cloud-servicechain/impl/pom.xml
cloud-servicechain/pom.xml
coe/api/pom.xml
coe/impl/pom.xml
coe/pom.xml
commons/binding-parent/pom.xml
commons/checkstyle/pom.xml
commons/pom.xml
dhcpservice/api/pom.xml
dhcpservice/impl/pom.xml
dhcpservice/pom.xml
dhcpservice/shell/pom.xml
elanmanager/api/pom.xml
elanmanager/impl/pom.xml
elanmanager/pom.xml
features/netvirt-features/pom.xml
features/odl-netvirt-api/pom.xml
features/odl-netvirt-coe/pom.xml
features/odl-netvirt-impl/pom.xml
features/odl-netvirt-openstack/pom.xml
features/odl-netvirt-sfc/pom.xml
features/pom.xml
fibmanager/api/pom.xml
fibmanager/impl/pom.xml
fibmanager/pom.xml
fibmanager/shell/pom.xml
ipv6service/api/pom.xml
ipv6service/impl/pom.xml
ipv6service/pom.xml
ipv6service/shell/pom.xml
karaf/pom.xml
model-bgp/pom.xml
natservice/api/pom.xml
natservice/impl/pom.xml
natservice/pom.xml
neutronvpn/api/pom.xml
neutronvpn/impl/pom.xml
neutronvpn/pom.xml
neutronvpn/shell/pom.xml
policyservice/api/pom.xml
policyservice/impl/pom.xml
policyservice/pom.xml
pom.xml
qosservice/api/pom.xml
qosservice/impl/pom.xml
qosservice/pom.xml
sfc/classifier/api/pom.xml
sfc/classifier/impl/pom.xml
sfc/classifier/pom.xml
sfc/pom.xml
sfc/translator/pom.xml
statemanager/impl/pom.xml
statemanager/pom.xml
statistics/api/pom.xml
statistics/impl/pom.xml
statistics/pom.xml
vpnmanager/api/pom.xml
vpnmanager/impl/pom.xml
vpnmanager/pom.xml
vpnmanager/shell/pom.xml

index 7f0b6a438d703e453805ffcbe3527bf51787ea5e..56fae9a1e4786ddfe593a9eb21b2e961fd655dff 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 8adda809eff0dc7005957743509f92e640f665fc..80ecb5c61353be3880629c5532d0ad5de2697822 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6daeaeeabfeee5dc2028c540f93cf60433651111..5455c637d355c509fdb9c8e686d40c57f4617647 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>aclservice</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7d86ec8c4751bacebce3f941e2c29ee3e70ce3c0..1197ddd6533fc9244f2f1345846d5979ef27b554 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -45,7 +45,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netvirt</groupId>
             <artifactId>aclservice-impl</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
         </dependency>
     </dependencies>
 </project>
index 43dc6df7247ea06b1765c48dbd973965ca24068b..c61195e2205d7b83e2f41f21fd085392d1168326 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 82228baa8bd37fe2076626374055a43c6f7940c3..6cd1af9af32f4884da8fc09046a01054b138af72 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>alarm</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index a98502ea5800bbdf1abc3c739e5eb27ee2b3fe16..712902ab981b555fb8ced5260e756e6989a27de5 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-artifacts</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index f7c08ccd27a888ae76734f61af384e27a3c2f5be..0c3508668f0dcbfb14695c14963300db3d2db91d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 51572f94dd2096fee3f061e6098191e42d7aeb2d..9f2641554a077e49c9b6906ef9594892d3652650 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index ec31cb791714f3a6a9e662b338403f00d14218cf..d9c9ea3963ccab388e04d87b27136fba0e71b85b 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>bgpmanager</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index d24f5fce15c29904e90e8a3bb141df6fb483f14a..a480f233cd58a1e383d4a391cdce227405f28c65 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 56b87b425d7b0850f567e5b4c74efda3f1dcc283..e89990fbe15c49d077e7b78330f9a33438ae0c3e 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>cache</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 9f42c3e668eafaebb8960644b2b92ef89c3ee083..483445e83c3595190cb14c640ccd314205054999 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b2fd11a8602b44c002e8c58fcb99dafc45e36170..17faabc5c82a4ee0e168a5ef6903c4ff9bbadc86 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 15d2f84acc3bebedf01fc2137d2cad945f50e2d2..918d98ade59e0c8f743306864e6def40904b238e 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>cloud-servicechain</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3cbc3d5019e04e3f2ec9289ad51f89ef60a6187e..f028738c5faeba60946621321238c8e05e22346d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 1e1123b5af3cd480e9c6a22fb776789b27035e15..3564dc44c5d6735f0b752ed10fd04efd88289e57 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.coe</groupId>
             <artifactId>coe-northbound-api</artifactId>
-            <version>0.6.1-SNAPSHOT</version>
+            <version>0.6.1</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
index c8c7030a87ac059620981109f02edf72bfe1b239..c83a307ca77fc2c80075b011a0c609c3efd4e72b 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </parent>
 
     <groupId>org.opendaylight.netvirt</groupId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <artifactId>coe</artifactId>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
index f3811e53d80757bef578c08951e8d427b1fd6901..8d8a5858962851ce22ca2c1e6da4a9c1c41a4617 100644 (file)
@@ -19,18 +19,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>binding-parent</artifactId>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.1</version>
   <packaging>pom</packaging>
 
   <properties>
-    <controller.mdsal.version>1.10.1-SNAPSHOT</controller.mdsal.version>
-    <genius.version>0.7.1-SNAPSHOT</genius.version>
-    <infrautils.version>1.6.1-SNAPSHOT</infrautils.version>
-    <model.bgp.version>2013.07.15.15.1-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.13.1-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.9.1-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.9.1-SNAPSHOT</ovsdb.version>
-    <serviceutils.version>0.4.1-SNAPSHOT</serviceutils.version>
+    <controller.mdsal.version>1.10.1</controller.mdsal.version>
+    <genius.version>0.7.1</genius.version>
+    <infrautils.version>1.6.1</infrautils.version>
+    <model.bgp.version>2013.07.15.15.1</model.bgp.version>
+    <neutron.version>0.13.1</neutron.version>
+    <openflowplugin.version>0.9.1</openflowplugin.version>
+    <ovsdb.version>1.9.1</ovsdb.version>
+    <serviceutils.version>0.4.1</serviceutils.version>
   </properties>
 
   <dependencyManagement>
@@ -86,7 +86,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
               <groupId>org.opendaylight.netvirt</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.9.1-SNAPSHOT</version>
+              <version>0.9.1</version>
             </dependency>
           </dependencies>
           <executions>
index 761220e59f58f760f3058b05485540d0ceb1ec18..ca7cc3499fb304df068ecc991abf966916909380 100644 (file)
@@ -18,6 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>checkstyle</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
 </project>
index 9364ab79d7209b916de16a69e38c41a8545e9b2f..3bb8e112745c9970b0d3f5e8d651954a87b649a9 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>commons</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 45e9644f6a0e5cb4452499822a3aaa8043b42932..9cfd47efa1f80adc521f99faf0e57f50f4e2167e 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 83bd859239d48935a703254bc1911e1a28100fc9..91e2b351962f9794c4f26e242c8e6287fb0a352f 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 3034fe58083ab21164a2065cdf78573d9dedaf98..f546a6926f972fa2e18892eb8db179982d02d804 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>dhcpservice</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 25cc02d78db3be977211d46c3bf24d78219f8ac3..e2bbc16c246ea844f34a08ffac245b3df481af71 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 1a971f2919df283a13b4599d40a342a2db836bd6..848dc0c917ddcd2acc7a713399bba9cd4224a5b2 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index f18c82ea6209aad8f192c13164612cb0cee238a4..2a939e3276a705c548513709c347eb770b7b0a82 100644 (file)
@@ -11,7 +11,7 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index bbd93af7d2f3deeb5d82f406241cda71032a8efe..3038b94c99d70b1c2981584e251b9086aed634a4 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>elanmanager</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index c013f243aa3c192e0674505da3bdaa5b151aef90..22fa6fd88bce27d6e3baa2d3d0ca954ab4b08b58 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-features</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
index fe662e09e0184f8107640134cbddb630bc710bd3..446b127cbab64bb12bae8ddf1500777502c93eec 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-api</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>OpenDaylight :: NetVirt :: api</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.10.1-SNAPSHOT</version>
+                <version>1.10.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.4.1-SNAPSHOT</version>
+                <version>0.4.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius-api</artifactId>
-            <version>0.7.1-SNAPSHOT</version>
+            <version>0.7.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-jobcoordinator</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-northbound-api</artifactId>
-            <version>0.13.1-SNAPSHOT</version>
+            <version>0.13.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-libraries</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nsf-model</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
-            <version>1.9.1-SNAPSHOT</version>
+            <version>1.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.9.1-SNAPSHOT</version>
+            <version>1.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 66c27018eae20ee50259fe87f9cdb9450dfedcc4..a8311034695779f34f4483b6e0b28c4d5979c4f1 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-coe</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>OpenDaylight :: NetVirt :: Coe</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -26,7 +26,7 @@
         <dependency>
             <groupId>org.opendaylight.coe</groupId>
             <artifactId>odl-coe-api</artifactId>
-            <version>0.6.1-SNAPSHOT</version>
+            <version>0.6.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index e7183395ae4463cc77363c77b15371511ae96b54..48691d137f3e81506abd5f00b8476fa31174a469 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-impl</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>OpenDaylight :: NetVirt :: impl</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
-            <version>0.7.1-SNAPSHOT</version>
+            <version>0.7.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-inject</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-diagstatus</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-spi</artifactId>
-            <version>0.13.1-SNAPSHOT</version>
+            <version>0.13.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
+            <version>0.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.9.1-SNAPSHOT</version>
+            <version>1.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
-            <version>1.9.1-SNAPSHOT</version>
+            <version>1.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-utils</artifactId>
-            <version>1.9.1-SNAPSHOT</version>
+            <version>1.9.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-metrics</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 6e5876ba15694689abdb2f3b812bc7f4c76e7b13..3d520946cf41fd9e4710df292cb03a698c7830c5 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-openstack</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>OpenDaylight :: NetVirt :: OpenStack</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-service</artifactId>
-            <version>0.13.1-SNAPSHOT</version>
+            <version>0.13.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index bbe33a591b6ba22d42a3da31dd1f91c2a3607996..498685d9f97060394b0e65495ffc84f6260e6feb 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-sfc</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>OpenDaylight :: NetVirt :: SFC</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>org.opendaylight.sfc</groupId>
             <artifactId>odl-sfc-genius</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.sfc</groupId>
             <artifactId>odl-sfc-openflow-renderer</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 5e01ed3685cc5dabc7ed688772540b4b7438b7f2..215160b2f2fbac178f33a94a2720271d307b4c46 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>features</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7a96427de8486d33c144e11be0190b02377ac32b..e3f18cb1d91abb68a786cfc6274805c2fb344c3b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 235e2de9875aa5e497829d957cd98696d27e4062..6b2e23014758b88d7b377cf7bd3e210ef61f4e8b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index d14c9cb146b24f6118f56dba32ab34c46ad606a3..714852089cc4874a736c131b6e4aae2f672d9b70 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>fibmanager</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index eab31c1ffd08005695f417f0d4c868fb002d4cf2..9d5617f921dffacc418f736ee6ad900e80a49996 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 44230a7e06498a8c18416135f10e8c48cae05c54..f70ea0aba8a14748fb1953537c608436443449eb 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 51519bc656218f946cbb39be407998f5a7414ed6..cb5627fb353977c100da73a5fcd882731f9f7443 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 83d86995a3dcf4c160f4826ddccf8ad99ae227cf..1db0421cb1cd419da5738cd0e0d43f4c20b8a1d2 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>ipv6service</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 24f3725bf980d0c31206fa189cb5efd285454610..14275b77709ecbf600f7ab9b44587db555f842a7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.1</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 043774c97d4bc53be424b88051b580e5b2b83b19..225aa46311bb24f2a22fefa985c803e6cc2faaca 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
 
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
              -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal-trace</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures we have odl-jolokia in the distribution -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-extras</artifactId>
-            <version>1.13.1-SNAPSHOT</version>
+            <version>1.13.1</version>
             <type>xml</type>
             <classifier>features</classifier>
             <scope>runtime</scope>
@@ -79,7 +79,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures aaa-cli is available for the copy below -->
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-cli-jar</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.1</version>
             <!-- Use scope test (and not more!) just so we have the dependency for the maven-dependency-plugin below -->
             <scope>test</scope>
         </dependency>
@@ -102,7 +102,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                                 <artifactItem>
                                     <groupId>org.opendaylight.aaa</groupId>
                                     <artifactId>aaa-cli-jar</artifactId>
-                                    <version>0.10.1-SNAPSHOT</version>
+                                    <version>0.10.1</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/assembly/bin</outputDirectory>
index cf9d2757ba8a5396d4195c2260b18eeeb189c023..0850965cb8dabae1e796b0b5a059598719a336fa 100644 (file)
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>model-bgp</artifactId>
-    <version>2013.07.15.15.1-SNAPSHOT</version>
+    <version>2013.07.15.15.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 7897f181f30b7d431cc90f96d6e455832b252f2a..ebc023d19b723cc144ddac374f701f861f7f7396 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>mdsalutil-api</artifactId>
-            <version>0.7.1-SNAPSHOT</version>
+            <version>0.7.1</version>
         </dependency>
     </dependencies>
 </project>
index 37c91a7395346352f3846dd8715e17010f0d6621..c5b7a904b1fc02c20416db12fe4838e3f3f0dd3b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index ff221a2d73a678fdf4be9fe2d7be518e678f71e4..0ac31729e42b9b3d829e04834f232cec2a68e651 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>natservice</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index ef42e804f075f7474c9deface7b163a37543b560..fe5b2d94dd225dd80711ae3955fcaa70f02a43d9 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 5aafbe15c8f8a38c64b22704fb19408376191f8e..646cabe5453dfb8bfda5ab5e61cb3a78dac3fff7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 11daadd39e2bde348f831b548fcf4bdd4b5dba3e..924adbaa0a6a5e3ab580853bb687a47b0bd27c31 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>neutronvpn</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 34081a4930de3485673d692fae58c4de168e3250..8b27198bc7b7bd9e60a7cfe117b07c907e4a5f8f 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 194022b1cfb835fb94467855eb0931f8f4bbac3a..e3ac6bce2e004444bc4a9ad492d4cdf961c3a7e2 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 2ca67cb2e9c93df07d9eea947590a8db52cbd4c4..9d5542af3826a9f2b4a87df2cdf58ac07f67ebdb 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 34228dc4c12d8b324ff04449c33414d67dde4ab4..06481772934e45b03417a76bd37b01d9a7d63cae 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>policyservice</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 7be032f24f8681a9909184d93cc48f5937525ec9..6e8a1cf714d12103c991bf2cf5a05e003b48ced1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-aggregator</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>netvirt</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index c10116f4a1f64f1a64cfee1dc88330c6bc59f2a2..5873d3c983c05d6e8c6dec0cdbda6af713666f7d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 1139b7d4651914f69d320824a116cba2b2626313..95ea7db86756b5d6835c503f1bc91d065238d855 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 080c5920bee28a51b09ce7f16846df3c8d7313a1..40a722fe09c5f7e6badecb31b44db8c7fb87afaf 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>qosservice</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 6077220826dfed1aaa0d9e05cb424efb01a269c6..55595fec08f9b201de2be233a878afd36fe1e5c7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../../commons/binding-parent</relativePath>
     </parent>
 
index e8b5598e6e8bdf1175cbf3d65a484b8cbecb96ed..3ea31ad760baa0df153a3618c4042d3a171a9aab 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../../commons/binding-parent</relativePath>
     </parent>
 
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <properties>
-        <sfc.version>0.10.1-SNAPSHOT</sfc.version>
+        <sfc.version>0.10.1</sfc.version>
     </properties>
 
     <dependencies>
index 2b4620b350fa97a70051a4d8c69b951ec73b34ce..581a7f043537d76993d0412c980c0cf7b70a3b95 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>sfc.classifier</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 2d1789af2a6210273b49b9ed39a5c56da911d6f6..8993714a92906d26e70465e3f5407f33f10f5337 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>sfc</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index e7835eb7079c582075d20d18e126c7d586dc9b09..eededa31552bfafa8de4e83ad8bb76d7504dcc3e 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
@@ -22,7 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <packaging>bundle</packaging>
 
   <properties>
-    <sfc.version>0.10.1-SNAPSHOT</sfc.version>
+    <sfc.version>0.10.1</sfc.version>
   </properties>
 
   <dependencies>
index 9b1fede6bfeffdd3c0a66e93a1a8f2b871ca13b2..84ec549a44b029859537084b7a641da80e7f730a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 4f762cdd64192c27a6cb36f671e369724aeb958c..98f8f7773bd63770b69ca14336be4655d010b98b 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>statemanager</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index db717ad9d00d781381a02458d92dbc006b730a77..21ac19bd7df9a980d28e50b6ed7feeffbd9265ca 100644 (file)
@@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 7183265680ccc38cb201e07e2c3b8810d1141c0d..9cd77f9e009297c12b8d5b760749d75b1c180bb7 100644 (file)
@@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 246a547b3d047d37fc62361f56c63035bc637316..1c6da1f5d00fb6eb2b969fadb178bb38787b4409 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>statistics</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 416aca3c919ab5b73b29fb62b891f2e54c0e3bb9..ea06726f9892a8dd3219a58fd844e31722d15dea 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 220d492376c578b067ffef94808ecf147a6e25e9..db53ab569b18aa25493dcf821237902bde2c4877 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6b7ddd51f97fdc60083def38c74901aaaea4e5b2..e89f8b9deb958702fc423e81e9a16abeb39e3b67 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>vpnmanager</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4e6ce27f470e8562a89f791fd2316f0686253890..31e630cd528e648e3a3acdb46bf22ffc717f4e0c 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>