summaryrefslogtreecommitdiffstats
path: root/odlparent
diff options
context:
space:
mode:
Diffstat (limited to 'odlparent')
-rw-r--r--odlparent/binding-parent/pom.xml20
-rw-r--r--odlparent/bundle-parent/pom.xml20
-rw-r--r--odlparent/feature-repo-parent/pom.xml20
-rw-r--r--odlparent/karaf4-parent/pom.xml20
-rw-r--r--odlparent/mdsal-it-parent/pom.xml20
-rw-r--r--odlparent/odlparent-lite/pom.xml20
-rw-r--r--odlparent/odlparent/pom.xml20
-rwxr-xr-xodlparent/pom.xml2
-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.xml18
-rw-r--r--odlparent/single-feature-parent/pom.xml20
18 files changed, 98 insertions, 98 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index a11e81a4..660b9594 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.6</version>
+ <version>7.0.7</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 eaa63c95..0c2f78c6 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 0663f9e9..d783d0f7 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 9f8945cb..7cd098f1 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 1bc99418..5edafa94 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.7</version>
+ <version>3.0.8</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 059b6fdb..22e82f3c 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 5383be0a..c167ae3e 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</jetty.version>
<skip.karaf.featureTest>true</skip.karaf.featureTest>
<dependency-list.file>direct-dependencies.txt</dependency-list.file>
</properties>
diff --git a/odlparent/pom.xml b/odlparent/pom.xml
index 2519dd44..fd855eee 100755
--- a/odlparent/pom.xml
+++ b/odlparent/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
+ <groupId>org.onap.ccsdk.parent</groupId>
<artifactId>parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>
diff --git a/odlparent/setup/src/main/properties/binding-parent.properties b/odlparent/setup/src/main/properties/binding-parent.properties
index cd5ea63e..e0cf22ac 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.6
+odlparent.version=7.0.7
diff --git a/odlparent/setup/src/main/properties/bundle-parent.properties b/odlparent/setup/src/main/properties/bundle-parent.properties
index 64871e83..56bbe1b9 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/properties/feature-repo-parent.properties b/odlparent/setup/src/main/properties/feature-repo-parent.properties
index ba15958f..21cfc605 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/properties/karaf4-parent.properties b/odlparent/setup/src/main/properties/karaf4-parent.properties
index aaa4dd25..d9149f7a 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/properties/mdsal-it-parent.properties b/odlparent/setup/src/main/properties/mdsal-it-parent.properties
index 958e757e..52db6134 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.7
+odlparent.version=3.0.8
diff --git a/odlparent/setup/src/main/properties/odlparent-lite.properties b/odlparent/setup/src/main/properties/odlparent-lite.properties
index a75db88d..4acc86c9 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/properties/odlparent.properties b/odlparent/setup/src/main/properties/odlparent.properties
index 0de25438..2858c4c1 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/properties/single-feature-parent.properties b/odlparent/setup/src/main/properties/single-feature-parent.properties
index d48089dc..3416d825 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.1
+odlparent.version=8.1.2
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index 9d1690dd..dd3723e0 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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</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 f13c79ed..baae5c28 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.1</version>
+ <version>8.1.2</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.1</odl.controller.mdsal.version>
- <odl.mdsal.version>7.0.6</odl.mdsal.version>
- <odl.mdsal.model.version>7.0.6</odl.mdsal.model.version>
- <odl.netconf.restconf.version>1.13.1</odl.netconf.restconf.version>
- <odl.netconf.netconf.version>1.13.1</odl.netconf.netconf.version>
- <odl.netconf.sal.rest.docgen.version>1.13.1</odl.netconf.sal.rest.docgen.version>
+ <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>
<!-- Used by aaa, vtn -->
<commons.codec.version>1.15</commons.codec.version>
@@ -158,9 +158,9 @@
<!-- 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.59.Final</netty.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <slf4j.version>1.7.28</slf4j.version>
+ <slf4j.version>1.7.29</slf4j.version>
<!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
<spring.version>4.3.25.RELEASE</spring.version>
@@ -180,7 +180,7 @@
<mariadb4j.version>2.4.0</mariadb4j.version>
<testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
- <jetty.version>9.4.31.v20200723</jetty.version>
+ <jetty.version>9.4.38.v20210224</jetty.version>
<skip.karaf.featureTest>true</skip.karaf.featureTest>
<dependency-list.file>direct-dependencies.txt</dependency-list.file>
</properties>