From: Robert Varga Date: Sun, 9 May 2021 19:59:42 +0000 (+0200) Subject: Integrate upstream MRI projects X-Git-Tag: v0.14.0~13 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5c93a7ce156d96f6268625b8d434621893dea1d4;p=aaa.git Integrate upstream MRI projects Adopt latest versions, namely; - odlparent-9.0.1 - yangtools-7.0.1 - infrautils-2.0.1 - mdsal-8.0.0-SNAPSHOT - controller-4.0.0-SNAPSHOT This forms the baseline for our next major release. Change-Id: I74c0af013cbb8545e1bef515a9b7fb392f3f09a8 Signed-off-by: Robert Varga --- diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index b71e4546d..68ffadbb6 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index 0a1ca2162..b9174dc57 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 307179211..5341809e9 100644 --- a/aaa-shiro/pom.xml +++ b/aaa-shiro/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/aaa-shiro/repackaged-shiro-jar/pom.xml b/aaa-shiro/repackaged-shiro-jar/pom.xml index ac1a29832..b8cc213d6 100644 --- a/aaa-shiro/repackaged-shiro-jar/pom.xml +++ b/aaa-shiro/repackaged-shiro-jar/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 8.1.2 + 9.0.1 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 4132deeb3..07db41141 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/docs/pom.xml b/docs/pom.xml index c75b79a13..221186ca7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 8.1.2 + 9.0.1 @@ -111,7 +111,7 @@ org.opendaylight.infrautils inject.guice.testutils - 1.9.8 + 2.0.1 provided @@ -247,11 +247,11 @@ https://commons.apache.org/proper/commons-lang/javadocs/api-3.11/ https://commons.apache.org/proper/commons-codec/apidocs/ - https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.1.2/ - https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/1.9.8/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.6/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.7/ - https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/3.0.8/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/9.0.1/ + https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/2.0.1/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/7.0.1/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/8.0.0-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/4.0.0-SNAPSHOT/ - odl-servlet-api - odl-ws-rs-api - odl-mdsal-binding-base + odl-servlet-api + odl-ws-rs-api + odl-mdsal-binding-base diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index 0520c15ec..cf2600d24 100644 --- a/features/odl-aaa-cert/pom.xml +++ b/features/odl-aaa-cert/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 @@ -27,7 +27,7 @@ org.opendaylight.controller odl-mdsal-broker - 3.0.8 + 4.0.0-SNAPSHOT xml features diff --git a/features/odl-aaa-cert/src/main/feature/feature.xml b/features/odl-aaa-cert/src/main/feature/feature.xml index 1d4bad692..890995d19 100644 --- a/features/odl-aaa-cert/src/main/feature/feature.xml +++ b/features/odl-aaa-cert/src/main/feature/feature.xml @@ -8,7 +8,7 @@ --> - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.aaa/aaa-cert/${project.version}/xml/config diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index 118de7b44..39ec93af2 100644 --- a/features/odl-aaa-cli/pom.xml +++ b/features/odl-aaa-cli/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 diff --git a/features/odl-aaa-encryption-service/pom.xml b/features/odl-aaa-encryption-service/pom.xml index adcf5b400..862d0f6dc 100644 --- a/features/odl-aaa-encryption-service/pom.xml +++ b/features/odl-aaa-encryption-service/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 @@ -40,7 +40,7 @@ org.opendaylight.controller odl-mdsal-broker - 3.0.8 + 4.0.0-SNAPSHOT xml features diff --git a/features/odl-aaa-encryption-service/src/main/feature/feature.xml b/features/odl-aaa-encryption-service/src/main/feature/feature.xml index 823ceb9be..899a99b96 100644 --- a/features/odl-aaa-encryption-service/src/main/feature/feature.xml +++ b/features/odl-aaa-encryption-service/src/main/feature/feature.xml @@ -8,7 +8,7 @@ --> - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/${project.version}/xml/config diff --git a/features/odl-aaa-password-service/pom.xml b/features/odl-aaa-password-service/pom.xml index 8d6edfd12..9fc8692e5 100644 --- a/features/odl-aaa-password-service/pom.xml +++ b/features/odl-aaa-password-service/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 @@ -60,14 +60,14 @@ org.opendaylight.mdsal odl-mdsal-binding-base - 7.0.7 + 8.0.0-SNAPSHOT xml features org.opendaylight.controller odl-mdsal-broker - 3.0.8 + 4.0.0-SNAPSHOT xml features diff --git a/features/odl-aaa-password-service/src/main/feature/feature.xml b/features/odl-aaa-password-service/src/main/feature/feature.xml index aec0e9ea6..42c8bd2aa 100644 --- a/features/odl-aaa-password-service/src/main/feature/feature.xml +++ b/features/odl-aaa-password-service/src/main/feature/feature.xml @@ -8,8 +8,8 @@ --> - odl-mdsal-binding-base - odl-mdsal-broker + odl-mdsal-binding-base + odl-mdsal-broker mvn:org.opendaylight.aaa/aaa-password-service-impl/${project.version}/xml/aaa-password-service-config diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index 0c0a35606..47efc3cee 100644 --- a/features/odl-aaa-shiro/pom.xml +++ b/features/odl-aaa-shiro/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 diff --git a/features/odl-aaa-shiro/src/main/feature/feature.xml b/features/odl-aaa-shiro/src/main/feature/feature.xml index 59ec7f062..011c5adef 100644 --- a/features/odl-aaa-shiro/src/main/feature/feature.xml +++ b/features/odl-aaa-shiro/src/main/feature/feature.xml @@ -23,8 +23,8 @@ mvn:org.opendaylight.aaa/aaa-filterchain/${project.version}/cfg/config - odl-karaf-feat-jdbc - odl-karaf-feat-jetty - odl-jolokia + odl-karaf-feat-jdbc + odl-karaf-feat-jetty + odl-jolokia diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index e8ab8be37..818ff0b62 100644 --- a/features/odl-aaa-web/pom.xml +++ b/features/odl-aaa-web/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 6.0.6 + 7.0.1 pom import diff --git a/features/odl-aaa-web/src/main/feature/feature.xml b/features/odl-aaa-web/src/main/feature/feature.xml index 1b8d8935b..a3d1dffe2 100644 --- a/features/odl-aaa-web/src/main/feature/feature.xml +++ b/features/odl-aaa-web/src/main/feature/feature.xml @@ -1,9 +1,9 @@ - odl-karaf-feat-jetty - odl-guava - odl-jersey-2 - odl-yangtools-util + odl-karaf-feat-jetty + odl-guava + odl-jersey-2 + odl-yangtools-util diff --git a/features/odl-apache-shiro/pom.xml b/features/odl-apache-shiro/pom.xml index 5d2a3694e..e58d25fa0 100644 --- a/features/odl-apache-shiro/pom.xml +++ b/features/odl-apache-shiro/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 9.0.1 diff --git a/features/odl-apache-shiro/src/main/feature/feature.xml b/features/odl-apache-shiro/src/main/feature/feature.xml index b4a92d465..209d3421c 100644 --- a/features/odl-apache-shiro/src/main/feature/feature.xml +++ b/features/odl-apache-shiro/src/main/feature/feature.xml @@ -8,6 +8,6 @@ --> - odl-servlet-api + odl-servlet-api diff --git a/features/pom.xml b/features/pom.xml index 66c6065d8..5782432e9 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/karaf/pom.xml b/karaf/pom.xml index 424c72da1..6c165a99a 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent karaf4-parent - 8.1.2 + 9.0.1 diff --git a/parent/pom.xml b/parent/pom.xml index 82bb6dabf..c66fbe103 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 8.0.0-SNAPSHOT @@ -28,7 +28,7 @@ org.opendaylight.controller controller-artifacts - 3.0.8 + 4.0.0-SNAPSHOT import pom diff --git a/pom.xml b/pom.xml index 15b6a0b93..c326e0b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/web/pom.xml b/web/pom.xml index c7d12e719..5013f2873 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 8.1.2 + 9.0.1 diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index c30c466cf..334fc7f14 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.infrautils infrautils-artifacts - 1.9.8 + 2.0.1 pom import