From 4fd72503d9ad86e3a8ed84f5f529e08adc3619cf Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 22 Jun 2017 10:17:21 +0200 Subject: [PATCH] Migrate to odlparent 2.0.0 In order to depend on fewer things, most projects are temporarily removed. What remains: distribution-version and restconf. Change-Id: Ie3ca3ff097d46c7622571f3056cfae3859e6d45f Signed-off-by: Vratko Polak Signed-off-by: Robert Varga --- artifacts/all/pom.xml | 2 +- artifacts/distribution/pom.xml | 24 +-- artifacts/pom.xml | 2 +- artifacts/upstream/all/pom.xml | 2 +- artifacts/upstream/artifacts/pom.xml | 7 + artifacts/upstream/feature-repos/pom.xml | 164 ---------------- artifacts/upstream/pom.xml | 2 +- artifacts/upstream/properties/pom.xml | 4 +- artifacts/upstream/single-features/pom.xml | 86 --------- features/pom.xml | 2 +- features/repos/distribution/pom.xml | 2 +- features/repos/index/pom.xml | 178 +----------------- features/repos/pom.xml | 2 +- features/repos/test/pom.xml | 2 +- .../singles/odl-distribution-version/pom.xml | 2 +- features/singles/odl-integration-all/pom.xml | 2 +- .../pom.xml | 94 +-------- features/singles/pom.xml | 2 +- karaf/pom.xml | 2 +- pom.xml | 2 +- version/pom.xml | 2 +- 21 files changed, 33 insertions(+), 552 deletions(-) diff --git a/artifacts/all/pom.xml b/artifacts/all/pom.xml index 08fb8670..5e5557a3 100644 --- a/artifacts/all/pom.xml +++ b/artifacts/all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/artifacts/distribution/pom.xml b/artifacts/distribution/pom.xml index b2f75f0e..d0af4f65 100644 --- a/artifacts/distribution/pom.xml +++ b/artifacts/distribution/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration @@ -55,28 +55,6 @@ xml config - - - ${project.groupId} - features3-distribution - ${project.version} - features - xml - - - ${project.groupId} - features-integration-index - ${project.version} - features - xml - - - ${project.groupId} - features-integration-test - ${project.version} - features - xml - ${project.groupId} diff --git a/artifacts/pom.xml b/artifacts/pom.xml index eddf2238..8470a028 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/artifacts/upstream/all/pom.xml b/artifacts/upstream/all/pom.xml index 50f2632e..3e6ea46a 100644 --- a/artifacts/upstream/all/pom.xml +++ b/artifacts/upstream/all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index e213b39f..be5c9e0f 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -57,6 +57,13 @@ pom import + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + diff --git a/artifacts/upstream/feature-repos/pom.xml b/artifacts/upstream/feature-repos/pom.xml index 06e9e44e..13d2f4d9 100644 --- a/artifacts/upstream/feature-repos/pom.xml +++ b/artifacts/upstream/feature-repos/pom.xml @@ -41,170 +41,6 @@ - - - - org.opendaylight.aaa - features4-aaa - ${aaa.version} - features - xml - - - org.opendaylight.aaa - features4-aaa-shiro - ${aaa.version} - features - xml - - - - - org.opendaylight.controller - features4-extras - ${controller.extras.version} - features - xml - - - org.opendaylight.controller - features4-mdsal - ${mdsal.version} - features - xml - - - org.opendaylight.controller - features4-mdsal-benchmark - ${benchmark.version} - features - xml - - - - - - - - - - - org.opendaylight.infrautils - infrautils-features4 - ${infrautils.version} - features - xml - - - - - org.opendaylight.netconf - features4-netconf - ${netconf.version} - features - xml - - - org.opendaylight.netconf - features4-netconf-connector - ${netconf.version} - features - xml - - - org.opendaylight.netconf - features4-restconf - ${restconf.version} - features - xml - - - - - org.opendaylight.odlparent - features4-akka - ${odlparent.version} - features - xml - - - org.opendaylight.odlparent - features4-odlparent - ${odlparent.version} - features - xml - - - - - - - - - - - diff --git a/artifacts/upstream/pom.xml b/artifacts/upstream/pom.xml index 75abff83..751b0f0c 100644 --- a/artifacts/upstream/pom.xml +++ b/artifacts/upstream/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index 548c716a..c48936d6 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration @@ -76,7 +76,7 @@ 1.4.0-SNAPSHOT 0.9.0-SNAPSHOT 0.3.0-SNAPSHOT - 1.9.0 + 2.0.0 1.3.0-SNAPSHOT 0.5.0-SNAPSHOT 1.5.0-SNAPSHOT diff --git a/artifacts/upstream/single-features/pom.xml b/artifacts/upstream/single-features/pom.xml index df083d54..24211e32 100644 --- a/artifacts/upstream/single-features/pom.xml +++ b/artifacts/upstream/single-features/pom.xml @@ -41,95 +41,9 @@ - - - org.opendaylight.controller - odl-config-persister - ${config.version} - - features - xml - - - - - org.opendaylight.aaa - odl-aaa-cert - ${aaa.version} - features - xml - - - org.opendaylight.aaa - odl-aaa-shiro - ${aaa.version} - features - xml - - - - - - - - org.opendaylight.netconf - odl-netconf-mdsal - ${mdsal.version} - features - xml - - - org.opendaylight.netconf - odl-restconf - ${restconf.version} - features - xml - - - - - - - - - - - diff --git a/features/pom.xml b/features/pom.xml index 0a56f0c4..1614154a 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/features/repos/distribution/pom.xml b/features/repos/distribution/pom.xml index 2a33e69e..9156979d 100644 --- a/features/repos/distribution/pom.xml +++ b/features/repos/distribution/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 6f10a3c0..fd219fde 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 1.9.0 + 2.0.0 org.opendaylight.integration @@ -61,193 +61,31 @@ xml - - - - - org.opendaylight.aaa - features4-aaa - features - xml - - - org.opendaylight.aaa - features4-aaa-shiro - features - xml - - - - - org.opendaylight.controller - features4-extras - features - xml - - - org.opendaylight.controller - features4-mdsal - features - xml - - - org.opendaylight.controller - features4-mdsal-benchmark - features - xml - - - - - org.opendaylight.infrautils - infrautils-features4 - features - xml - - - - - - - - org.opendaylight.netconf - features4-restconf - features - xml - + org.opendaylight.odlparent - features4-akka + features-akka features xml org.opendaylight.odlparent - features4-odlparent + features-odlparent features xml - - - - - - - - - - - - - - - - - - - org.opendaylight.snmp - features4-snmp + org.opendaylight.netconf + features-restconf features xml - --> - - + diff --git a/features/repos/pom.xml b/features/repos/pom.xml index e71cfeec..9ab390df 100644 --- a/features/repos/pom.xml +++ b/features/repos/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/features/repos/test/pom.xml b/features/repos/test/pom.xml index 4a0536cf..70dfe64b 100644 --- a/features/repos/test/pom.xml +++ b/features/repos/test/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/features/singles/odl-distribution-version/pom.xml b/features/singles/odl-distribution-version/pom.xml index b00a4605..156ca331 100644 --- a/features/singles/odl-distribution-version/pom.xml +++ b/features/singles/odl-distribution-version/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index d8ecd20f..38601265 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 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 e69f10f2..398d24ff 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 org.opendaylight.integration @@ -51,8 +51,6 @@ - - ${project.groupId} @@ -60,102 +58,12 @@ xml features - - - - org.opendaylight.aaa - odl-aaa-shiro - xml - features - - - - - - - - - - - org.opendaylight.netconf odl-restconf xml features - - - - - - - - - - diff --git a/features/singles/pom.xml b/features/singles/pom.xml index 73e92384..a7fa7a11 100644 --- a/features/singles/pom.xml +++ b/features/singles/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/karaf/pom.xml b/karaf/pom.xml index 46a0b298..87181ede 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent karaf4-parent - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/pom.xml b/pom.xml index 51a9980d..8fb3aec0 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 org.opendaylight.integration diff --git a/version/pom.xml b/version/pom.xml index 90f209fa..6636c669 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -41,6 +41,6 @@ - 1.9.0 + 2.0.0 -- 2.36.6