Release controller v3.0.7
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 Feb 2021 16:13:42 +0000 (16:13 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 Feb 2021 16:13:42 +0000 (16:13 +0000)
81 files changed:
akka/pom.xml
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka/pom.xml
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
bundle-parent/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-akka/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-controller-scala/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
jolokia/pom.xml
karaf/pom.xml
model/model-inventory/pom.xml
model/model-topology/pom.xml
model/pom.xml
opendaylight/blueprint/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/cds-mgmt-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
pom.xml

index 98aeddd47269437acd562bb9c03767267232ec66..72c30d688bcff388d32ae4e9051f9db522de1e5d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <properties>
index 5589754e299f32961b519582e689c532055ff5f9..1baf85b0d6126ed98e5c39e271040dc73a952ef1 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <name>${project.artifactId}</name>
 
     <properties>
index eccd44b7946436e6f38361a3bc0f56379542c91d..93231ab69898529a4b3701858848ebdfed5e7aa6 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a7094ad5506f967d73956fdd6a44fd47ab2ea708..64e22beca1c9b0a724ef768577398c8c00ab4be1 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.14.7-SNAPSHOT</version>
+                <version>0.14.7</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.14.7-SNAPSHOT</version>
+                <version>0.14.7</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.14.7-SNAPSHOT</version>
+                <version>0.14.7</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.14.7-SNAPSHOT</version>
+                <version>0.14.7</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.14.7-SNAPSHOT</version>
+                <version>0.14.7</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index b8eba4b239ef4a9b54d474c76ebffc2d4685d096..c0e85dcdc2627045e7e61da92807786d37a36fac 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>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index e68cad9b7988b2afac6997f6b4b234b39e7ca7bc..44e24f52f80f4cc00caad933a33253b81aea4b4d 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>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 1c0f79f356d69d088eaafadbca7adfc6fabeed72..33b2f3d2bf315e20d64dadca176540cfad180908 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>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index ac11caed584af203a1f220b58505e5321e29147c..e61ff5d189066dcdb1431139201ee05876bc5f9f 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>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <properties>
index 4f281e804da9b9444f0e1b530c40a6a9037ee2ca..823ea83474c98c82a5b9c1a15550c0808cf18da7 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>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 208f59e8a6f0667758da8822f313c380a7dc035e..695cbbee80b7fe9a1a98a471a9f4a20e9bb3506d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.7-SNAPSHOT</version>
+                <version>3.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 69562c6a0a9f82e04d1641b09c8743beb662d943..e15180c90b3be699532e4700684a6eed0850a125 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 57f8d92df1de36594ffe36941eddb2a3c8a3d838..7ea2526f49b024b678c468b2eec4b400c15bf6b4 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index b0a51fea1fc0f3cd79e1a241d8c205ba1feccc53..5a1b320ddcb6d81e94570a46f1db98ddbef5e346 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 02abb2f938cbb528157a7901094524762a8b7917..32bc78e6d08a7238b48f8c8907d6ebaa3beea5ee 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 63ae09e3deb9456c7f0b88f2f0be7e0b816b8e69..64b34790ede924895f83a9dd3e21839f7d355723 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5fe476a760a7ae270bc914335c376670e7a75f1d..eb4ca837d92b75e596670ff62a4b9a97aa3fa65c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index fd3bf6975288891327517cb2e95788602c454a5d..653ab79f11a6a6ba12c0c6276d0eee5b13aa8871 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 03576dfa7d0c206cb79fb77d7ae823976cad82ad..34ff79393febe342673f7b53b1ff6d2eeeafdb1f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 801fba19e6a67060ea2ba93e1501e7ddaeed8aa2..70f6a3429dc6892355e2e10440001c37f8cce5de 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 11585869ea05c582b61146da40e48531585738cc..edbc4a0fd05cae0e3c832ef0757afc9535061178 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 12507ff99ee37bbb701c956b95eba4e8fe136d6c..50a235d446bead6e00a79d3c943f06c7fb9da0b9 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8c5bda745840ed4fb2bf75d0c5238284db1e0fbd..390a6412739b78579a8c59200783f8850eddf0f9 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 742ac18ff553fdefa18451bb198f82c10d10cea3..8ba2f4f728b02c0b5e3ea7d5e84e0b02a3421098 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e72272519f52b1c216366905a03bdc21f3ca9014..879e16021b5dd2af242e638721573f30f2b719c4 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3a9fe3957369ead89ce17c798ed40285a9e39c65..6d0ec24139c7d966459b6f378741844b50752a02 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3158213f5b1f9a32e1e27aff6baaf8bce3ca61f5..1081676809a0a25a4f1de5c07d07c1c78f03d0f3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2264c66304169db6242aca20e6f6b178cadaeefa..528978ee9d88fda63c0fd2ea52263577b3741201 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 96ea01e5364c6759fed266f8475588bfae470487..4e99960eac5af2d1b8f127db17982b24162723b6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3f0f948036292383ecb575372ceb25d6cec1a3b9..5d8e1f33f77cbe3aa21dc40fac78103bdf4279e9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 254f063b4a3fa703e122a540474dc80d0b502864..df369707cbf9e2b2c5bc98a311d7c4e431df6666 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a77d92b527ced7804071bb4f9863647494c64345..4f2dfb58bd6cdc18b21fe698b347232fcf3ac849 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 393259f6abc5722db6379eb6c8a6d765c411ec8a..c84899b5d1afcdc1f62335e7798fa909ba796d8f 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <properties>
index 74e138715baa822cd41e1a7587267b1bc13d20cf..c5332c0e88d484f38d1f8abc38224de89733b4d6 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>3.0.7-SNAPSHOT</version>
+                <version>3.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 91e5c5c9bc5a20d57f77b22dd281ed1c137b02bd..d33d56bc4fcd3dcf8e939fec9895ba05745606ad 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>jar</packaging>
 
   <build>
index 01c76c366f32f88b21fd2c9e6ada63b350c086d7..f9c2b444a5506e1472ae57cfbf303da1a19c2fd8 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index d13c8be29cf9094ae4eece6b0c26f82f0cc36a04..a1672a11c9935fc0bdb6d42e73669b6393684497 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
 
     <dependencies>
         <dependency>
index 5d6f4ae90a4c85fa37bb9bd8ceefb6b67b89a5af..784326f597f357303d044042f0f9c036aeb29dd8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index a0f459fb2055c5bcfc253e11caa643b4bd5fd46e..31400de4c7fa808c486424f5db0e2b0af9bbfd33 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <properties>
index aa8adc058f6bbfedb52df3653793144b0f8df426..4cbfe59a3c0cf5c42b9615c5e40f1148023d6735 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
 
   <dependencyManagement>
     <dependencies>
index a846b4df27d80d2e41a5a266678f8d67f7b9fabf..4bff4334cdd783c64d632a2aec077752845e6bcf 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index e9b8b5f3da1bafdcc2fc53c31f4d10deed40eaf5..90bea67c352da54d7787ee01da170cea75098a78 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 240e7c292eb7bf5c3f3c2f71199c36673c99fd26..3cb02124d4d877c184c76fcc1218315b4a2b0733 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 1d73ece5aeb95d7b1f17a991fca2e2639d13e9e2..b762253accb9305423777eefc1b7c08c181de5c5 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>pom</packaging>
 
   <properties>
index ba3a91e9917a10a78affdd4610355c0eedb1fd36..a14ad79e5599637f094720e8a72ae6cee5932060 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 73c1e8cef4542bac9ba95ecc10b6f7a462784672..fc2d886096c4f91a320aeef8065f97fc5f2bd237 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.14.7-SNAPSHOT</version>
+  <version>0.14.7</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index a619dd2efbada34b591b5a9cc10fe04ed84d74c1..18b19dded8f03ce3b386e00700c313a2cb9ee76a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4658d34883f928744409c47ebfb4c264087765bc..7800243b786764ecf91abed151b428f832d970ca 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 223cd3498f81d4ca3618c7f9376e9845893da4fa..c41b07dc49e08d0aa0fcf522b5c86c14d6bc32f5 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 50cfe0ee94c20cac8d3135603671d29050d1798b..241d062bd725463756518f2b9c6fbed2289dc5c9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f37e52f87990a2ff9b4aa2e53a6d51dc149b59af..c2597ef84c12a925b04dc27128b8b869cd2fa7ee 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>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 30f6768cefa050ca374cad5b0964ccfc8b5bdf53..ad279cc95c7f265863799766c0b045431e73877d 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>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 944578ab7de345e99f45820c7ec4b061c1fe4577..7d03f8529e5e986a873e1379035cf069163e3153 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>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9d7846c60609031e9acc04abc539497e39dc61aa..154c548a23220c871ddd2fdec38d5e5f76213ec1 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>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7e9513eb35944c609b565f9baf408891d26d75f1..e1d04a20989e293bb163b77a24b390228e4fd586 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>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 75ba7d0e5d1ba3dc959f5959e4a1832e83a75c92..9bd524e80bd48f1b6f9526975f9fdc84b498c7ee 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>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 42926ebedce9fab3ade24e741a88cadd16f245fe..c460a00f4ed229d58ec73c568f224b9d8cb6e162 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8ce8e4b73e27600537f539dc3d5b41c546a7c72a..48a76df4080fc5e6d8198f02e25f3f7017af70dc 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <properties>
index c4fed89d3cd95ed8cee314053de010bd167592f6..3e9a1a27c02f90c2a2ef33c83f7f20f38dd78c71 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 417e8d69b44f9dfcee65286bf51d3d5a4eab6a2d..00fd4ce424e1ad69a14bb671162cefcadfaba1d0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0b7a97ea6ace68c182cec59224b193d9b2da41ed..678bae097a787b8e0f1e1ba8dd1d4398c7c30d68 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>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 135a4867310e3e21e75daaedf6461990a5d15854..a90cc34f37d524bf443b18198cc0078f8c8fa246 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index f32e389f9644293fae223ce37d0b6ed33c65f56d..49d5d8907b977ace979fc45217c11d3a7608ea4c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a4c3aa796d67e9c9e8a3f710022fcd41762cb5cf..3a68f2a030040aa0bd3199e4c67269c1d1e85537 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 605ac8f97f1b60ae3fef633a265a7d100de83052..be30f12d67ab5bbd8557fd96248013ff68e9bfbd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 62137a66f56d5e662b00b86f42eb3f6ef1129d5c..e3bde779db0e2f586c9ca03f68b0e2f0ee54b0ec 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 5155145feb4b0b6e74056b70f4610f3860481be8..8aee3df20fa2228ab2ddb6376cd27e7e7dcb12e4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 613caf03b6497694f7c57deb1303b931c87f1e82..dc4a6b79a3d24592783b5522cde366ec7a786fbf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8daa2442b662846de2666cd740429ff485f596dd..9258ce989b7fbf94463017c8877d4fb576a17976 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index bc74494a6eee8d15f62a109789d6b777e9ad52ab..846f236daa5219c21c961889c9d18578de5f3016 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 78ccf5bdf261de74a57cea8296f8c1cfba4123ee..9865dde675a10666ba21f9e7646caceb6ff5ac11 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 864e2b474beaa816322afab6ae6670ffa11659a1..13769f4182631ce87406b1d7c053d1acfd6f5041 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 39c487e1b20b7d7f640e9a40f233d7eb84b47ae3..8f5f8d5218b40a820b1271790e9a972d4ef4cc63 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>jar</packaging>
 
     <build>
index e0a851cbe67346129ae6aa2d336bae209ac80552..69932dd50d7e7e9948c9844aca6cd3a0e5096a2d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 2662b962fcc1c659cfe0b19b7876ac99127f9e59..7e256e82847f66ac3cd7d0a83ef6ee5aa5a45710 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <packaging>pom</packaging>
 
     <properties>
index 7515dd848a5e10ec9613672a49e5294e749489fe..66c7e9d70d4835c7ecaf37ebf950de1d096737a1 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 2a93790d183dc684c2053d8e457b1276c8cff691..6c28274735c58d028a7789f421f0427fd82290c8 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
 
   <properties>
index 851a47496a54b07c086c267b7ef65a8488d74edf..e00a6145de8724b1b3730dba3a6c0ea620e5e0c5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 44404f4650410df30914f1887dfe1e8704553d7e..1f333cfe583d93ed0b26506c53634058f181071e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 6f98c8b896b45e9def6a9b3861ea674fc5713300..86137ddbc2a36734cc2089f11091c9c6f8e0d1a5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index dce5fbda58a47350ef95fe3d9d7635d0f41353d6..c574b4c3bca69f4567eb6737ff4d997a8d6a4353 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.7-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 58363cfab8b1ea14da1d19de263ab9747f7dd2c8..eadd8f3c4c134bfed35d499ec2bac8af56e19772 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->