From d7b06df70861ce27ae18001a53cfb6107e0f10d4 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 23 Sep 2019 05:29:27 +0200 Subject: [PATCH] Bump MRI versions This aligns documented versions with odlparent-5.0.2 rollout. Change-Id: I04d32574599e3c4ad963c548cb67132322272e5a Signed-off-by: Robert Varga --- artifacts/all/pom.xml | 2 +- artifacts/distribution/pom.xml | 2 +- artifacts/pom.xml | 2 +- artifacts/upstream/all/pom.xml | 2 +- artifacts/upstream/pom.xml | 2 +- artifacts/upstream/properties/pom.xml | 8 ++++---- docs/platform-versions.rst | 8 ++++---- features/pom.xml | 2 +- features/repos/index/pom.xml | 2 +- features/repos/pom.xml | 2 +- features/repos/test/pom.xml | 2 +- features/singles/odl-integration-all/pom.xml | 2 +- .../singles/odl-integration-compatible-with-all/pom.xml | 2 +- features/singles/pom.xml | 2 +- karaf-scripts/pom.xml | 2 +- karaf/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/artifacts/all/pom.xml b/artifacts/all/pom.xml index 6fab2c04..109e00e9 100644 --- a/artifacts/all/pom.xml +++ b/artifacts/all/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/artifacts/distribution/pom.xml b/artifacts/distribution/pom.xml index f68e277f..d2010cff 100644 --- a/artifacts/distribution/pom.xml +++ b/artifacts/distribution/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 86076009..4ac8b872 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/artifacts/upstream/all/pom.xml b/artifacts/upstream/all/pom.xml index b10bdab7..b2ce6f4a 100644 --- a/artifacts/upstream/all/pom.xml +++ b/artifacts/upstream/all/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/artifacts/upstream/pom.xml b/artifacts/upstream/pom.xml index a1b9dbaa..5ee429fc 100644 --- a/artifacts/upstream/pom.xml +++ b/artifacts/upstream/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index b9557bf1..6e92f403 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration @@ -54,16 +54,16 @@ 0.8.0-SNAPSHOT 1.7.0-SNAPSHOT 1.11.0-SNAPSHOT - 4.0.4 + 4.0.6 1.8.0-SNAPSHOT 0.10.0-SNAPSHOT 0.14.0-SNAPSHOT - 5.0.1 + 5.0.2 0.10.0-SNAPSHOT 1.10.0-SNAPSHOT 0.5.0-SNAPSHOT 0.11.0-SNAPSHOT - 3.0.4 + 3.0.5 diff --git a/docs/platform-versions.rst b/docs/platform-versions.rst index c7254709..751a17e1 100644 --- a/docs/platform-versions.rst +++ b/docs/platform-versions.rst @@ -13,19 +13,19 @@ Platform versions * - org.opendaylight.odlparent - \* - - 5.0.1 + - 5.0.2 * - org.opendaylight.yangtools - yangtools-artifacts - - 3.0.4 + - 3.0.5 * - org.opendaylight.mdsal - binding-parent - - 4.0.4 + - 4.0.6 * - org.opendaylight.mdsal - mdsal-artifacts - - 4.0.4 + - 4.0.6 * - org.opendaylight.controller - mdsal-artifacts diff --git a/features/pom.xml b/features/pom.xml index dd06ba78..4797faa5 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 3d8b5cb9..52e2b819 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/repos/pom.xml b/features/repos/pom.xml index c48487d5..2c1db44a 100644 --- a/features/repos/pom.xml +++ b/features/repos/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/repos/test/pom.xml b/features/repos/test/pom.xml index 98a92518..128a3796 100644 --- a/features/repos/test/pom.xml +++ b/features/repos/test/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index d516e24c..e060c12a 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index 3436f99a..d1d35db5 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/features/singles/pom.xml b/features/singles/pom.xml index d2bf164d..2ca4a931 100644 --- a/features/singles/pom.xml +++ b/features/singles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/karaf-scripts/pom.xml b/karaf-scripts/pom.xml index 43a9d365..eb123b2d 100644 --- a/karaf-scripts/pom.xml +++ b/karaf-scripts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/karaf/pom.xml b/karaf/pom.xml index 2cb7ec43..7f4f313e 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent karaf4-parent - 5.0.1 + 5.0.2 org.opendaylight.integration diff --git a/pom.xml b/pom.xml index bfe9835e..10b1e613 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.2 org.opendaylight.integration -- 2.36.6