Release controller v2.0.2
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 11 Jun 2020 17:19:10 +0000 (17:19 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 11 Jun 2020 17:19:10 +0000 (17:19 +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 24984772ad1790bf7671283dfd407cf73bbf456f..4aa7897feb4a29c6a1061b3fcf4f5969f83ed9ae 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.2-SNAPSHOT</version>
+                <version>0.13.2</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.2-SNAPSHOT</version>
+                <version>0.13.2</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.13.2-SNAPSHOT</version>
+                <version>0.13.2</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.2-SNAPSHOT</version>
+                <version>0.13.2</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.2-SNAPSHOT</version>
+                <version>0.13.2</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 21951aad9abe76c23c245386e371e8f164143348..664931bb64df5e3159e6c748c6b251db4a2624fc 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.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index fbab6b94e9a4b74c91b6a9f6389ad00b2d655d5c..1479dd594ecf4d05a6e909c581d3b262b49ade42 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.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index b364c871859e523c16d93ebcb1fce937d2a3b8ff..5e495daeb5b32cea8d2d463ffcc4b4f76854cc19 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.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 4b3b2fc5a307f721de00fe10fecc414d578e3e37..45dae97cf6c68a484fe906dd4589a084eac6441f 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.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <properties>
index 291a25f524bc6d2aa3c626cd7644b90a99815bcd..5af7bb0f38dd7ec6c77dbf7adc76c38e7066e287 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.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index bab3c4f7beefc995496c14446d82d538c985a989..15a4932935cb32f4e2f921435470a2f05fb9861b 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index c0b0d3cacd262a20d85abd3b583bb9aba78c0c30..e9aec82f732958170a06c06e6e7ec7de2b1cfa1e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 0a288a71922b8342a1567529d3a3d85f0048d91a..372ab2a37eea7ed07f623366facdd74b35ae47ca 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index be7ef5c97b0d1bc354957d97f35d6c6d88ed9218..6179b99b8add5d566ed74ecb6bf83fd21f58ae30 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 1fba62797644020f57d7429999ad1712a51d1ccd..4627784ceaf268df871549f9cc0d0cc0f2d9dfd2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9c86d7698d502a6f7a6d1381c8bf31623c961ec4..309fae1a05463d0ceed6ecbde0ecad229d829a4a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5d094b7a3af3f5bf6ff764d4ac55e61a83963acb..4634102bccf0b3edebfb5f8a25e35431e36ffc83 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2d7e6f60d9c4c387402536c3913310de2e3e5469..96463c420edc1e33ad072c5b7dbb5b23991ddf27 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ea53e90f116a155514b1026ec0c017fdc84856a1..ddd5396e444ed331c07ff55a6a1840e991b9f371 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 98ba6b8d3ff98b369156c6d6bfc2eff60db472f8..f54cbdcce759e7dbc13ddf3ff740af33c21c5b69 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6f15956c46aa66f2a1448fed26387e1b5d758996..d22e8c2a5abc69f73d9495544799e42ffd33911f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c2a1adc96a29293f58a4c2246e35e0f96a640df4..a6cfd60d2d7411f48e7b5ef00c641235c0cf6dec 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5eb310cbc38894c1eb3cc9123d8809b253647a21..2164c17454c095bb5af4a79d3bbf5fadb8af6dfe 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index feac90c130faaab43c1b0717778d3a2132cb79d7..23115939871ef399c2d3cff16317038a1da3d414 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6d3771853c2ffefc95318fa6d6c6d1584d5c967d..abfa52e0e9396382636f94f9631b3ee29ce257ee 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f454b2823a14421bca5d1024dc6f74485c3cc517..2a25a5ad1e19710418bbfa2a51be1435e39cdb30 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6ba832fff4642d0f5d93976c92b300f4aacfc60c..87a8b5538623fef63110fa099488a1a5467451d8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9a9817da49947013ae6c109277b348c30c2e9298..e0b6300ed0c9e7685fc2cdbb9116daaff1a65601 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 668e3068ba97bb229a00eee082bcf01d4d48b72d..0e7f47f6897936920df7cf2954ca8fd57fd06149 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 71a51c69d8918baf5966b4480da87c55e695f45e..f09d131e8112e254996f10d554c122db274aec97 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <properties>
index 6df916c979d72a92d18c157c17064d58fdb27adf..5cd3a0f9e82519ef5d9b1caac3a8d1c9cd083c06 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-parent</artifactId>
-                <version>2.0.2-SNAPSHOT</version>
+                <version>2.0.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ba094b741a59e55b5e590ab83bf7e98dbbebc6d5..264ea19422d6e9235b0959842a9040137eaf343f 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 4f2fb084aca976f8b17292790851f5485c858025..62362ae55747f814ac83d80d933dfe71ffef9c7d 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
 
   <dependencyManagement>
     <dependencies>
index 748e6c54f66e734c816f1d64272eb96dc21bb7f6..db1d11ee6626107e18a44455d8fd282d19e9f7e3 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>jar</packaging>
 
   <build>
index 0c2c4f136b6837421e030e44139868926db6e7a3..aa576fead09c5d1e05fecb5511b40a65e4fc15c9 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index f599d56935c79e6a4cb713d8eff1e0883d58ca8b..0be659ca4eb4215e409a558e31a5bc7c88dd8f12 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 127f8802fdeb1595863626e3fd4e76590752a8c4..a4d620346cf4aea84cbb0847e17c35056531cda8 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 54c630ffee331ea1dd552b7a97576e6408eae035..6a2e2d8658188449c186ab8b36e6198fb65bc35b 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</version>
   <packaging>pom</packaging>
 
   <properties>
index 52487596fa7d3436328fd78b5b1339522f09b57c..39b9038430a85889562efd9c3eaa3444d637ab56 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index a5fd96d64241e694d72c9efe61b4bbe89f5ed3f7..217ba5a6ed7ba4c73d18fb32f566a4fe06a7cfbf 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.2</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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 535b23662e790d846fc02a8506eff018ee589ec1..65f0c5bf5b30d921fac23392c6da6a8e9dc1259d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 844c05f39c15db8e562ae2261eb4e4b9e273596b..92147c8ae2174caa6cdc6bc5aedfbb47ed9f7d7c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bc8b2914631e931bff8341f7f62d8779cf1e3326..fe5601234197e75a2ae3ab497b782dc122cc003c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e3652817f71e6a54b6839bd105cad6a85726b786..ae614a962779b9642be21c6c03a4522e20b474ad 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.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 01033aeb39d7d89f94b804d9a470eb7928c0c7fe..951626fc2c57f3eb66b9073568099a9bd1c8be93 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.2-SNAPSHOT</version>
+  <version>2.0.2</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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 73ca72a889ee66aca16ce2642a05d8c869ac67f7..e2b51864bfe1d123ee3c3c99985647eb7899b814 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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 2d2892da0c00815a5657171a91d1f2f7abd88e4e..305009e25bfa0e3a372673cbf9aa7dcbce0e19ed 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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bcf20e4445e97fa1bad3d624e0ed7de2a456de79..138f689f4c332973a8e86367840d5b6108d3478d 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.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 057c13f81c62000e78e7c983ad6a747c386dd1ed..b6814b6377da42fe7167e6856b2d0624615d07aa 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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 429c9461920ea0a9e55ea135837944bdb1d30a7e..4a59852dd771f289aaccc6f4311083a66f48639f 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8f87cf4da555917c71e80b98e0076045b2c3ce6b..0a5622d186faf61a62c08c0eacb6f71cd096666e 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <properties>
index f318de2defd85e256eb80d418272d06efb7959d6..948799e6a353a3c94f149f3e81f4f70a6ac2db68 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 28cabf5995a8d00492680025f51c32bfc19ea9f3..5c6f58259e9d6994fdda57fa7fb339e89c311672 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index aade677758ef2932a807743572aca3310e035319..e029551830458683f8ea9f04fdbc873bcccd0c1b 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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c6d3408f9f44226542aaeb13b0287bf918f3f2ef..850f85a5296f8baef961940126b912898976d907 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 0b13699d9d9f5c07498aa224424fe8c20a7dbce4..04e098c7c3bada67b6d90af8d06f98099b0e50a4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3fa48cbc5764cedb2e6694454d9dad27c0d04f0a..8250189d87fcb27073955a530babe36ae1f8423f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 62b763c025150c01f4ccb7ea2eaff0f5e52fe64c..05b069650ff517d0031512ca6b5a45460d4f5e5c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f18229ec9952fb9b012c15937a51423411be0f1d..1741c6535b1fa354f21152544846cd50fedc28af 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index e70773b1a17aea6b59a682f6d4e7a196ab2946e2..d22cbdb78ec72a0c3e706ca995fe59db294f5d92 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 257b7c9b3f52aff182a9ec9d5487e3277e044a0e..32d64137f9d5388d77792184de591ed7f38640bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 48585dc6131c8dbd37180044cd85a24bb750cc80..e2106b1fcd67d5d5b4f78b0b665f548d3931fdd9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 412ddf192f4e27f8bfc384a3e2c897afa9eab924..6c1b0a5cdb7b1e7c1282367fb8b477eecac25384 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 33de6a910d98e91cab90a66ef48f0de2d8d34a8a..948f4a8685e9d9524d76a737db48f7957246541c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7a8c01aa49e6cd8ab1fc518e78526e8801ead4df..355d09110bda43774d211c1d3ddc0d69722f107e 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a590c1df789f0c32a19bee9bb2bf1ddbae9411b9..d9487a50707a3f89887f7a4280f4d67df3395649 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>jar</packaging>
 
     <build>
index 30c9f62ee4bc376a1b94b93e7c52ecf9efd950fd..b5aa8bed916737cc8f08a5c4daa9d07d166d7f37 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index ecbd81fffb6768c0ebef9e495072c4d330d06857..9a576dfb36bf5b242354b4bdd46bf165e0718321 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>pom</packaging>
 
     <properties>
index 9582dde341bd3d2d5d4372de02bbea03ccea6ff7..15e3b78daca347137555432220b614bc216ec1cb 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 2982caf355adf4868f9ea09fb1d0b29377466d59..ce56f993a52a2f3ab2338e0ed551311d9278ffb2 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
 
   <properties>
index e7a3fd9bae4082d2a006b1a950cda0bbc7cdb1bd..59ee6dd786da1f28b40536a29b6ac077aa0dd60c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f6e40214af76a35e2ba84843bbd6cc51e3107d5b..71b940e1762957974dcd311e12f98021c1aaf892 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index cc6b5ef31d4133aca6efa6920ed02aa9ce100866..1c87c94fae94e486d00710fddd9088428c92a05f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e427f55d1d5aad451ced431d49e6320d6ffe6b92..8a2b56e9d593e8c7fcd3ffb2d19fe4a9a4984fc0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 8306267365c5fc033efc7b824781b44d695bf464..614b8e20bede58c92c3f23a5b02d11dfd2ec5501 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
 
     <dependencies>
         <dependency>
index 7f320e39a1de6b6646cb1775ff8da8b087684abf..fff24f5053a54ba16b971a9a3fd3bec751af2669 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath>../../md-sal/parent</relativePath>
     </parent>
 
index 32268279ad590d5675eef5449408317a4d52ed18..1beedb7b224b7f46736acc7d58556dca8f45600c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 217a0f4aa9b85d87cf43314dfe845d2d8aef2e7f..e15c74c421666fe154448812de81385e7f8b23e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->