diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 14 | ||||
-rw-r--r-- | common/scripts-parent/pom.xml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 1d86d42fb..13c669953 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -47,13 +47,13 @@ <!-- ODL dependencies --> <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> + <odl.mdsal.version>2.4.3</odl.mdsal.version> + <odl.mdsal.controller.version>1.7.3</odl.mdsal.controller.version> + <odl.mdsalmodel.version>0.12.3</odl.mdsalmodel.version> + <odl.netconf.version>1.4.3</odl.netconf.version> + <odl.restconf.version>1.7.3</odl.restconf.version> + <odl.salGenerator.version>0.12.3</odl.salGenerator.version> + <odl.bgpcep.version>0.9.3</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 356941915..e4da7cb3f 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.2</odl.yang-binding.version> + <odl.yang-binding.version>0.12.3</odl.yang-binding.version> </properties> <dependencyManagement> |