summaryrefslogtreecommitdiffstats
path: root/odlparent
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-10-29 07:53:09 +0200
committerDan Timoney <dtimoney@att.com>2021-11-11 08:59:23 -0500
commit4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a (patch)
tree4f0289771a0b2d04864eea1eca64943c39016a3f /odlparent
parent6e684c14c6c0f70ffef2fe1cfe952130bbd0cb8e (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')
-rw-r--r--odlparent/binding-parent/pom.xml18
-rw-r--r--odlparent/bundle-parent/pom.xml18
-rw-r--r--odlparent/feature-repo-parent/pom.xml18
-rw-r--r--odlparent/karaf4-parent/pom.xml18
-rw-r--r--odlparent/mdsal-it-parent/pom.xml18
-rw-r--r--odlparent/odlparent-lite/pom.xml18
-rw-r--r--odlparent/odlparent/pom.xml18
-rw-r--r--odlparent/setup/src/main/properties/binding-parent.properties2
-rw-r--r--odlparent/setup/src/main/properties/bundle-parent.properties2
-rw-r--r--odlparent/setup/src/main/properties/feature-repo-parent.properties2
-rw-r--r--odlparent/setup/src/main/properties/karaf4-parent.properties2
-rw-r--r--odlparent/setup/src/main/properties/mdsal-it-parent.properties2
-rw-r--r--odlparent/setup/src/main/properties/odlparent-lite.properties2
-rw-r--r--odlparent/setup/src/main/properties/odlparent.properties2
-rw-r--r--odlparent/setup/src/main/properties/single-feature-parent.properties2
-rwxr-xr-xodlparent/setup/src/main/resources/pom-template.xml16
-rw-r--r--odlparent/single-feature-parent/pom.xml18
17 files changed, 88 insertions, 88 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>
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index d6c640f9..1b71a795 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bundle-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>
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 21a26a3a..56a10a02 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>feature-repo-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>
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml
index 6f1f6581..179888d5 100644
--- a/odlparent/karaf4-parent/pom.xml
+++ b/odlparent/karaf4-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>karaf4-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>
diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index 537fbe80..8505696c 100644
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-it-parent</artifactId>
- <version>3.0.8</version>
+ <version>3.0.10</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>
diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index cb3d8d59..1785511e 100644
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</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>
diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml
index 6785f554..cadb6eee 100644
--- a/odlparent/odlparent/pom.xml
+++ b/odlparent/odlparent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</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>
diff --git a/odlparent/setup/src/main/properties/binding-parent.properties b/odlparent/setup/src/main/properties/binding-parent.properties
index e0cf22ac..32214ad3 100644
--- a/odlparent/setup/src/main/properties/binding-parent.properties
+++ b/odlparent/setup/src/main/properties/binding-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=binding-parent
odlparent.groupId=org.opendaylight.mdsal
-odlparent.version=7.0.7
+odlparent.version=7.0.9
diff --git a/odlparent/setup/src/main/properties/bundle-parent.properties b/odlparent/setup/src/main/properties/bundle-parent.properties
index 56bbe1b9..931954e0 100644
--- a/odlparent/setup/src/main/properties/bundle-parent.properties
+++ b/odlparent/setup/src/main/properties/bundle-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=bundle-parent
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/properties/feature-repo-parent.properties b/odlparent/setup/src/main/properties/feature-repo-parent.properties
index 21cfc605..c8dbd0a7 100644
--- a/odlparent/setup/src/main/properties/feature-repo-parent.properties
+++ b/odlparent/setup/src/main/properties/feature-repo-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=feature-repo-parent
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/properties/karaf4-parent.properties b/odlparent/setup/src/main/properties/karaf4-parent.properties
index d9149f7a..31c96f10 100644
--- a/odlparent/setup/src/main/properties/karaf4-parent.properties
+++ b/odlparent/setup/src/main/properties/karaf4-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=karaf4-parent
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/properties/mdsal-it-parent.properties b/odlparent/setup/src/main/properties/mdsal-it-parent.properties
index 52db6134..96c5adaf 100644
--- a/odlparent/setup/src/main/properties/mdsal-it-parent.properties
+++ b/odlparent/setup/src/main/properties/mdsal-it-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=mdsal-it-parent
odlparent.groupId=org.opendaylight.controller
-odlparent.version=3.0.8
+odlparent.version=3.0.10
diff --git a/odlparent/setup/src/main/properties/odlparent-lite.properties b/odlparent/setup/src/main/properties/odlparent-lite.properties
index 4acc86c9..2ee94235 100644
--- a/odlparent/setup/src/main/properties/odlparent-lite.properties
+++ b/odlparent/setup/src/main/properties/odlparent-lite.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=odlparent-lite
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/properties/odlparent.properties b/odlparent/setup/src/main/properties/odlparent.properties
index 2858c4c1..44d1a761 100644
--- a/odlparent/setup/src/main/properties/odlparent.properties
+++ b/odlparent/setup/src/main/properties/odlparent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=odlparent
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/properties/single-feature-parent.properties b/odlparent/setup/src/main/properties/single-feature-parent.properties
index 3416d825..4638a71a 100644
--- a/odlparent/setup/src/main/properties/single-feature-parent.properties
+++ b/odlparent/setup/src/main/properties/single-feature-parent.properties
@@ -1,3 +1,3 @@
odlparent.artifactId=single-feature-parent
odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=8.1.2
+odlparent.version=8.1.3
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index b37096ce..cd5b2594 100755
--- a/odlparent/setup/src/main/resources/pom-template.xml
+++ b/odlparent/setup/src/main/resources/pom-template.xml
@@ -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>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 37642d69..6380244d 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>