diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-10-29 07:53:09 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-11 08:59:23 -0500 |
commit | 4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a (patch) | |
tree | 4f0289771a0b2d04864eea1eca64943c39016a3f /odlparent/binding-parent | |
parent | 6e684c14c6c0f70ffef2fe1cfe952130bbd0cb8e (diff) |
migrate parents to silicon-sr2
migrate odl parents to sr2
Issue-ID: CCSDK-3513
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I735537fa3b432f818f2dab19fca59c3b13612bce
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'odlparent/binding-parent')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 8d9ce03a..1f5ab972 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> - <version>7.0.7</version> + <version>7.0.9</version> <relativePath/> </parent> @@ -111,12 +111,12 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>1.13.2</odl.controller.mdsal.version> - <odl.mdsal.version>7.0.7</odl.mdsal.version> - <odl.mdsal.model.version>7.0.7</odl.mdsal.model.version> - <odl.netconf.restconf.version>1.13.2</odl.netconf.restconf.version> - <odl.netconf.netconf.version>1.13.2</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>1.13.2</odl.netconf.sal.rest.docgen.version> + <odl.controller.mdsal.version>1.13.4</odl.controller.mdsal.version> + <odl.mdsal.version>7.0.9</odl.mdsal.version> + <odl.mdsal.model.version>7.0.9</odl.mdsal.model.version> + <odl.netconf.restconf.version>1.13.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>1.13.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>1.13.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -158,7 +158,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.3.3</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.63.Final</netty.version> + <netty.version>4.1.65.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.29</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -180,7 +180,7 @@ <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> <tomcat-jdbc.version>9.0.52</tomcat-jdbc.version> - <jetty.version>9.4.38.v20210224</jetty.version> + <jetty.version>9.4.40.v20210413</jetty.version> <skip.karaf.featureTest>true</skip.karaf.featureTest> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> |