From 95ff3e8fac01cf6eac4ea80425e7b217dedc7919 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 20 Aug 2021 01:07:16 +0200 Subject: [PATCH] Bump upstreams Adops odlparent-9.0.3 and yangtools-7.0.5. Change-Id: I22c5ae9be1e8b817b8bf47f82ac28eb10ba6e840 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- binding/binding-parent/pom.xml | 2 +- .../binding/java/api/generator/JavaFileTemplate.java | 10 +++++----- binding/mdsal-binding-test-utils/pom.xml | 2 +- binding/pom.xml | 2 +- common/pom.xml | 2 +- docs/pom.xml | 4 ++-- dom/dom-parent/pom.xml | 4 ++-- dom/pom.xml | 2 +- entityownership/pom.xml | 2 +- features/feature-parent/pom.xml | 4 ++-- features/features-mdsal-experimental/pom.xml | 2 +- features/features-mdsal/pom.xml | 2 +- features/pom.xml | 2 +- model/iana/pom.xml | 2 +- model/ietf/pom.xml | 2 +- model/pom.xml | 2 +- netty/pom.xml | 2 +- pom.xml | 2 +- replicate/pom.xml | 2 +- singleton-service/pom.xml | 2 +- trace/pom.xml | 2 +- yanglib/pom.xml | 2 +- 23 files changed, 30 insertions(+), 30 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index fdcda5f76c..8f7923b8f2 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 0f69df8da2..062280d7ff 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -54,7 +54,7 @@ org.opendaylight.yangtools yang-maven-plugin - 7.0.4 + 7.0.5 org.opendaylight.mdsal diff --git a/binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java b/binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java index 563b44dbe7..9ea277891f 100644 --- a/binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java +++ b/binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java @@ -401,11 +401,11 @@ class JavaFileTemplate { * @param method method signature from which is the method name and return type obtained * @return generated property instance for the getter method * @throws IllegalArgumentException
    - *
  • if the method equals null
  • - *
  • if the name of the method equals null
  • - *
  • if the name of the method is empty
  • - *
  • if the return type of the method equals null
  • - *
+ *
  • if the {@code method} equals {@code null}
  • + *
  • if the name of the {@code method} equals {@code null}
  • + *
  • if the name of the {@code method} is empty
  • + *
  • if the return type of the {@code method} equals {@code null}
  • + * */ private static BuilderGeneratedProperty propertyFromGetter(final MethodSignature method) { checkArgument(method != null); diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 9e27ca6aec..2c5157a9c4 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 9.0.2 + 9.0.3 diff --git a/binding/pom.xml b/binding/pom.xml index 3eacc1c24c..abbb05a226 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/common/pom.xml b/common/pom.xml index 29d67dec49..04ae392e75 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/docs/pom.xml b/docs/pom.xml index 0178c61180..ef010d073f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -624,8 +624,8 @@ https://commons.apache.org/proper/commons-lang/javadocs/api-3.10/ https://commons.apache.org/proper/commons-codec/apidocs/ - https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/9.0.2/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/7.0.4/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/9.0.3/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/7.0.5/ diff --git a/dom/dom-parent/pom.xml b/dom/dom-parent/pom.xml index ddc49eb091..6f532b5763 100644 --- a/dom/dom-parent/pom.xml +++ b/dom/dom-parent/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 9.0.2 + 9.0.3 @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 7.0.4 + 7.0.5 pom import diff --git a/dom/pom.xml b/dom/pom.xml index 2c60826f23..efce14fd2b 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 5cb9df19c9..cb2bf4c4ac 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index abb62f80b1..6408581bfb 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 9.0.2 + 9.0.3 @@ -27,7 +27,7 @@ org.opendaylight.yangtools yangtools-artifacts - 7.0.4 + 7.0.5 pom import diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index 0cc65cd339..8ffbb7dc19 100644 --- a/features/features-mdsal-experimental/pom.xml +++ b/features/features-mdsal-experimental/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.2 + 9.0.3 diff --git a/features/features-mdsal/pom.xml b/features/features-mdsal/pom.xml index 2e22268c34..c6ccd425d0 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.2 + 9.0.3 diff --git a/features/pom.xml b/features/pom.xml index d9f5389bff..625fb2640c 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/model/iana/pom.xml b/model/iana/pom.xml index c7fbccd105..a2f36f181b 100644 --- a/model/iana/pom.xml +++ b/model/iana/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/model/ietf/pom.xml b/model/ietf/pom.xml index 393a6c46ba..a73b9725f7 100644 --- a/model/ietf/pom.xml +++ b/model/ietf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/model/pom.xml b/model/pom.xml index 79ce230af7..e98b194031 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/netty/pom.xml b/netty/pom.xml index e9bdc9db99..809bc24518 100644 --- a/netty/pom.xml +++ b/netty/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/pom.xml b/pom.xml index a9ca9acf37..542a0da9f8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/replicate/pom.xml b/replicate/pom.xml index 98ceae97a2..423249b4c5 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index e347c9d6d3..6d7a8aea46 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/trace/pom.xml b/trace/pom.xml index aa9b514e1c..c6ebdf5ee8 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 diff --git a/yanglib/pom.xml b/yanglib/pom.xml index 86837fdef0..4b9643192a 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.2 + 9.0.3 -- 2.36.6