Release transportpce 2.2.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 25 Jan 2021 12:45:18 +0000 (12:45 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 25 Jan 2021 12:45:18 +0000 (12:45 +0000)
24 files changed:
api/pom.xml
common/pom.xml
deploy-site.xml
features/odl-transportpce-inventory/pom.xml
features/odl-transportpce-tapi/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
inventory/pom.xml
karaf/pom.xml
lighty/pom.xml
networkmodel/pom.xml
olm/pom.xml
ordmodels/common/pom.xml
ordmodels/device/pom.xml
ordmodels/network/pom.xml
ordmodels/pom.xml
ordmodels/service/pom.xml
pce/pom.xml
pom.xml
renderer/pom.xml
servicehandler/pom.xml
tapi/pom.xml
tapimodels/pom.xml
test-common/pom.xml

index 2da12e3eebf4fd18658b623da9f490a65ff4986f..86d93f64015725c82f61ab4de7908413f1bc26d0 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-api</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 8b578c5701c881f1fa2fba3114051068328b3a67..6ef683e0064b248c97323c7595a93c5374ce7c5e 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-common</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
@@ -24,7 +24,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.9.2-SNAPSHOT</version>
+                <version>1.9.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7c43fe799365da724a3fd982990faa6a594bea73..7530d91a1e0c60c1afc61f64d517a36aa31a3d8a 100644 (file)
@@ -12,7 +12,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>deploy-site</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.3.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 9d54e3b8e7db0f146fd0c9fbaa33f3605ced2df3..ee8f17c3e1b2be8aa56dca8b605eb5d5e866a70b 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-inventory</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: Inventory</name>
index 1b0fba87023a3d5bb3e45798a63ba776024b4bfe..01ed3e6b8be737cffc0c77141e05eed072862296 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-tapi</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce :: tapi</name>
index 2e3d8f2d8224b07635876434b3737fed1c481bf2..317d8991480646bb0f239838dde5978913e286ea 100644 (file)
@@ -18,13 +18,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce</name>
 
   <properties>
-    <netconf.version>1.9.2-SNAPSHOT</netconf.version>
+    <netconf.version>1.9.2</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index ac0b4b85a08d7f7ed9e64cd7d98c5e8411c78370..087fc394546c5a04056f1582a03cb89ba4343f98 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 393ecb0191fbf75090768e8b859964e39702762a..9c8559e7bd07fd0bafdadeb832049400b8aa38fd 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-inventory</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index fc563ee7d7447a71bbe02ac8a9e8f1c27decc78e..86145db76fd1761a1a556b12dcc04382ddb49297 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-karaf</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 83c51919fc9c35aa4ab3e951983e8b48f57e6a65..180fcb554f1a2d70e3f05ebc064cc87444e17c32 100644 (file)
 
     <groupId>io.lighty.controllers</groupId>
     <artifactId>tpce</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>jar</packaging>
 
     <properties>
         <application.main.class>io.lighty.controllers.tpce.Main</application.main.class>
         <application.attach.zip>true</application.attach.zip>
         <maven.deploy.skip>true</maven.deploy.skip>
-        <transportpce.version>2.2.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>2.2.0</transportpce.version>
     </properties>
 
     <dependencies>
index 5146a3aeea7fa3f06b8354436cd44b335180ae91..54592c4ed785bf8d4d8b6dbc8eb33ec908c6edfa 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-networkmodel</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index d08e848bab6d96a9cf5f0eeee75995f46817f185..958e5027ec67b0e557f321094424d1aa564112c8 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-olm</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ebba36600c2ba2d7581e73b71263997344596c62..f7c1faec92178e9892bec0a25f3484b06c381d3c 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-common</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 27de9ea0fc9cec80a4d768e628baff2030703db5..091946eb58cf8a6a18d989dc8974be7b2431bca3 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-device</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.9.2-SNAPSHOT</version>
+        <version>1.9.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 13c48cfce9aeab89287fdb0c1bd67d6076a0cf5a..c91557e9db4a89769bae5684db03dd149b4f6b66 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-network</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 15242dedb717c822f767c94d6b8837bac311d3c8..799cb395f4540e1054dc975f3d007da94c84e8c9 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-ordmodels</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>pom</packaging>
 
   <modules>
index d1a5d86ddba509b11705a73819089c474f889c06..f9e664f94fd43bc0d6f242285cfd3ff4c3cb2a4c 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-service</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 6549749cd43a7b2aef1ae1188c5718d56f44fef2..91c5ec16bbdb5f56499c185ac78649201d1f610d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-pce</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>bundle</packaging>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 5bbfd61f7a404a2ffc835f4a2656ab4f6c1ad645..502c5ad746a6b4789c19ec756739462f040a6bd5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-aggregator</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <name>transportpce</name>
     <packaging>pom</packaging>
 
index e2fb5184955f536936013355e53680fd915ea224..2fd501f2103e1517d73d504416a2cbd645463e28 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-renderer</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index f4c3d42299f9ad941ddfa4d2ce654f863ba84490..b5608cffc6077b36819eda82f3f8175b99841c91 100644 (file)
@@ -21,7 +21,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-servicehandler</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 6e04ef2b402b4cfb872d4226efc9e6eee9ca1451..042153d42fe20b05c0ebdc12376b2a9f3c992beb 100644 (file)
@@ -21,7 +21,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-tapi</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 72cdebad3934af8c3ecc4678b061e7f83681b66a..94b9d9fffbc73aa88035f59d357dba740a64b402 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-tapimodels</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>bundle</packaging>
 
 </project>
index 2638fc69c36a8b2e8893b7e5afa630531e447ba6..d1d287a5cae9f3f381bea47cdbba71094289bbf2 100644 (file)
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>test-common</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>bundle</packaging>
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.9.2-SNAPSHOT</version>
+                <version>1.9.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>