Release controller v2.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 28 Apr 2020 10:59:28 +0000 (10:59 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 28 Apr 2020 10:59:28 +0000 (10:59 +0000)
74 files changed:
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
docs/pom.xml
features/features-controller-experimental/pom.xml
features/features-controller-testing/pom.xml
features/features-controller/pom.xml
features/odl-clustering-test-app/pom.xml
features/odl-controller-blueprint/pom.xml
features/odl-controller-exp-messagebus/pom.xml
features/odl-controller-exp-netty-config/pom.xml
features/odl-controller-mdsal-common/pom.xml
features/odl-controller-model-topology/pom.xml
features/odl-jolokia/pom.xml
features/odl-mdsal-benchmark/pom.xml
features/odl-mdsal-broker-local/pom.xml
features/odl-mdsal-broker/pom.xml
features/odl-mdsal-clustering-commons/pom.xml
features/odl-mdsal-distributed-datastore/pom.xml
features/odl-mdsal-model-inventory/pom.xml
features/odl-mdsal-remoterpc-connector/pom.xml
features/odl-toaster/pom.xml
features/pom.xml
features/single-feature-parent/pom.xml
karaf/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/commons/jolokia/pom.xml
opendaylight/config/netty-event-executor-config/pom.xml
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-timer-config/pom.xml
opendaylight/config/pom.xml
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-impl/pom.xml
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/cds-access-client/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml
opendaylight/md-sal/messagebus-api/pom.xml
opendaylight/md-sal/messagebus-impl/pom.xml
opendaylight/md-sal/messagebus-spi/pom.xml
opendaylight/md-sal/messagebus-util/pom.xml
opendaylight/md-sal/parent/pom.xml
opendaylight/md-sal/pom.xml
opendaylight/md-sal/sal-akka-raft-example/pom.xml
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-akka-segmented-journal/pom.xml
opendaylight/md-sal/sal-binding-it/pom.xml
opendaylight/md-sal/sal-cluster-admin-api/pom.xml
opendaylight/md-sal/sal-cluster-admin-impl/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-clustering-config/pom.xml
opendaylight/md-sal/sal-common-util/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-distributed-eos/pom.xml
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml
opendaylight/md-sal/sal-test-model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/pom.xml
opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml
opendaylight/md-sal/samples/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/md-sal/samples/toaster-it/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml
opendaylight/md-sal/samples/toaster/pom.xml
opendaylight/model/model-inventory/pom.xml
opendaylight/model/model-topology/pom.xml
opendaylight/model/pom.xml
pom.xml

index c28622908c98161d2ce5550a3b5d6ee87efa191c..fb456fdbab1f548e9efeff407d3712b3b4681ae0 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
+                <version>0.13.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
+                <version>0.13.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
+                <version>0.13.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
+                <version>0.13.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
+                <version>0.13.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index adf1249fa5ee5e62cbe8c4fbd11e96019c5dec4e..1e7e34b1a44d9e1df18caccb13c12a9574295cf5 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index fa7ed3c84467eeaaa831d259ed3f81a1842c16da..e68b3e3155c13688cb4bf38f36e07fa900014fdd 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index a1da878ca17ac35de793f2df914334750cb87edc..a5b0dee0150c5912d1dc246f12409549218e3b57 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 7db625b8a08e57bd2e048db1a9a9e564b241909e..53e7e7093ded974f8e7700b6e12155a2f67b94e7 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-aggregator</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index bca10bfce26c63994dc1a863fe6f1e2eab64e51b..10dc31a5ca22f5863ccc5a7cca9094a669839b3a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index ef59cc45e04311d42e3cda0f58462b8d77ef5133..b0fb0115c2264912c5e63406a963e71cef6e8744 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 6bf6e22d941b114b0310496495773f8da5217815..7ae9ea69ae09b44501fffbb18134576d7eee3ffb 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 41aa657373e4506d4835ac7df23b515be56482a5..4fd5f35513b52d1aafc8a04f86a0cd71a83a03fc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index d93b6b37abc4c8eeffca48d7a9a6b779a08d1284..f0520facb38b15ceb0a84bd34764d0b150a18600 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index f25be893cc4ea846ccd9a36547ee9bcb368f0ade..549f471b3b99207220ce56bb4ecbab1ef53744bf 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 80ee467d20297c6154a406082013de9054175b59..fe699f6f5367780e392f9d6da5b4df5c7ecbf186 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b5a89f3641a59548315b1a5789dcc09e405af509..bc5bdc2d3295f08add92e73b43abcf1662814fea 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9d8c494a109f6a333653fdc898005c64cd869a75..78a7735620c41ad6c517b4e486445e1b5a62640d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4b01f8c5f5198f85fe77781f6ebb50d67d008e51..399644bbc3f369894e4aabe1339265b05693f670 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0d717e276d44f5d5218e04bd3c6dbc58567e261c..fb7d5c5fb24dfe45e179e9e5d4b6bdb158259ce1 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7b91fccc129a97e2b866c0bd82736700ffb50025..223d802c2853d851234ac5a041a076e45ab4f6c7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4564932ba33b1daa205e3d20f8040dbe90815b47..54c4b25170257659852d0b49277941cec3992acf 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e860078832f8169160b6aea91048af37e425fdb6..f3c225fc37c8db92460398186283356b8c88ce73 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3ee83645c9405bca1c017a69bbf3e8e2c2bcbfbf..caec264d3f2525998a881941048702ecf636cc0c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f0d507d834c4c1c894329565e830208b3b0520f6..05805a69ef3c50af4520c5c1498d4813de9c695e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 374b220c0a7c9db8c95d3a218c46335e27953304..e20a2cc7f6f6cc444c9c82555f414d0d9190d2e1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2e12766ad91ce81dc42928b9bc5d9f361943a794..4a2283ffd643559a200f6f98f2f3cceb4cb6a29c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 049dadbe72c258987e7d9b8acb009bc13f0a49e7..33a4d8dab1493f990bc93e28d999b5cf8932aa0f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 881a57f28658a12b3f3a7f9e9cd070059fbea723..e87d2b3c9fc8feecbcace599402006b932ca4d95 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d31910679ad4d356214b61b86e67a7bea042df8e..0a2c5f7afa3fce433b8994bcce4e7a719d749421 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 8d85f31c95aa1ea94f821d385ba48dfe7135ea96..20f4992af55a0c643089c075f2d352be0c7c7c46 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-parent</artifactId>
-                <version>2.0.0-SNAPSHOT</version>
+                <version>2.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 64e5a917eb1c3c928c4d7010ee700a003450fae5..1f2688bdedeb8368d63d6548cd78644f0424d1ca 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 9563215555d6a15f5bca71d7af74723b28e6ff64..f79e5466f4ff7885c23a2418180cf0bf0d400296 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
 
   <dependencyManagement>
     <dependencies>
index 598fd562bbeb8b57f21718e813ecdddd24470d90..c1bec46447b64c2d7c09a5010cb4f61cb4011114 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>jar</packaging>
 
   <build>
index 0705912208ae93970d433cad20e1d72b60c4cd89..3893e854e407773897820dd52288559cd46188b4 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 51c4bac3aea5371ca1841a71013c11c79450e965..2c96e05fab213c4e6a70f323146a5b91ad19398a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index a8fd9933134557b91b02e014e96673772b585b5f..9029ac036b6db51f776c0fcc1bae5cee3c28b919 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 28c8f3c98b5d499b77ed0dde38eeae9243d4e80b..f29bb9abafd197d4828e62cf0b70a185758f9796 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 0d6eb5ca0fe08f724a168d11b15af5475030512f..7b2068a3cd6d921e4a0c2c481945dec332ed3658 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 7f592e617f04b6e2f063fd4466adf593b46c7123..e8c96853df4a145f4a34e2fa97954501375f182d 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1befe7a792eec3b4a3644b95d655a75efba9c0f8..be86266521afa7075d510264053b296e7b4f41ff 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a536353db143243e9a037c1c36d3eaf26292f579..96e4c936e225cdb3041534a5835de8156594ccde 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8f6e0c0f7b309255c3c82bb464adad40962c4a95..d54e4ec7feed4f47776c4533f440b1c2725fdf7a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 39ae9404db648157ce95a9c68ddc6b73727cea9f..5518058fdf4bffdbd175f8ec986672ebba3b381b 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-base</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 30773f68575324c2217899b8be5fa0682a86bf9e..5c47c8fc4d5c55138313e6a3ea26b771919b88a9 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-parent</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d9351b8293513f6cfa10a61153f21b12f9746ea3..3621bb2c781a2bd0fe9f620eeae8d74f41dd9e7f 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7c0573579b0d4465698a1fe539f03042361e2e82..90b5b0029f098bb3acc94ed905db737486f15b93 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4db75faaa9868e4b2c978f7aebfd4f0e2ee7bae1..b8677d879a5ae44cddcf220ad98d37ec8a87bf4d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index dd4643caeae6a230685c6571313abf83c06d7978..17bbeceaba1a89206bc5c258f0c1935ea7ccbeda 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fdf42fb956c1c7b566183580e6ec6836e445e88b..5b1e2bf4d070640d0e7451a0d524deca917242ad 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 26c66b1657b7e4da29bd44a2e560f18dcdb26f28..d89652c43a2bbbe39247e2a26266c80f3852050a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 8e1c56d031495a4a4f35c2bdba5196f4b45d6941..b1b58d76d3505958a660a798c5fe64e539b85c6b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3b21040b0dc833a75c9079fd6b88e580263f2994..e94c74a33513755adf60ac0f99be9abb3fe8281f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e09d4409dc6378fa7df9e7a7e7729031a964d582..d2a41cee7717a131877665d4513a1f69bb08d5ac 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index eb3e87b8c2daae11c26a915853d7bc9d768488a6..434de4e813f549857aadaba8c9b3b6c615cd5a39 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index fa503d5746b123465e6ca29c6e0b0e3e0ed70159..c82ab9f7e6894d64a1249cf00edbd5e8a41890b7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 26ee6274dc54162547bbeda88610eeb985abdd4b..db6fac19de9499e69c8ef1f5f74deadd41b17888 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 37fbb0d4421eab011c3733700ff17d9fddd478b5..9ffd385e44ae718f94498cc7232ebb960df944dd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7ba0a8937634623907256253ce0cd5e0fb90d65d..ae74badaf9e36db35a3a66ff1570d4cd6f2ec2e6 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 91449f8cf4617cd057faa3bf9fc5a8b6eef789d1..469f511394eea95b3c2da0e14de675d49860aa8c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e88b6231fc111cfa30a85b2a27d9a9e36edfa311..d088ae8adebe01ccac0f593d49c867d122d9517f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e1629b2eca3e9a83d727e94e84cef40b47df1327..2dfb18dd7d0dd33c50398af6129fd79a6f4c5ce1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 74243eb13b9754400985c753c35fbf73a35d4114..75732969909031ea2fd7abde9c4fc65db673afca 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 9242d4bdd97b2c6b2be6d9477111022fb8e69ecb..092e70ec32a07976e9313ecd326c8fb1ad704518 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 44051d2b05634db50ae795e2ba76bcaa5cd75dc6..c4a5e14901c84348aa43a6b0c786eacb4139bae2 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9854bbf1be8a8f88a87ecd3a3b7f0ee51c883892..f7b1e5610ff38b7c7d533c150afb90e45d353b73 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>jar</packaging>
 
     <build>
index 63a51f216ff924333ad30047a661e2ef39146c5c..ab2b3776616fe28b3c7398dfd87e2637d319cea4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 4a6c43c7052032debdba0c0d4cfc39dde9b7703c..476dcdcf15bd28185b3559b5e4535cc33eeced2d 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 0579dd032e98a7a39420cd775ab972a44a9d32fd..d60457e410f544d6dbeb2bc3f7641b23da326c37 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 67bb8e6c3e5b9f37ab1107dbc80926b21c089235..66acc620735c524232986023d29b1665c603966a 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 2a4e22a7b9d708701e0dcd21e2f00147186c0ad5..37447ce3c6259297f21b54fa9e3934cbb16673e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 44f04d3e372429d646bcab990f97b8abeae374ee..2d17183ebca6497fdb6a06efde51e7befcdbb007 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index cbbd9ee50ab79bb7044ba850fdfcbbca14b28663..e1fb9d2eb5369153b70c0c731d27033a2adf6527 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 505e568d3d1edd300f24d7cf1e99d8a80396a1f5..66bad9cf3af3a5d93f6134dd9d4b286dac39960f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 45c475bce2f03d08d5fe1b1c0ab46679ee2906bf..ba93b8ba99407eed47e926ca0b5c8d8b76b4f7bc 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <dependencies>
         <dependency>
index 52897a46ab659fe44db702c91aa2ad04fba1850b..c05ca5f6afb3d5abd726a956203bb326bfb028d2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../md-sal/parent</relativePath>
     </parent>
 
index 22b61ba078fd9e0484e7a334233ea6d9e9bb3ddb..9e87e733ec9a8210c2470be75a65dab4f6852f93 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index b38cdb065ee6719c22f144b16c3feaccb9e858da..3b6f6919b91b4939541abcdb852d78d8547a1f19 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->