diff options
-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 b6520106d..ca90e4a1f 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>2.0.3</odl.yangtools.version> - <odl.mdsal.version>2.4.1</odl.mdsal.version> - <odl.mdsal.controller.version>1.7.1</odl.mdsal.controller.version> - <odl.mdsalmodel.version>0.12.1</odl.mdsalmodel.version> - <odl.netconf.version>1.4.1</odl.netconf.version> - <odl.restconf.version>1.7.1</odl.restconf.version> - <odl.salGenerator.version>0.12.1</odl.salGenerator.version> - <odl.bgpcep.version>0.9.1</odl.bgpcep.version> + <odl.yangtools.version>2.0.5</odl.yangtools.version> + <odl.mdsal.version>2.4.2</odl.mdsal.version> + <odl.mdsal.controller.version>1.7.2</odl.mdsal.controller.version> + <odl.mdsalmodel.version>0.12.2</odl.mdsalmodel.version> + <odl.netconf.version>1.4.2</odl.netconf.version> + <odl.restconf.version>1.7.2</odl.restconf.version> + <odl.salGenerator.version>0.12.2</odl.salGenerator.version> + <odl.bgpcep.version>0.9.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 f8fbb563e..c91bdef1f 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.12.1</odl.yang-binding.version> + <odl.yang-binding.version>0.12.2</odl.yang-binding.version> </properties> <dependencyManagement> |