Release Aluminium release/aluminium-sr4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 3 Jun 2021 00:57:16 +0000 (00:57 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 3 Jun 2021 00:57:16 +0000 (00:57 +0000)
63 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
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-impl/pom.xml
features/odl-netvirt-openstack/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
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 7d2e637e7c1611cab7d313991d30fde6b7ba32c1..fb848796c816d7ba5f22e5226c02dcb7fdc18da2 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 084c58ed8ac9ad772d3ec76a1054e12c45b201e4..bc097b390851243160aa31a8c7f40f9bcaa20de3 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 1b7d43653a517a51bf58c117f24d2631b164930c..bdb7edaa151160a4d71782373864e7aae739e1ae 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 543ea0c44f586e5207dbb5fe3c582cfb07f67128..dc01f3f6b6cbb0c17dd5bbcc5422c19f96575279 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -44,7 +44,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.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
         </dependency>
     </dependencies>
 </project>
index d9de2c9c6a1b7a7e56dc54ade7e2d56999571f22..77eba3b05784bc231e48b353de72667cdd45dc34 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index d1c9f96c69a53fc430143e05b9ca666f4f7e53b9..54f4e2ea7be264ddb6bbd9e82939daae0d702b15 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 325ea094c6d5e9556bdce44b273ddb78d01d4ddb..a746a80d8d6972e79a490a0b9eae1da9fbba9ed7 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 34f539b22d45bb2c37c59c1def3bc632c8db616b..04cdd880cc9ff4dff3493024ae7e7f9831324808 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index a83614ce3a10654f3ced27c8c53f591b158e8caf..0f24541eed92c846f76858f33ff3d98fac1eef0c 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b603884cbec4e59c23068b3e89221f4b4880537c..84dce50163ae42b50ad1f665d4be312a59cfd6a8 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 177cbcceb85e41b06eb6972f1cf9bbf0917be311..894571a1f8fe060015b6ee8d43a11ab73cb74678 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 9b8d737a5a091963e56f61cfc2d3ce81892839dc..d737981f01d8c2aadd0fcdc66e2e819832efe150 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 0ff5678070de5c805cbde6863e0fd00df722d9a6..fa04d3fce909ed71c7106cc92f99e3fd43fe07f6 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b75d4d958466226342e6f214b676153569acacb7..61285fbd8d638ea1ab5dd7e1b21e3e39ff4fd120 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index ac7f3560a0d2725b3893f06f299c66eaa1e90284..3d088b3693fc6bb2377cf73792f28d94a65653ac 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 0c8d012a14c9f70644518a5bdbb423756c6dc078..1b395065bfd46d884290b1cd2f76bef5f0e55909 100644 (file)
@@ -19,16 +19,16 @@ 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.11.4-SNAPSHOT</version>
+  <version>0.11.4</version>
   <packaging>pom</packaging>
 
   <properties>
-    <genius.version>0.9.4-SNAPSHOT</genius.version>
-    <model.bgp.version>2013.07.15.17.4-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.15.4-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.11.4-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.11.4-SNAPSHOT</ovsdb.version>
-    <serviceutils.version>0.6.4-SNAPSHOT</serviceutils.version>
+    <genius.version>0.9.4</genius.version>
+    <model.bgp.version>2013.07.15.17.4</model.bgp.version>
+    <neutron.version>0.15.4</neutron.version>
+    <openflowplugin.version>0.11.4</openflowplugin.version>
+    <ovsdb.version>1.11.4</ovsdb.version>
+    <serviceutils.version>0.6.4</serviceutils.version>
   </properties>
 
   <dependencyManagement>
@@ -98,7 +98,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
               <groupId>org.opendaylight.netvirt</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.11.4-SNAPSHOT</version>
+              <version>0.11.4</version>
             </dependency>
           </dependencies>
           <executions>
index 3334088c86b12de153da7d3294dd3a36b37ce00c..c6e849265ed1309f5df47687988decad36466155 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
 </project>
index f6b8d9c3a49d11e6163c68dd9949e79cec9c6cc2..d4b25fb51eef6708ba818068c8107f949fedbfce 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 921964467bae40ae70cb512d41886ba8086f8898..b7964f7e19718cca76437bdab5c13ad35388341d 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 41c8911c4ee3d379aadb4c0f7ae28adb625e11b3..06ae71d25944dd6d24837e0e98293d203604a764 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 20541aa0c60e483b97fbf1fa289145599786b761..9c7c74ebbcd568ff601da0eba80758ae1a5fca9c 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 0952147d5add65ca478223860c6716693844688a..dbdd0b2d522a6bf023f4bd2af131eabeaf54e84c 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6e48647d7a68a9b635e72250fe58e3f79a1419fa..a187d464f6db0c38e8e9532c9c18bbf0dd10003b 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b38fa8e19573156573776f290b51bbea41866970..16b1b98d66ea259764313e27371aa8eb7b083c19 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 497a75989be74740ecd544bf4563b861523e341f..105e1e5af26856ce31956dac0245f115e40bdddf 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4fb4f1978465281dd5b335e7c2013d6fdd7567d1..9c76325ba0b35f719f8da3574086cc55dab2d209 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-features</artifactId>
-    <version>0.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3e496ad2f37432541a2dc3d0457baaa9ab64c111..0f0521e547e39e17d13a2f1d3b8f43e9429cf4de 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-api</artifactId>
-    <version>0.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>OpenDaylight :: NetVirt :: api</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -48,7 +48,7 @@
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.6.4-SNAPSHOT</version>
+                <version>0.6.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius-api</artifactId>
-            <version>0.9.4-SNAPSHOT</version>
+            <version>0.9.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-northbound-api</artifactId>
-            <version>0.15.4-SNAPSHOT</version>
+            <version>0.15.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-libraries</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nsf-model</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
-            <version>1.11.4-SNAPSHOT</version>
+            <version>1.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.11.4-SNAPSHOT</version>
+            <version>1.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index c4740b38c8c9cd219a485c8294deb01ca991cfba..428818a3a58a2d48bcaa8f5cbc51ca3eef5833d5 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-impl</artifactId>
-    <version>0.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>OpenDaylight :: NetVirt :: impl</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
-            <version>0.9.4-SNAPSHOT</version>
+            <version>0.9.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-spi</artifactId>
-            <version>0.15.4-SNAPSHOT</version>
+            <version>0.15.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
-            <version>0.11.4-SNAPSHOT</version>
+            <version>0.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.11.4-SNAPSHOT</version>
+            <version>1.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
-            <version>1.11.4-SNAPSHOT</version>
+            <version>1.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-utils</artifactId>
-            <version>1.11.4-SNAPSHOT</version>
+            <version>1.11.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 3ed5d57346a8c45d5376199ecf9eb96f24938442..3a629e4d673f41bbeacc837c43ab2b479f4c92f1 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-openstack</artifactId>
-    <version>0.11.4-SNAPSHOT</version>
+    <version>0.11.4</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.15.4-SNAPSHOT</version>
+            <version>0.15.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.12.4-SNAPSHOT</version>
+            <version>1.12.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index f21ab41c31f77b7dd51e7fd9dfe4b1161b8ac893..1ac05c944818d1aba816d3a0618aded7b1d8819d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>features</artifactId>
-    <version>0.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index a22a20db6dd24b87b0c87b3c5ab006cf3a02d6ab..4f8ccc5e9abc6727deaf5176a978a9cd4e285d3d 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 62743e32585171086cb5f6fb289d243cfa2d09e3..578e04b3e73acd18944a476c4d1abf6e591eb295 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 66b50aa5475abe95a4f69ad2f96b7cac345c075a..5824aa3a44b059ae35ffbbffde576b122aae5f5f 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 8c29a4b33ed3f698a1ca56a45eb7dcf40a789344..40b9f19d30d5756e694660501f231e8274a9e5dd 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 435dc25a1b2b0ae1bf64dd2a264c6fcd2f30b574..fc428458d4e99e78fa64fe1aa762af4d06175285 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 0a682920bdd3815b203222585154264c9fd06822..96d5f5375535c97cf4982ad077596dd9acb65925 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 7eb772834875013ae46a12d7678d810929086cfc..88f35af02ce5d27d0c3232a6014a7bfd13289e61 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index ba3538e52b167739e2646afcf8e5c70169feab83..f6f1aa3861ba96993500b363b132c8270b95248c 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index d6f3a1c21a8292fa88d3b8a71f967dc860f6da8c..c10ac5dd259d9683c1c3fef4db1802a673d2f65e 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
 
@@ -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.12.4-SNAPSHOT</version>
+            <version>0.12.4</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.12.4-SNAPSHOT</version>
+                                    <version>0.12.4</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/assembly/bin</outputDirectory>
index c72ad1f5d5f77decfd46a0ca5207bd4398d98751..92b6df11d060eec487a5bb92cea035b3bc5eefca 100644 (file)
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>model-bgp</artifactId>
-    <version>2013.07.15.17.4-SNAPSHOT</version>
+    <version>2013.07.15.17.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 30a4697c071d2d42bdc183bf5f560eda7670a002..adb1727ab584f016fb2957eaace75a6951eb4b22 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</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.9.4-SNAPSHOT</version>
+            <version>0.9.4</version>
         </dependency>
     </dependencies>
 </project>
index 22b8d5c9254b150b9ce6da7d41ae00bce0774adb..a382739afcfc50088e3acfd69a816595823f0614 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 27bd20cc4aa1a52247ecd46809e89039408c164e..a8562d6b3279389ab630ea6e44aaa35db6583a4d 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 073d025feefedbc14d2dae4521732063372b9dc4..4706b2dc3e933e538a8d546920387a3a3966a2cc 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 1fa3911577809e71cd872342b13da65e3e8c9759..e8ea6ccb754f83fe440d9433c99d6e0419ff34f0 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 0071e8ddb49dffab4bd8b38f977e6c066934d1d9..1b5330d862f2d09ddb546be7eaae7b33613434c9 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 5d610967446b54e9036be513c883fd8a427e38c3..842b7ac689edc2d3a798ba8785d4c1ab91e1db96 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 08c101ea98e9670d6b508c96577fc27bc9e32d0e..b263fa1350d7f463330f338812e9fbfd7059e65b 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 898272e520f103a4bcac4badb5ac8ad0a2ebfae0..bb12ad82fa22ec79a8b31a07ea7b0ec433fbc995 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index d6c39c8253362cbdf67efa3f2bda234dfa02126b..24faaad95e8ec0db2736e640592f3749e662c40d 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index bd4dd66bd1e3269caf122a2405dde29e9fc92ffc..df7b9517ad34c59801c92aefc23818ae18ce43a8 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>netvirt</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index e2cdbc28fe1c9282874a2c7bc19768bb964350bf..715efbde45583a320dfbda7bfa918e081ee444b5 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index c8018f8f19ef22f91292cc14855df6a188fe36df..bfe8511212c8452a1475267d043134a4f52256d7 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 9e41053e221c4c57b205633f8fd7876ef45ff680..7533f4c587fb6c947d90c745fef66a13531243a1 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4e4f65838e6b97c0d4aa5ed9b51c065444e1ba76..f9aa1cf309bb52535220c5ed6916dcb3a6e3f12b 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 55da656129ca4c67f2137aa83b929aa6d3775fe6..f5f062db09334a7b1c5b542778d608428117eed2 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4904a51d755b1323d369377ca58e7b0b81a73acb..19c3e9f2bb8d3ff25e8134da1d561f26a7dd7253 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 13d2419108ea89a5d4607c6b63da3f47c114f549..41a3f339d322357f8f96d3cc908e73f2cd427885 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index be3ee51f993b093ae7e3845c0ece02b828614550..160abfa2bcedcf3268411c9fb81b181606708dcf 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 2d9eca442dd05414e13078675b209f6354999d0c..ae324a6bb70253eebe74f7b069b53f021b619ef5 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index a4364e60c5df0be7edb64cff3d54a84516feba26..82c4ca3a1cf8af8c013f9e5e18a3f4af5b0ce95e 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 97efbb33a805b91f0f693f4b78735f50a667b8ec..a743f7afbf9ba62af58902e9aa4d4d927e773d0a 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.11.4-SNAPSHOT</version>
+    <version>0.11.4</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 7ccacc40057025bef3de1e0c06ee4a1ce107266f..ade2cad5682f232c59f74948ec30ab9040ec5431 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.11.4-SNAPSHOT</version>
+        <version>0.11.4</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>