diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 16 | ||||
-rw-r--r-- | common/scripts-parent/pom.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index fff4b7353..1ba2f6b01 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -46,14 +46,14 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- ODL dependencies --> - <odl.yangtools.version>1.2.1</odl.yangtools.version> - <odl.mdsal.version>2.3.1</odl.mdsal.version> - <odl.mdsal.controller.version>1.6.1</odl.mdsal.controller.version> - <odl.mdsalmodel.version>0.11.1</odl.mdsalmodel.version> - <odl.netconf.version>1.3.1</odl.netconf.version> - <odl.restconf.version>1.6.1</odl.restconf.version> - <odl.salGenerator.version>0.11.1</odl.salGenerator.version> - <odl.bgpcep.version>0.8.1</odl.bgpcep.version> + <odl.yangtools.version>1.2.2</odl.yangtools.version> + <odl.mdsal.version>2.3.2</odl.mdsal.version> + <odl.mdsal.controller.version>1.6.2</odl.mdsal.controller.version> + <odl.mdsalmodel.version>0.11.2</odl.mdsalmodel.version> + <odl.netconf.version>1.3.2</odl.netconf.version> + <odl.restconf.version>1.6.2</odl.restconf.version> + <odl.salGenerator.version>0.11.2</odl.salGenerator.version> + <odl.bgpcep.version>0.8.2</odl.bgpcep.version> <salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath> <!-- common dependencies --> diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml index 1af8dee19..1aeb8d662 100644 --- a/common/scripts-parent/pom.xml +++ b/common/scripts-parent/pom.xml @@ -32,7 +32,7 @@ <groovy.version>2.4.7</groovy.version> <groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version> <groovy.eclipse.batch.version>2.4.3-01</groovy.eclipse.batch.version> - <odl.yang-binding.version>0.11.1</odl.yang-binding.version> + <odl.yang-binding.version>0.11.2</odl.yang-binding.version> </properties> <dependencyManagement> |