diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-01-04 15:45:22 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 17:48:45 +0000 |
commit | 7af1cbec0a8cf3259e9de3d705c05a89ddc6ba24 (patch) | |
tree | c9e21427b6bcbab4a6ff04b83ec6c1a50e329bd2 /odlparent | |
parent | 3e62ff8cff9edba9fd3810742e91b7bd488d29ba (diff) |
update parents to chlorine
update parent poms to odl chlorine sr1
Issue-ID: CCSDK-3831
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I9fa4c61d3dd0a2efc6313fc505b5b4d43977abca
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'odlparent')
17 files changed, 133 insertions, 187 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 34622ab5..ee1a7e49 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>9.0.4</version> + <version>10.0.5</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 4310c307..ba7ea19f 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index c00e7493..7414c602 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 43f08116..8ed7d7d5 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml index 606fa401..0eb6d5a0 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>5.0.5</version> + <version>6.0.5</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml index 10a9ab02..b6e91340 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml index 044a27a0..336417d6 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/setup/src/main/properties/binding-parent.properties b/odlparent/setup/src/main/properties/binding-parent.properties index 4991a97a..4781d30a 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=9.0.4 +odlparent.version=10.0.5 diff --git a/odlparent/setup/src/main/properties/bundle-parent.properties b/odlparent/setup/src/main/properties/bundle-parent.properties index a738a33b..fa712023 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/properties/feature-repo-parent.properties b/odlparent/setup/src/main/properties/feature-repo-parent.properties index b508840e..d56da380 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/properties/karaf4-parent.properties b/odlparent/setup/src/main/properties/karaf4-parent.properties index b8df7570..28763f6d 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/properties/mdsal-it-parent.properties b/odlparent/setup/src/main/properties/mdsal-it-parent.properties index 43d1af83..6d90cd14 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=5.0.5 +odlparent.version=6.0.5 diff --git a/odlparent/setup/src/main/properties/odlparent-lite.properties b/odlparent/setup/src/main/properties/odlparent-lite.properties index 30c10f94..6b44a499 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/properties/odlparent.properties b/odlparent/setup/src/main/properties/odlparent.properties index 44f6342b..31af8d23 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/properties/single-feature-parent.properties b/odlparent/setup/src/main/properties/single-feature-parent.properties index f9f26183..ac782965 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=10.0.2 +odlparent.version=11.0.3 diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index 26f88f57..5a65bf1e 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>\${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 9b363f84..579b7236 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>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version> + <odl.mdsal.version>11.0.3</odl.mdsal.version> + <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version> + <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- Used by aaa --> <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version> <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> - <gson.version>2.9.0</gson.version> + <gson.version>2.10</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> <guava.version>31.1-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <javassist.version>3.29.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.76.Final</netty.version> + <netty.version>4.1.84.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> |