Freeze upstream versions 91/95691/1 master
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Apr 2021 12:29:00 +0000 (14:29 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Apr 2021 14:41:11 +0000 (16:41 +0200)
Upstreams have a proper release, which means SNAPSHOTs are no longer
refreshed. Migrate to released versions.

Change-Id: I9e37b7b554b68f923697540bd81eae9854769415
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
28 files changed:
aclservice/pom.xml
alarm/pom.xml
artifacts/pom.xml
bgpmanager/pom.xml
cache/pom.xml
cloud-servicechain/pom.xml
commons/binding-parent/pom.xml
commons/checkstyle/pom.xml
commons/pom.xml
dhcpservice/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/pom.xml
ipv6service/pom.xml
karaf/pom.xml
natservice/api/pom.xml
natservice/pom.xml
neutronvpn/pom.xml
policyservice/pom.xml
pom.xml
qosservice/pom.xml
statemanager/pom.xml
statistics/pom.xml
vpnmanager/pom.xml

index 5893c4bb20aa5fa102faf978f979768ccdfd07db..cf5f8116e9146062e447a0575ef99a46ca3e468d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 3fd550935f5654862ee261b66c75ddfc66bd94db..50a7e6eac93537a1521d3711ee406f0d34a93dbe 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 3a6b35a9287928a077696e7a1f039951088ebeeb..5822e45c1a629c390d2fe1cc024cbe2e694e8aed 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 2a555e686ceb6f2b86f0719319cce64b48fecbac..0741c0693bf6026f3a28427cccdeed6685c5f71d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 1a17df5d6c9e98ca44f5583d3262dc49107b7dad..ef6c12ac16a7f41e655e25c1bf554a7c2cc0b47d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 2753a5600fc57e911d714b65479e573f0746e276..1c14ce12d24ecab027a27be8c7555eb484039456 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 86264c620624fc1cb0715363d3bf35b7aec98630..ad4751fcca196e1c1dcff1bbd1d3ac56a79076b2 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
@@ -25,10 +25,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <genius.version>0.10.0-SNAPSHOT</genius.version>
     <model.bgp.version>2013.07.15.18.0-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.16.0-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.12.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.12.0-SNAPSHOT</ovsdb.version>
-    <serviceutils.version>0.7.0-SNAPSHOT</serviceutils.version>
+    <neutron.version>0.16.0</neutron.version>
+    <openflowplugin.version>0.12.0</openflowplugin.version>
+    <ovsdb.version>1.12.0</ovsdb.version>
+    <serviceutils.version>0.7.0</serviceutils.version>
   </properties>
 
   <dependencyManagement>
@@ -36,14 +36,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.9.5</version>
+        <version>1.9.6</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.6</version>
+        <version>3.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c96aab5894e928d25a1cbf79f46dc7403dec0daa..de720f4146bb795a9a8766e717efa1c33b03f99e 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index f9c5b1b3aa87d3c1e0313e14c3c6fe2b3c397dc4..5846dcf7df18595ed1ac73c303a303799b3136e8 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index befeb14f33464ca1e92e34a7700fb067bfb95fdb..f4c6eab0acb54aacaa49045c0a8ebe07e42f0de8 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 86b52e36546ec6079ba10a3c92f2b5f8f66a69bd..faa0c74135900c55348fae8b12c2b051705182fc 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 62956822d885bcea22aee9761217714440281938..b51b27e703b19a8e7f58bbee4f15ed191133b273 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 29fc39bb0eb6c55cd55d189612096bbdf76b2d8b..0ebf14c931b712358ba82b7b9725d9b3d2679b2f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.9.5</version>
+                <version>1.9.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.6</version>
+                <version>3.0.7</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.5</version>
+                <version>7.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-northbound-api</artifactId>
-            <version>0.16.0-SNAPSHOT</version>
+            <version>0.16.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-libraries</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nsf-model</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index b85283d0aa6d35717ae2f615b58c766fd1e82cc2..b1c583dfa62dd60973964ca88bc624634d682068 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.9.5</version>
+                <version>1.9.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.6</version>
+                <version>3.0.7</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-spi</artifactId>
-            <version>0.16.0-SNAPSHOT</version>
+            <version>0.16.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-utils</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.12.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index ce830d366272d110add530ed278179c67fde6d8a..f07e90fa839913452570fb2666f59d9605e29f17 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-service</artifactId>
-            <version>0.16.0-SNAPSHOT</version>
+            <version>0.16.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.13.0</version>
+            <version>1.13.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 6672a97e5a5c62efae293fcc0fd01c4e13df0c26..fa583a9a363ec4b136f1268b9c235d42aafa040a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 50a88299124222e572bc22e45e6744d3379b3a04..2f13bbd53bd7893a600d2539563748596de7426f 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index e2586693efe1acd27ae3af525426a719b7e56937..eef70cbce57af8f64176e2654c0780c9c53b1960 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 524697aa0eb28a4c2f33e20b5583b08833130367..d3f3eacfd5e644627af6485548c5e7d03147e503 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
              -->
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>odl-mdsal-trace</artifactId>
-            <version>7.0.5</version>
+            <version>7.0.6</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>odl-jolokia</artifactId>
-            <version>3.0.6</version>
+            <version>3.0.7</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.13.1</version>
+            <version>0.13.2</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.13.1</version>
+                                    <version>0.13.2</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/assembly/bin</outputDirectory>
index 1ad7111c49c9fc01a322012376f38a6020a9e11b..34d69d719dda9cef2560e989e461aff26ef77696 100644 (file)
@@ -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.10.0-SNAPSHOT</version>
+            <version>${genius.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index c22b2dadc8713c3a320dc83505ff5018eb765ec6..24b4ea5835018c14be5a9aa5bb878fd630a5b8f7 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index f84d45a4eb106e883b6d7dbccfae7044f892d0a3..f17368e7681b9b2f269187fbe417aa51869f7387 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 8ac32064e23583c098d68360f698085f315b3bae..7e4feca152946927c8d8464d6d0877bf0b2cb5e0 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 53b9f9bfee710f1ca7d375acf770b470c7a91619..ff2cf3597021cbddd9b132dee20c3b0cecc84bd3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index ef747246299b49ccb02e5480d726aa648a4843cc..f622d25918cae7012a22e76f728a9d2a207720c3 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 2510bb54ee6c3fa8189689f5c75e8ca28f0023ac..22dee297f603eea4b64466071c38916c5d709e53 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 27a558af3374103edc74f7298a7dd0767b9f79ca..9977617e70c8e2a52d8a312b04df5b481b7eb10b 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index eef38c52219b9b834c4a45d3c8e57866fd1597a7..4667b0133b44508de8e1a77961363c90dee169fa 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>