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 15:37:31 +0000 |
commit | 481335c487089e48382c715545b95cc6eda646b6 (patch) | |
tree | c76b4fea32a482e28c1f533e12f5ae00a0b703bb /odlparent/single-feature-parent/pom.xml | |
parent | 46924b2f435f3c64149d66bf2d51a4787eef7840 (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>
(cherry picked from commit 4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a)
Diffstat (limited to 'odlparent/single-feature-parent/pom.xml')
-rw-r--r-- | odlparent/single-feature-parent/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 714d67c5..51fbdefd 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>single-feature-parent</artifactId> - <version>8.1.2</version> + <version>8.1.3</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> |