summaryrefslogtreecommitdiffstats
path: root/vbd
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-05-17 08:41:24 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-05-24 08:36:49 +0000
commit3af5cb9926238ba0fa802e0e067451a8e19f1c6a (patch)
tree89315bb0e50e77c7afff36a722462e3b1bdb3693 /vbd
parentdb99c43fcbb03f6a2d0736a0b3518da27bc7f9e3 (diff)
HONEYCOMB-63: bump ODL dependencies to BE-SR2
+ Remove dedicated reads to netconf-state in operational datatree. Use regular reader from now on Change-Id: I3d7245cd6cb5d9cf057aea600fddceb49cf18039 Signed-off-by: Marek Gradzki <mgradzki@cisco.com> Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vbd')
-rw-r--r--vbd/api/pom.xml2
-rw-r--r--vbd/features/pom.xml20
-rw-r--r--vbd/gui/bundle/pom.xml2
-rw-r--r--vbd/pom.xml2
4 files changed, 13 insertions, 13 deletions
diff --git a/vbd/api/pom.xml b/vbd/api/pom.xml
index 79272a84a..d3b448d05 100644
--- a/vbd/api/pom.xml
+++ b/vbd/api/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
- <version>0.8.0-Beryllium</version>
+ <version>0.8.2-Beryllium-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml
index 262bece76..25ff4aebf 100644
--- a/vbd/features/pom.xml
+++ b/vbd/features/pom.xml
@@ -31,13 +31,13 @@
<maven>3.1.1</maven>
</prerequisites>
<properties>
- <mdsal.version>2.0.0-Beryllium</mdsal.version>
- <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
- <restconf.version>1.3.0-Beryllium</restconf.version>
- <netconf.mdsal.version>1.3.0-Beryllium</netconf.mdsal.version>
- <netconf.version>1.0.0-Beryllium</netconf.version>
- <yangtools.version>0.8.0-Beryllium</yangtools.version>
- <dlux.version>0.3.0-Beryllium</dlux.version>
+ <mdsal.version>2.0.2-Beryllium-SR2</mdsal.version>
+ <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+ <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
+ <netconf.mdsal.version>1.3.2-Beryllium-SR2</netconf.mdsal.version>
+ <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
+ <yangtools.version>0.8.2-Beryllium-SR2</yangtools.version>
+ <dlux.version>0.3.2-Beryllium-SR2</dlux.version>
<v3po.version>1.0.0-SNAPSHOT</v3po.version>
<configfile.directory>etc/opendaylight/karaf</configfile.directory>
</properties>
@@ -47,21 +47,21 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
- <version>2.0.0-Beryllium</version>
+ <version>2.0.2-Beryllium-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
- <version>0.8.0-Beryllium</version>
+ <version>0.8.2-Beryllium-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
- <version>0.8.0-Beryllium</version>
+ <version>0.8.2-Beryllium-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/vbd/gui/bundle/pom.xml b/vbd/gui/bundle/pom.xml
index c2d58eaeb..3fc8301d8 100644
--- a/vbd/gui/bundle/pom.xml
+++ b/vbd/gui/bundle/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>loader</artifactId>
- <version>0.3.0-Beryllium</version>
+ <version>0.3.2-Beryllium-SR2</version>
</dependency>
<dependency>
<groupId>io.fd.honeycomb.vbd</groupId>
diff --git a/vbd/pom.xml b/vbd/pom.xml
index 78d68a805..791f5e7ca 100644
--- a/vbd/pom.xml
+++ b/vbd/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
- <version>1.6.0-Beryllium</version>
+ <version>1.6.2-Beryllium-SR2</version>
<relativePath/>
</parent>