From: Robert Varga Date: Mon, 27 Apr 2020 20:31:34 +0000 (+0200) Subject: Cleanup versions across modules X-Git-Tag: v2.0.0~5 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0adb29851377c6ad28f4a45b424b0c9478ddc0f1 Cleanup versions across modules This finishes up the audit of pom.xml files to eliminate superfluous version declarations. Change-Id: Id7c671ad1c16ffb7db15709709fec9d933c65170 Signed-off-by: Robert Varga --- diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index b96768a9d8..9563215555 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -24,6 +24,13 @@ + + org.opendaylight.yangtools + yangtools-artifacts + 5.0.1 + pom + import + org.opendaylight.mdsal mdsal-artifacts @@ -34,14 +41,7 @@ org.opendaylight.controller controller-artifacts - 2.0.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 5.0.1 + ${project.version} pom import diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 1c7a0f8ee1..95def93256 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -1,7 +1,6 @@ 4.0.0 - org.opendaylight.controller mdsal-parent @@ -11,7 +10,6 @@ org.opendaylight.controller cds-access-api - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index 175d5541e6..896b444adb 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -1,7 +1,6 @@ 4.0.0 - org.opendaylight.controller mdsal-parent @@ -11,7 +10,6 @@ org.opendaylight.controller cds-access-client - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index 15dad05ff4..8d5340dc31 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -1,7 +1,6 @@ 4.0.0 - org.opendaylight.controller mdsal-parent @@ -11,7 +10,6 @@ org.opendaylight.controller cds-dom-api - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 0c01721d76..39ae9404db 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -8,14 +8,14 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.odlparent bundle-parent 7.0.1 - 4.0.0 + org.opendaylight.controller mdsal-it-base 2.0.0-SNAPSHOT @@ -33,7 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller controller-artifacts - 2.0.0-SNAPSHOT + ${project.version} pom import diff --git a/opendaylight/md-sal/messagebus-api/pom.xml b/opendaylight/md-sal/messagebus-api/pom.xml index c3a4916fdd..4549ecc979 100644 --- a/opendaylight/md-sal/messagebus-api/pom.xml +++ b/opendaylight/md-sal/messagebus-api/pom.xml @@ -10,7 +10,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller mdsal-parent @@ -20,7 +19,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller messagebus-api - 2.0.0-SNAPSHOT bundle ${project.artifactId} @@ -53,5 +51,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - diff --git a/opendaylight/md-sal/messagebus-impl/pom.xml b/opendaylight/md-sal/messagebus-impl/pom.xml index 330ac15417..aa4f016e29 100644 --- a/opendaylight/md-sal/messagebus-impl/pom.xml +++ b/opendaylight/md-sal/messagebus-impl/pom.xml @@ -10,7 +10,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller mdsal-parent @@ -19,7 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller - 2.0.0-SNAPSHOT messagebus-impl ${project.artifactId} bundle @@ -42,5 +40,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html messagebus-spi - diff --git a/opendaylight/md-sal/messagebus-spi/pom.xml b/opendaylight/md-sal/messagebus-spi/pom.xml index 4e11e9d9db..808b1491d5 100644 --- a/opendaylight/md-sal/messagebus-spi/pom.xml +++ b/opendaylight/md-sal/messagebus-spi/pom.xml @@ -1,3 +1,11 @@ + + 4.0.0 @@ -9,7 +17,6 @@ org.opendaylight.controller messagebus-spi - 2.0.0-SNAPSHOT ${project.artifactId} bundle diff --git a/opendaylight/md-sal/messagebus-util/pom.xml b/opendaylight/md-sal/messagebus-util/pom.xml index be0ec1f5ac..60c430e257 100644 --- a/opendaylight/md-sal/messagebus-util/pom.xml +++ b/opendaylight/md-sal/messagebus-util/pom.xml @@ -20,7 +20,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller messagebus-util - 2.0.0-SNAPSHOT bundle ${project.artifactId} @@ -44,11 +43,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 2.4 test - - org.mockito - mockito-core - test - - diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index 43a9a4ea61..df712f505e 100644 --- a/opendaylight/md-sal/sal-akka-raft-example/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft-example/pom.xml @@ -17,7 +17,6 @@ org.opendaylight.controller sal-akka-raft-example - 2.0.0-SNAPSHOT bundle @@ -53,5 +52,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering - diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 1e6e047dab..1639fbfe13 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-akka-raft - 2.0.0-SNAPSHOT bundle @@ -18,62 +17,48 @@ org.opendaylight.controller sal-clustering-commons - com.typesafe.akka akka-actor_2.13 - com.typesafe.akka akka-cluster_2.13 - com.typesafe.akka akka-persistence_2.13 - com.typesafe.akka akka-remote_2.13 - com.typesafe.akka - akka-testkit_2.13 - test - - - - org.osgi - org.osgi.core + akka-slf4j_2.13 - org.scala-lang scala-library - org.apache.commons commons-lang3 - - com.typesafe.akka - akka-slf4j_2.13 + org.osgi + org.osgi.core - org.awaitility - awaitility + com.typesafe.akka + akka-testkit_2.13 test - org.mockito - mockito-core + org.awaitility + awaitility test @@ -95,7 +80,6 @@ - org.apache.felix maven-bundle-plugin @@ -108,7 +92,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -129,5 +112,4 @@ HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering - diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index 10c8574903..e09d4409dc 100644 --- a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml +++ b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml @@ -17,11 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html sal-akka-segmented-journal - 2.0.0-SNAPSHOT bundle - com.typesafe.akka @@ -107,5 +105,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering - diff --git a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml index 307f3f4364..1f833fbdb2 100644 --- a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-cluster-admin-api - 2.0.0-SNAPSHOT bundle @@ -19,5 +18,4 @@ cds-access-api - diff --git a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml index ef8da2d210..15c54bd159 100644 --- a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-cluster-admin-impl - 2.0.0-SNAPSHOT bundle @@ -18,12 +17,8 @@ org.opendaylight.controller sal-cluster-admin-api + - - org.mockito - mockito-core - test - org.slf4j slf4j-simple @@ -39,7 +34,7 @@ org.opendaylight.controller sal-distributed-datastore test-jar - 2.0.0-SNAPSHOT + ${project.version} test @@ -49,7 +44,6 @@ org.opendaylight.controller.samples clustering-it-model - 2.0.0-SNAPSHOT test diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 3d0730da04..37fbb0d442 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -9,7 +9,6 @@ sal-clustering-commons - 2.0.0-SNAPSHOT bundle @@ -19,11 +18,6 @@ xmlunit-legacy - - org.mockito - mockito-core - test - org.slf4j slf4j-simple diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 01c55fdc33..c0c0c7f7c6 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-common-util - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 3b019d3c5c..e88b6231fc 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -9,7 +9,6 @@ sal-distributed-datastore - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/sal-distributed-eos/pom.xml b/opendaylight/md-sal/sal-distributed-eos/pom.xml index aa1af28777..e1629b2eca 100644 --- a/opendaylight/md-sal/sal-distributed-eos/pom.xml +++ b/opendaylight/md-sal/sal-distributed-eos/pom.xml @@ -9,7 +9,6 @@ sal-distributed-eos - 2.0.0-SNAPSHOT bundle @@ -52,7 +51,7 @@ org.opendaylight.controller sal-distributed-datastore - 2.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 58e4d1cfcb..229ab3ef44 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-dummy-distributed-datastore - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 37ddc1e1bf..b9b90ffa3f 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller sal-remoterpc-connector - 2.0.0-SNAPSHOT bundle @@ -90,11 +89,6 @@ scala-library - - org.mockito - mockito-core - test - org.slf4j slf4j-simple diff --git a/opendaylight/md-sal/sal-test-model/pom.xml b/opendaylight/md-sal/sal-test-model/pom.xml index 7d6fa6166a..d335cc2b6f 100644 --- a/opendaylight/md-sal/sal-test-model/pom.xml +++ b/opendaylight/md-sal/sal-test-model/pom.xml @@ -12,7 +12,6 @@ org.opendaylight.controller sal-test-model - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index acbd7fa23f..63a51f216f 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -10,10 +10,20 @@ org.opendaylight.controller.samples - 2.0.0-SNAPSHOT clustering-it-model bundle + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + + org.opendaylight.mdsal.model + yang-ext + + + @@ -30,14 +40,4 @@ - - - org.opendaylight.mdsal.binding.model.ietf - rfc6991 - - - org.opendaylight.mdsal.model - yang-ext - - diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index 442270f479..0579dd032e 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller.samples clustering-it-provider - 2.0.0-SNAPSHOT bundle diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index e1da07ae50..2a4e22a7b9 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -10,14 +10,12 @@ org.opendaylight.controller.samples sample-toaster-consumer - 2.0.0-SNAPSHOT bundle ${project.groupId} sample-toaster - ${project.version} org.opendaylight.controller diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 402f4a67d0..cbbd9ee50a 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -10,14 +10,12 @@ org.opendaylight.controller.samples sample-toaster-provider - 2.0.0-SNAPSHOT bundle ${project.groupId} sample-toaster - ${project.version} org.opendaylight.mdsal diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 9dc3778d56..505e568d3d 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -10,7 +10,6 @@ org.opendaylight.controller.samples - 2.0.0-SNAPSHOT sample-toaster bundle diff --git a/opendaylight/model/model-topology/pom.xml b/opendaylight/model/model-topology/pom.xml index c8ffed0e75..52897a46ab 100644 --- a/opendaylight/model/model-topology/pom.xml +++ b/opendaylight/model/model-topology/pom.xml @@ -11,22 +11,20 @@ 4.0.0 - org.opendaylight.mdsal - binding-parent - 6.0.0 - + org.opendaylight.controller + mdsal-parent + 2.0.0-SNAPSHOT + ../../md-sal/parent org.opendaylight.controller.model model-topology - 2.0.0-SNAPSHOT bundle org.opendaylight.controller.model model-inventory - ${project.version} org.opendaylight.mdsal.model