From 1a4f5e8a6557470af159aaba5ecf6f78880b7dee Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 20 Oct 2016 20:24:13 +0200 Subject: [PATCH] Derive aggregators from odlparent-lite There is no point in inheriting from parent, just use odlparent-lite. Should speed up the build process. Change-Id: Iecdf1b5d7c44d7f5f1c84a2107bf51c7011b6f23 Signed-off-by: Robert Varga --- bgp/benchmark-app/pom.xml | 66 +++--- bgp/bmp-api/pom.xml | 59 ++--- bgp/bmp-impl/pom.xml | 46 ++-- bgp/bmp-mock/pom.xml | 22 +- bgp/bmp-parser-impl/pom.xml | 50 ++-- bgp/bmp-spi/pom.xml | 57 ++--- bgp/cli/pom.xml | 58 ++--- bgp/concepts/pom.xml | 70 ++---- bgp/config-loader-impl/pom.xml | 48 +--- bgp/config-loader-spi/pom.xml | 48 +--- bgp/controller-config/pom.xml | 59 ++--- bgp/evpn/pom.xml | 44 +--- bgp/flowspec/pom.xml | 60 ++--- bgp/inet/pom.xml | 60 ++--- bgp/l3vpn/pom.xml | 57 ++--- bgp/labeled-unicast/pom.xml | 60 ++--- bgp/linkstate/pom.xml | 60 ++--- bgp/openconfig-api/pom.xml | 57 ++--- bgp/openconfig-impl/pom.xml | 58 ++--- bgp/openconfig-spi/pom.xml | 59 ++--- bgp/parser-api/pom.xml | 61 ++--- bgp/parser-impl/pom.xml | 41 ++-- bgp/parser-mock/pom.xml | 56 ++--- bgp/parser-spi/pom.xml | 63 +++-- bgp/path-selection-mode/pom.xml | 66 +++--- bgp/peer-acceptor/pom.xml | 47 +--- bgp/pom.xml | 12 +- bgp/rib-api/pom.xml | 60 ++--- bgp/rib-impl/pom.xml | 76 +++--- bgp/rib-mock/pom.xml | 51 ++-- bgp/rib-spi/pom.xml | 55 ++--- bgp/testtool/pom.xml | 26 ++- bgp/topology-provider/pom.xml | 60 ++--- bgp/util/pom.xml | 56 ++--- binding-parent/pom.xml | 52 +++++ bundle-parent/pom.xml | 52 +++++ config-parent/pom.xml | 52 +++++ features/pom.xml | 10 +- parent/pom.xml | 3 - pcep/api/pom.xml | 60 ++--- pcep/auto-bandwidth-extension/pom.xml | 54 ++--- pcep/base-parser/pom.xml | 54 ++--- pcep/controller-config/pom.xml | 60 ++--- pcep/ietf-stateful07/pom.xml | 59 ++--- pcep/impl/pom.xml | 51 ++-- pcep/pcc-mock/pom.xml | 321 +++++++++++++------------ pcep/pom.xml | 10 +- pcep/segment-routing/pom.xml | 323 ++++++++++++-------------- pcep/spi/pom.xml | 49 ++-- pcep/testtool/pom.xml | 58 ++--- pcep/topology-api/pom.xml | 63 ++--- pcep/topology-provider/pom.xml | 51 ++-- pcep/topology-spi/pom.xml | 54 ++--- pcep/tunnel-api/pom.xml | 63 ++--- pcep/tunnel-provider/pom.xml | 58 ++--- pom.xml | 15 +- programming/api/pom.xml | 58 ++--- programming/controller-config/pom.xml | 56 ++--- programming/impl/pom.xml | 43 ++-- programming/pom.xml | 12 +- programming/spi/pom.xml | 58 ++--- programming/topology-api/pom.xml | 58 ++--- programming/tunnel-api/pom.xml | 58 ++--- rsvp/api/pom.xml | 58 ++--- rsvp/impl/pom.xml | 65 +++--- rsvp/pom.xml | 12 +- rsvp/spi/pom.xml | 72 ++---- topology/api/pom.xml | 59 ++--- topology/pom.xml | 12 +- topology/segment-routing/pom.xml | 60 ++--- topology/tunnel-api/pom.xml | 72 +++--- 71 files changed, 1577 insertions(+), 2576 deletions(-) create mode 100644 binding-parent/pom.xml create mode 100644 bundle-parent/pom.xml create mode 100644 config-parent/pom.xml diff --git a/bgp/benchmark-app/pom.xml b/bgp/benchmark-app/pom.xml index 728d102052..4239373aca 100644 --- a/bgp/benchmark-app/pom.xml +++ b/bgp/benchmark-app/pom.xml @@ -1,25 +1,25 @@ - - + and is available at http://www.eclipse.org/legal/epl-v10.html +--> + + 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent - bundle + bgp-benchmark-app + bundle + ${project.artifactId} @@ -98,22 +98,9 @@ test-jar + - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.codehaus.mojo build-helper-maven-plugin @@ -139,19 +126,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/bmp-api/pom.xml b/bgp/bmp-api/pom.xml index 16976ad33e..a6f2c46711 100644 --- a/bgp/bmp-api/pom.xml +++ b/bgp/bmp-api/pom.xml @@ -10,24 +10,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent + bgp-bmp-api BMP API bundle ${project.artifactId} - - 3.0.4 - @@ -76,38 +69,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/bmp-impl/pom.xml b/bgp/bmp-impl/pom.xml index c69523b4c4..56d9469aaf 100644 --- a/bgp/bmp-impl/pom.xml +++ b/bgp/bmp-impl/pom.xml @@ -3,25 +3,16 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent bgp-bmp-impl bundle ${project.artifactId} - - 3.0.4 - @@ -127,7 +118,7 @@ io.netty netty-transport-native-epoll - ${os.detected.classifier} + linux-x86_64 io.netty @@ -266,26 +257,21 @@ - - org.opendaylight.yangtools - yang-maven-plugin - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/bmp-mock/pom.xml b/bgp/bmp-mock/pom.xml index 8a8ac77fe2..d8673e85e5 100644 --- a/bgp/bmp-mock/pom.xml +++ b/bgp/bmp-mock/pom.xml @@ -4,13 +4,29 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.opendaylight.bgpcep - bgp-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + + org.opendaylight.bgpcep bgp-bmp-mock + 0.7.0-SNAPSHOT bmp-mock + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + org.opendaylight.bgpcep diff --git a/bgp/bmp-parser-impl/pom.xml b/bgp/bmp-parser-impl/pom.xml index 1397410c73..a29f4d3152 100644 --- a/bgp/bmp-parser-impl/pom.xml +++ b/bgp/bmp-parser-impl/pom.xml @@ -3,25 +3,16 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-bmp-parser-impl bundle ${project.artifactId} - - 3.0.4 - @@ -59,16 +50,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins @@ -85,19 +66,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/bmp-spi/pom.xml b/bgp/bmp-spi/pom.xml index 92402ddeea..64201cd639 100644 --- a/bgp/bmp-spi/pom.xml +++ b/bgp/bmp-spi/pom.xml @@ -10,24 +10,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent + bgp-bmp-spi - BMP SPI bundle + BMP SPI ${project.artifactId} - - 3.0.4 - @@ -124,34 +117,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/cli/pom.xml b/bgp/cli/pom.xml index 1b7c149dbf..3f05a05733 100644 --- a/bgp/cli/pom.xml +++ b/bgp/cli/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + bundle-parent 0.7.0-SNAPSHOT + ../../bundle-parent bgp-cli BGP CLI bundle ${project.artifactId} - - 3.0.4 - @@ -99,38 +91,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/concepts/pom.xml b/bgp/concepts/pom.xml index bb0329a2e7..4badb0ae5b 100644 --- a/bgp/concepts/pom.xml +++ b/bgp/concepts/pom.xml @@ -7,35 +7,22 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-concepts - Basic BGP concepts bundle + Basic BGP concepts ${project.artifactId} - - 3.0.4 - - - ${project.groupId} - util - com.google.guava guava @@ -69,6 +56,11 @@ ${project.groupId} concepts + + ${project.groupId} + util + + - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/config-loader-impl/pom.xml b/bgp/config-loader-impl/pom.xml index 5de9b6e7a0..52edfab0d3 100644 --- a/bgp/config-loader-impl/pom.xml +++ b/bgp/config-loader-impl/pom.xml @@ -7,29 +7,20 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - + + + 4.0.0 - bgp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent - 4.0.0 bgp-config-loader-impl BGP Initial configuration Loader bundle ${project.artifactId} - - 3.0.4 - @@ -42,28 +33,13 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ @@ -71,4 +47,4 @@ ${nexus.site.url}/${project.artifactId}/ - \ No newline at end of file + diff --git a/bgp/config-loader-spi/pom.xml b/bgp/config-loader-spi/pom.xml index e2eaf8dc6b..aa65110770 100644 --- a/bgp/config-loader-spi/pom.xml +++ b/bgp/config-loader-spi/pom.xml @@ -7,29 +7,20 @@ ~ and is available at http://www.eclipse.org/legal/epl-v10.html --> - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - + + + 4.0.0 - bgp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent - 4.0.0 bgp-config-loader-spi BGP Initial configuration Loader SPI bundle ${project.artifactId} - - 3.0.4 - @@ -38,28 +29,13 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ @@ -67,4 +43,4 @@ ${nexus.site.url}/${project.artifactId}/ - \ No newline at end of file + diff --git a/bgp/controller-config/pom.xml b/bgp/controller-config/pom.xml index 49df93ec25..acd8841f78 100644 --- a/bgp/controller-config/pom.xml +++ b/bgp/controller-config/pom.xml @@ -11,25 +11,31 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - bgp-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep bgp-controller-config - Controller Configuration files for BGP protocol + 0.7.0-SNAPSHOT jar + Controller Configuration files for BGP protocol ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + @@ -83,19 +89,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/evpn/pom.xml b/bgp/evpn/pom.xml index 70be99edf3..7e8f9e6d61 100644 --- a/bgp/evpn/pom.xml +++ b/bgp/evpn/pom.xml @@ -11,25 +11,17 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - bgp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-evpn BGP Evpn bundle ${project.artifactId} - - 3.0.4 - @@ -118,33 +110,15 @@ test - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ opendaylight-site diff --git a/bgp/flowspec/pom.xml b/bgp/flowspec/pom.xml index c35a345854..cd3e5fb492 100644 --- a/bgp/flowspec/pom.xml +++ b/bgp/flowspec/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-flowspec - BGP Flow Specification bundle + BGP Flow Specification ${project.artifactId} - - 3.0.4 - @@ -161,38 +153,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/inet/pom.xml b/bgp/inet/pom.xml index 987f4300af..7d688af403 100644 --- a/bgp/inet/pom.xml +++ b/bgp/inet/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-inet - BGP IPv4/6 Support bundle + BGP IPv4/6 Support ${project.artifactId} - - 3.0.4 - @@ -102,38 +94,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/l3vpn/pom.xml b/bgp/l3vpn/pom.xml index 4c34bbc7c2..24eda121a5 100644 --- a/bgp/l3vpn/pom.xml +++ b/bgp/l3vpn/pom.xml @@ -11,21 +11,16 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-l3vpn - BGP L3 VPN bundle + BGP L3 VPN ${project.artifactId} @@ -98,38 +93,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/labeled-unicast/pom.xml b/bgp/labeled-unicast/pom.xml index e8b79b65a8..c0c0d4a0b1 100644 --- a/bgp/labeled-unicast/pom.xml +++ b/bgp/labeled-unicast/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-labeled-unicast - BGP Labeled Unicast bundle + BGP Labeled Unicast ${project.artifactId} - - 3.0.4 - @@ -173,38 +165,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/linkstate/pom.xml b/bgp/linkstate/pom.xml index 343937e0e2..3ae634583d 100644 --- a/bgp/linkstate/pom.xml +++ b/bgp/linkstate/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-linkstate - BGP linkstate concepts bundle + BGP linkstate concepts ${project.artifactId} - - 3.0.4 - @@ -192,38 +184,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/openconfig-api/pom.xml b/bgp/openconfig-api/pom.xml index cae842c0e7..8e0e0c8eb4 100644 --- a/bgp/openconfig-api/pom.xml +++ b/bgp/openconfig-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-openconfig-api BGP OPENCONFIG API bundle ${project.artifactId} - - 3.0.4 - @@ -76,38 +68,19 @@ test - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/openconfig-impl/pom.xml b/bgp/openconfig-impl/pom.xml index 20cd191064..57bfc9210b 100644 --- a/bgp/openconfig-impl/pom.xml +++ b/bgp/openconfig-impl/pom.xml @@ -11,21 +11,16 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-openconfig-impl - BGP OPENCONFIG IMPL bundle + BGP OPENCONFIG IMPL ${project.artifactId} @@ -88,38 +83,19 @@ test - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - \ No newline at end of file + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/bgp/openconfig-spi/pom.xml b/bgp/openconfig-spi/pom.xml index ef5ab3b601..2bd7679a77 100644 --- a/bgp/openconfig-spi/pom.xml +++ b/bgp/openconfig-spi/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-openconfig-spi BGP OPENCONFIG SPI bundle ${project.artifactId} - - 3.0.4 - @@ -53,38 +45,19 @@ ietf-inet-types-2013-07-15 - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - \ No newline at end of file + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/bgp/parser-api/pom.xml b/bgp/parser-api/pom.xml index f5271978ec..255b6aae03 100644 --- a/bgp/parser-api/pom.xml +++ b/bgp/parser-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-parser-api - BGP Parser API bundle + BGP Parser API ${project.artifactId} - - 3.0.4 - @@ -80,39 +72,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/parser-impl/pom.xml b/bgp/parser-impl/pom.xml index fa72d04685..c8b0473c64 100644 --- a/bgp/parser-impl/pom.xml +++ b/bgp/parser-impl/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-parser-impl - BGP Parser Implementation Updated to draft-02 bundle + BGP Parser Implementation Updated to draft-02 ${project.artifactId} - - 3.0.4 - @@ -118,19 +110,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/parser-mock/pom.xml b/bgp/parser-mock/pom.xml index 201d889d3b..519e628ed3 100644 --- a/bgp/parser-mock/pom.xml +++ b/bgp/parser-mock/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-parser-mock - BGP Parser Mock Implementation bundle + BGP Parser Mock Implementation ${project.artifactId} - - 3.0.4 - @@ -72,34 +64,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/parser-spi/pom.xml b/bgp/parser-spi/pom.xml index 0bc9d2239e..a822f5fd53 100644 --- a/bgp/parser-spi/pom.xml +++ b/bgp/parser-spi/pom.xml @@ -11,25 +11,29 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-parser-spi - BGP Parser SPI bundle + BGP Parser SPI ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + @@ -126,16 +130,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins maven-jar-plugin @@ -151,19 +145,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/path-selection-mode/pom.xml b/bgp/path-selection-mode/pom.xml index 55a7b93469..2ca2ab4bae 100644 --- a/bgp/path-selection-mode/pom.xml +++ b/bgp/path-selection-mode/pom.xml @@ -7,27 +7,20 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent + bgp-path-selection-mode BGP Path Selection Mode bundle ${project.artifactId} - - 3.0.4 - @@ -101,18 +94,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - package - - test-jar - - - - org.apache.felix maven-bundle-plugin @@ -129,25 +110,32 @@ - org.opendaylight.yangtools - yang-maven-plugin + org.apache.maven.plugins + maven-jar-plugin + + + package + + test-jar + + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/peer-acceptor/pom.xml b/bgp/peer-acceptor/pom.xml index bc973a988e..4c033defa9 100644 --- a/bgp/peer-acceptor/pom.xml +++ b/bgp/peer-acceptor/pom.xml @@ -11,25 +11,18 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - bgp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-peer-acceptor BGP Peer Acceptor bundle ${project.artifactId} - - 3.0.4 - + ${project.groupId} @@ -55,38 +48,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - opendaylight-site ${nexus.site.url}/${project.artifactId}/ - \ No newline at end of file + diff --git a/bgp/pom.xml b/bgp/pom.xml index 2ebdc21237..546db8bc2c 100644 --- a/bgp/pom.xml +++ b/bgp/pom.xml @@ -18,15 +18,17 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep bgp-parent - BGP-related components + 0.7.0-SNAPSHOT pom + BGP-related components ${project.artifactId} diff --git a/bgp/rib-api/pom.xml b/bgp/rib-api/pom.xml index c84592919b..62e601b68f 100644 --- a/bgp/rib-api/pom.xml +++ b/bgp/rib-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent bgp-rib-api - BGP RIB API bundle + BGP RIB API ${project.artifactId} - - 3.0.4 - @@ -70,38 +62,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/rib-impl/pom.xml b/bgp/rib-impl/pom.xml index 9eb64bcd41..890558a55e 100644 --- a/bgp/rib-impl/pom.xml +++ b/bgp/rib-impl/pom.xml @@ -11,28 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent bgp-rib-impl - BGP RIB implementation bundle + BGP RIB implementation ${project.artifactId} - - 3.0.4 - - - 1.6.4 - @@ -93,7 +82,7 @@ io.netty netty-transport-native-epoll - ${os.detected.classifier} + linux-x86_64 @@ -206,23 +195,13 @@ ch.qos.logback logback-classic - - org.powermock - powermock - ${powermock.version} - pom - org.powermock powermock-module-junit4 - ${powermock.version} - test org.powermock powermock-api-mockito - ${powermock.version} - test @@ -256,25 +235,40 @@ - org.opendaylight.yangtools - yang-maven-plugin + org.apache.maven.plugins + maven-surefire-plugin + + true + + alphabetical + 1 + false + + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/rib-mock/pom.xml b/bgp/rib-mock/pom.xml index 7ab7f0854e..d69f0dc8a4 100644 --- a/bgp/rib-mock/pom.xml +++ b/bgp/rib-mock/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-rib-mock - BGP Update Mock Implementation bundle + BGP Update Mock Implementation ${project.artifactId} - - 3.0.4 - @@ -88,16 +80,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins maven-jar-plugin @@ -113,19 +95,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/rib-spi/pom.xml b/bgp/rib-spi/pom.xml index 180482d852..da5d5128d5 100644 --- a/bgp/rib-spi/pom.xml +++ b/bgp/rib-spi/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent bgp-rib-spi - BGP RIB SPI bundle + BGP RIB SPI ${project.artifactId} - - 3.0.4 - @@ -143,16 +135,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins maven-jar-plugin @@ -165,26 +147,21 @@ - - org.opendaylight.yangtools - yang-maven-plugin - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/testtool/pom.xml b/bgp/testtool/pom.xml index 1d85d7db5d..6f51eca174 100644 --- a/bgp/testtool/pom.xml +++ b/bgp/testtool/pom.xml @@ -18,18 +18,30 @@ HEAD - org.opendaylight.bgpcep - bgp-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep bgp-testtool - BGP Interop Testing Tool + 0.7.0-SNAPSHOT jar + BGP Interop Testing Tool ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + diff --git a/bgp/topology-provider/pom.xml b/bgp/topology-provider/pom.xml index f443e407a7..4d3b3e4dfd 100644 --- a/bgp/topology-provider/pom.xml +++ b/bgp/topology-provider/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent bgp-topology-provider - BGP Topology Provider bundle + BGP Topology Provider ${project.artifactId} - - 3.0.4 - @@ -229,38 +221,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/bgp/util/pom.xml b/bgp/util/pom.xml index 72ff8f48dc..f458af1d22 100644 --- a/bgp/util/pom.xml +++ b/bgp/util/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - bgp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent bgp-util - BGP utilities bundle + BGP utilities ${project.artifactId} - - 3.0.4 - @@ -65,34 +57,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml new file mode 100644 index 0000000000..89f1d9998c --- /dev/null +++ b/binding-parent/pom.xml @@ -0,0 +1,52 @@ + + + + + + 4.0.0 + + org.opendaylight.mdsal + binding-parent + 0.10.0-SNAPSHOT + + + + org.opendaylight.bgpcep + binding-parent + 0.7.0-SNAPSHOT + pom + ${project.artifactId} + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml new file mode 100644 index 0000000000..ca9c339c35 --- /dev/null +++ b/bundle-parent/pom.xml @@ -0,0 +1,52 @@ + + + + + + 4.0.0 + + org.opendaylight.odlparent + bundle-parent + 1.8.0-SNAPSHOT + + + + org.opendaylight.bgpcep + bundle-parent + 0.7.0-SNAPSHOT + pom + ${project.artifactId} + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/config-parent/pom.xml b/config-parent/pom.xml new file mode 100644 index 0000000000..229d8a6e00 --- /dev/null +++ b/config-parent/pom.xml @@ -0,0 +1,52 @@ + + + + + + 4.0.0 + + org.opendaylight.controller + config-parent + 0.6.0-SNAPSHOT + + + + org.opendaylight.bgpcep + config-parent + 0.7.0-SNAPSHOT + pom + ${project.artifactId} + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/features/pom.xml b/features/pom.xml index 6ce1364c57..e05a1b134e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -2,13 +2,15 @@ 4.0.0 - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep features-bgpcep + 0.7.0-SNAPSHOT pom diff --git a/parent/pom.xml b/parent/pom.xml index ee9fdb8464..6c02d6249e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -54,9 +54,6 @@ 0.9.0-SNAPSHOT 1.5.0-SNAPSHOT - - linux-x86_64 - 0.7.0-SNAPSHOT diff --git a/pcep/api/pom.xml b/pcep/api/pom.xml index b05d3af4ba..14b21ff4ee 100644 --- a/pcep/api/pom.xml +++ b/pcep/api/pom.xml @@ -7,29 +7,20 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent pcep-api PCE Protocol API bundle ${project.artifactId} - - 3.0.4 - @@ -97,39 +88,18 @@ - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/auto-bandwidth-extension/pom.xml b/pcep/auto-bandwidth-extension/pom.xml index b04dcb4caa..03db2f403d 100644 --- a/pcep/auto-bandwidth-extension/pom.xml +++ b/pcep/auto-bandwidth-extension/pom.xml @@ -11,16 +11,11 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-auto-bandwidth-extension @@ -106,38 +101,19 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/base-parser/pom.xml b/pcep/base-parser/pom.xml index d247317f8c..682f4f22b6 100644 --- a/pcep/base-parser/pom.xml +++ b/pcep/base-parser/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-base-parser PCE Protocol base parser extension provider bundle ${project.artifactId} - - 3.0.4 - @@ -46,34 +38,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/controller-config/pom.xml b/pcep/controller-config/pom.xml index 33052443e1..aae5499354 100644 --- a/pcep/controller-config/pom.xml +++ b/pcep/controller-config/pom.xml @@ -11,25 +11,32 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - pcep-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep pcep-controller-config - Controller Configuration files for PCEP protocol + 0.7.0-SNAPSHOT jar + Controller Configuration files for PCEP protocol ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + @@ -72,19 +79,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/ietf-stateful07/pom.xml b/pcep/ietf-stateful07/pom.xml index ca98fc1ee2..0bedd2fabd 100644 --- a/pcep/ietf-stateful07/pom.xml +++ b/pcep/ietf-stateful07/pom.xml @@ -7,29 +7,20 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-ietf-stateful07 PCE IETF Stateful model plugin bundle ${project.artifactId} - - 3.0.4 - @@ -156,38 +147,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/impl/pom.xml b/pcep/impl/pom.xml index 5c9bfd9899..abfe0b1a74 100644 --- a/pcep/impl/pom.xml +++ b/pcep/impl/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent pcep-impl PCE Protocol Implementation bundle ${project.artifactId} - - 3.0.4 - @@ -75,9 +67,9 @@ netty-common - io.netty - netty-handler - + io.netty + netty-handler + io.netty netty-transport @@ -85,7 +77,7 @@ io.netty netty-transport-native-epoll - ${os.detected.classifier} + linux-x86_64 com.google.guava @@ -204,26 +196,21 @@ - - org.opendaylight.yangtools - yang-maven-plugin - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/pcc-mock/pom.xml b/pcep/pcc-mock/pom.xml index 024cd321a0..5b9277954c 100644 --- a/pcep/pcc-mock/pom.xml +++ b/pcep/pcc-mock/pom.xml @@ -7,167 +7,182 @@ 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 + odlparent + 1.8.0-SNAPSHOT + + - - 4.0.0 - org.opendaylight.bgpcep - pcep-parent + pcep-pcc-mock 0.7.0-SNAPSHOT - - pcep-pcc-mock + jar - - - ${project.groupId} - util - - - ${project.groupId} - pcep-api - - - ${project.groupId} - pcep-spi - - - ${project.groupId} - pcep-impl - - - ${project.groupId} - rsvp-api - + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + - - ${project.groupId} - pcep-ietf-stateful07 - - - ${project.groupId} - testtool-util - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - io.netty - netty-buffer - - - io.netty - netty-codec - - - io.netty - netty-common - - - io.netty - netty-transport - - - io.netty - netty-transport-native-epoll - ${os.detected.classifier} - - - io.netty - netty-handler - - - ch.qos.logback - logback-classic - - - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - - com.google.code.findbugs - jsr305 - + + + ${project.groupId} + util + + + ${project.groupId} + pcep-api + + + ${project.groupId} + pcep-spi + + + ${project.groupId} + pcep-impl + + + ${project.groupId} + rsvp-api + - - - junit - junit - - - org.mockito - mockito-core - - - org.opendaylight.controller - config-manager - test-jar - - - org.opendaylight.controller - config-manager - test - - + + ${project.groupId} + pcep-ietf-stateful07 + + + ${project.groupId} + testtool-util + + + com.google.guava + guava + + + org.slf4j + slf4j-api + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + linux-x86_64 + + + io.netty + netty-handler + + + ch.qos.logback + logback-classic + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + com.google.code.findbugs + jsr305 + - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.opendaylight.protocol.pcep.pcc.mock.Main - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - - package - - shade - - - - - org.opendaylight.protocol.pcep.pcc.mock.Main - - - true - executable - - - - - - + + + junit + junit + + + org.mockito + mockito-core + + + org.opendaylight.controller + config-manager + test-jar + + + org.opendaylight.controller + config-manager + test + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/pom.xml b/pcep/pom.xml index 3df2592214..b5025f002c 100644 --- a/pcep/pom.xml +++ b/pcep/pom.xml @@ -18,13 +18,15 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep pcep-parent + 0.7.0-SNAPSHOT PCEP protocol parent pom ${project.artifactId} diff --git a/pcep/segment-routing/pom.xml b/pcep/segment-routing/pom.xml index 373b3e8f8f..65307ceb72 100644 --- a/pcep/segment-routing/pom.xml +++ b/pcep/segment-routing/pom.xml @@ -7,190 +7,163 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - - org.opendaylight.bgpcep - pcep-parent - 0.7.0-SNAPSHOT - + + + 4.0.0 + + org.opendaylight.bgpcep + binding-parent + 0.7.0-SNAPSHOT + ../../binding-parent + + pcep-segment-routing PCE Segment Routing model plugin bundle ${project.artifactId} - - 3.0.4 - - - ${project.groupId} - util - - - ${project.groupId} - pcep-ietf-stateful07 - - - ${project.groupId} - pcep-api - - - ${project.groupId} - pcep-spi - - - ${project.groupId} - pcep-impl - - - ${project.groupId} - rsvp-api - - - ${project.groupId} - pcep-topology-api - + + ${project.groupId} + util + + + ${project.groupId} + pcep-ietf-stateful07 + + + ${project.groupId} + pcep-api + + + ${project.groupId} + pcep-spi + + + ${project.groupId} + pcep-impl + + + ${project.groupId} + rsvp-api + + + ${project.groupId} + pcep-topology-api + - - org.opendaylight.mdsal - yang-binding - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - concepts - - - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - - org.opendaylight.mdsal.model - ietf-topology - - - org.opendaylight.controller - config-api - + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + ietf-topology + + + org.opendaylight.controller + config-api + - - io.netty - netty-buffer - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - org.osgi - org.osgi.core - provided - - - - junit - junit - - - org.opendaylight.controller - config-manager - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - - - org.opendaylight.yangtools - mockito-configuration - - - ${project.groupId} - pcep-spi - test-jar - test - - - ${project.groupId} - testtool-util - test - - - org.opendaylight.controller - sal-binding-broker-impl - test - - - org.opendaylight.controller - sal-binding-broker-impl - test - test-jar - - - ${project.groupId} - pcep-topology-provider - test-jar - test - - - ${project.groupId} - pcep-topology-provider - test - + + io.netty + netty-buffer + + + com.google.guava + guava + + + org.slf4j + slf4j-api + + + org.osgi + org.osgi.core + provided + + + + junit + junit + + + org.opendaylight.controller + config-manager + test-jar + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + + + org.opendaylight.yangtools + mockito-configuration + + + ${project.groupId} + pcep-spi + test-jar + test + + + ${project.groupId} + testtool-util + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + test-jar + + + ${project.groupId} + pcep-topology-provider + test-jar + test + + + ${project.groupId} + pcep-topology-provider + test + - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/spi/pom.xml b/pcep/spi/pom.xml index cb79966795..7944ebfca7 100644 --- a/pcep/spi/pom.xml +++ b/pcep/spi/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-spi PCE Protocol SPI bundle ${project.artifactId} - - 3.0.4 - @@ -93,16 +85,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins maven-jar-plugin @@ -118,19 +100,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/testtool/pom.xml b/pcep/testtool/pom.xml index 7e4405d1fe..478bc48c47 100644 --- a/pcep/testtool/pom.xml +++ b/pcep/testtool/pom.xml @@ -11,25 +11,32 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - pcep-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep pcep-testtool + 0.7.0-SNAPSHOT PCEP Interop Testing Tool jar ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + + @@ -122,19 +129,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/topology-api/pom.xml b/pcep/topology-api/pom.xml index e1cb4a6b02..377a2ee583 100644 --- a/pcep/topology-api/pom.xml +++ b/pcep/topology-api/pom.xml @@ -7,29 +7,20 @@ 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 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-topology-api PCEP Topology API bundle ${project.artifactId} - - 3.0.4 - @@ -79,42 +70,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - *, - org.opendaylight.yangtools.yang.binding.annotations, - - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/topology-provider/pom.xml b/pcep/topology-provider/pom.xml index d34d3378b6..c9e57d6b36 100644 --- a/pcep/topology-provider/pom.xml +++ b/pcep/topology-provider/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent pcep-topology-provider PCEP Topology Provider bundle ${project.artifactId} - - 3.0.4 - @@ -129,7 +121,7 @@ io.netty netty-transport-native-epoll - ${os.detected.classifier} + linux-x86_64 @@ -249,32 +241,21 @@ org.opendaylight.yangtools yang-maven-plugin - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/topology-spi/pom.xml b/pcep/topology-spi/pom.xml index 450dd4871f..d8a46a7908 100644 --- a/pcep/topology-spi/pom.xml +++ b/pcep/topology-spi/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-topology-spi PCEP Topology SPI bundle ${project.artifactId} - - 3.0.4 - @@ -60,34 +52,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/tunnel-api/pom.xml b/pcep/tunnel-api/pom.xml index a90eb17405..c7502bacd1 100644 --- a/pcep/tunnel-api/pom.xml +++ b/pcep/tunnel-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent pcep-tunnel-api Tunnel API for PCEP bundle ${project.artifactId} - - 3.0.4 - @@ -82,43 +74,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - *, - org.opendaylight.yangtools.yang.binding.annotations, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.programming.rev131102, - - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pcep/tunnel-provider/pom.xml b/pcep/tunnel-provider/pom.xml index 79d7b0bef9..cc9d28f0af 100644 --- a/pcep/tunnel-provider/pom.xml +++ b/pcep/tunnel-provider/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent pcep-tunnel-provider PCEP Tunnel Topology Provider bundle ${project.artifactId} - - 3.0.4 - @@ -218,38 +210,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/pom.xml b/pom.xml index 024caa2257..d461b8589a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,13 +18,15 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep bgpcep-aggregator + 0.7.0-SNAPSHOT pom bgpcep BGPCEP top-level aggregator @@ -35,6 +37,11 @@ features parent + + binding-parent + bundle-parent + config-parent + concepts util diff --git a/programming/api/pom.xml b/programming/api/pom.xml index 4ad820ee78..2d01bf9540 100644 --- a/programming/api/pom.xml +++ b/programming/api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent programming-api Programming API bundle ${project.artifactId} - - 3.0.4 - @@ -64,38 +56,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/programming/controller-config/pom.xml b/programming/controller-config/pom.xml index 8547d2bbc7..1f046c8ea7 100644 --- a/programming/controller-config/pom.xml +++ b/programming/controller-config/pom.xml @@ -11,25 +11,30 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - org.opendaylight.bgpcep - programming-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep programming-controller-config Controller Configuration files for Programming jar ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + @@ -58,19 +63,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index 6e8ab6eb8e..69ebd3337c 100644 --- a/programming/impl/pom.xml +++ b/programming/impl/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent programming-impl - Programming Implementation bundle + Programming Implementation ${project.artifactId} - - 3.0.4 - @@ -219,19 +211,18 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/programming/pom.xml b/programming/pom.xml index 23b8292b5d..c5bd218742 100644 --- a/programming/pom.xml +++ b/programming/pom.xml @@ -19,15 +19,17 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep programming-parent - Programming parent + 0.7.0-SNAPSHOT pom + Programming parent ${project.artifactId} diff --git a/programming/spi/pom.xml b/programming/spi/pom.xml index 15b626d88c..6c7de28eec 100644 --- a/programming/spi/pom.xml +++ b/programming/spi/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent programming-spi Programming Service Provider Interface bundle ${project.artifactId} - - 3.0.4 - @@ -62,38 +54,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/programming/topology-api/pom.xml b/programming/topology-api/pom.xml index deebac50de..4b2ca34949 100644 --- a/programming/topology-api/pom.xml +++ b/programming/topology-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent programming-topology-api Topology Programming API bundle ${project.artifactId} - - 3.0.4 - @@ -60,38 +52,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/programming/tunnel-api/pom.xml b/programming/tunnel-api/pom.xml index e9dbbf2139..b09d079e49 100644 --- a/programming/tunnel-api/pom.xml +++ b/programming/tunnel-api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent programming-tunnel-api Tunnel Programming API bundle ${project.artifactId} - - 3.0.4 - @@ -62,38 +54,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/rsvp/api/pom.xml b/rsvp/api/pom.xml index ae9c7d6688..defa203aa3 100644 --- a/rsvp/api/pom.xml +++ b/rsvp/api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - rsvp-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent rsvp-api RSVP API bundle ${project.artifactId} - - 3.0.4 - @@ -60,38 +52,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/rsvp/impl/pom.xml b/rsvp/impl/pom.xml index e3c6a1214e..82fcaeffc3 100644 --- a/rsvp/impl/pom.xml +++ b/rsvp/impl/pom.xml @@ -1,21 +1,26 @@ - + + + + + 4.0.0 - rsvp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent - 4.0.0 rsvp-impl RSVP IMPL bundle ${project.artifactId} - - 3.0.4 - @@ -66,34 +71,18 @@ - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - \ No newline at end of file + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/rsvp/pom.xml b/rsvp/pom.xml index 2101f7b97a..c6798c8425 100644 --- a/rsvp/pom.xml +++ b/rsvp/pom.xml @@ -19,15 +19,17 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep rsvp-parent - RSVP-related components + 0.7.0-SNAPSHOT pom + RSVP-related components ${project.artifactId} diff --git a/rsvp/spi/pom.xml b/rsvp/spi/pom.xml index 0962656105..489f916e6d 100644 --- a/rsvp/spi/pom.xml +++ b/rsvp/spi/pom.xml @@ -1,29 +1,26 @@ - + + + 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - - rsvp-parent org.opendaylight.bgpcep + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent - rsvp-spi RSVP SPI bundle ${project.artifactId} - - 3.0.4 - @@ -75,38 +72,19 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - - \ No newline at end of file + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + diff --git a/topology/api/pom.xml b/topology/api/pom.xml index 90f8ece02d..a64c48491b 100644 --- a/topology/api/pom.xml +++ b/topology/api/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - topology-parent + config-parent 0.7.0-SNAPSHOT + ../../config-parent topology-api - Topology API bundle + Topology API ${project.artifactId} - - 3.0.4 - @@ -66,38 +58,19 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/topology/pom.xml b/topology/pom.xml index 3cfe709a41..c7c9ea73fb 100644 --- a/topology/pom.xml +++ b/topology/pom.xml @@ -18,15 +18,17 @@ HEAD - org.opendaylight.bgpcep - bgpcep-parent - 0.7.0-SNAPSHOT - ../parent + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + + org.opendaylight.bgpcep topology-parent - Topology parent + 0.7.0-SNAPSHOT pom + Topology parent ${project.artifactId} diff --git a/topology/segment-routing/pom.xml b/topology/segment-routing/pom.xml index e0e4e35303..c536c96944 100644 --- a/topology/segment-routing/pom.xml +++ b/topology/segment-routing/pom.xml @@ -11,25 +11,17 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - topology-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent topology-segment-routing - Segment Routing Topology extensions bundle + Segment Routing Topology extensions ${project.artifactId} - - 3.0.4 - @@ -58,38 +50,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + diff --git a/topology/tunnel-api/pom.xml b/topology/tunnel-api/pom.xml index 9e60c932cf..419ece4969 100644 --- a/topology/tunnel-api/pom.xml +++ b/topology/tunnel-api/pom.xml @@ -11,25 +11,29 @@ 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - topology-parent + binding-parent 0.7.0-SNAPSHOT + ../../binding-parent topology-tunnel-api - Topology Tunnel API bundle + Topology Tunnel API ${project.artifactId} - - 3.0.4 - + + + + + org.opendaylight.bgpcep + bgpcep-parent + 0.7.0-SNAPSHOT + pom + import + + + @@ -58,38 +62,18 @@ - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD + - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6