diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-05-17 08:41:24 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-05-24 08:36:49 +0000 |
commit | 3af5cb9926238ba0fa802e0e067451a8e19f1c6a (patch) | |
tree | 89315bb0e50e77c7afff36a722462e3b1bdb3693 /v3po/features/pom.xml | |
parent | db99c43fcbb03f6a2d0736a0b3518da27bc7f9e3 (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 'v3po/features/pom.xml')
-rw-r--r-- | v3po/features/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml index b79e62d92..b511e8f11 100644 --- a/v3po/features/pom.xml +++ b/v3po/features/pom.xml @@ -29,12 +29,12 @@ <maven>3.1.1</maven> </prerequisites> <properties> - <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version> - <mdsal.version>1.3.0-Beryllium</mdsal.version> - <restconf.version>1.3.0-Beryllium</restconf.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.model.version>0.8.2-Beryllium-SR2</mdsal.model.version> + <mdsal.version>1.3.2-Beryllium-SR2</mdsal.version> + <restconf.version>1.3.2-Beryllium-SR2</restconf.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> <configfile.directory>etc/opendaylight/karaf</configfile.directory> </properties> <dependencyManagement> |