From: Jakub Morvay Date: Wed, 21 Jun 2017 11:41:46 +0000 (+0200) Subject: Bump odlparent dependency to 2.0.0 X-Git-Tag: release/nitrogen~54 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3d7090c8bf0df8c9814b7d3cb2c43dff483a5c7a;hp=e3a4d1aa4db7b1e86e1f6dc728e4a5883c03b1ff;p=netconf.git Bump odlparent dependency to 2.0.0 This updates odlparent dependency to 2.0.0 version. Furthermore, karaf 3 features are eliminated. Change-Id: I8e18e032ea9cfb36f3913dcbfa7c3d1d6cd9ee59 Signed-off-by: Jakub Morvay Signed-off-by: Robert Varga --- diff --git a/features/netconf-connector/features-netconf-connector/pom.xml b/features/netconf-connector/features-netconf-connector/pom.xml index 459ca607c3..e9670fc5be 100644 --- a/features/netconf-connector/features-netconf-connector/pom.xml +++ b/features/netconf-connector/features-netconf-connector/pom.xml @@ -6,141 +6,79 @@ 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 - features-parent - 1.9.0 + feature-repo-parent + 2.0.0 + org.opendaylight.netconf - features-netconf-connector + features4-netconf-connector 1.3.0-SNAPSHOT - jar - - - 1.9.0-SNAPSHOT - 1.6.0-SNAPSHOT - 0.7.0-SNAPSHOT - 1.9.0 - 2.3.0-SNAPSHOT - 0.11.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.2.0-SNAPSHOT - - - - - - org.opendaylight.netconf - netconf-artifacts - 1.3.0-SNAPSHOT - pom - import - - - + feature - org.opendaylight.yangtools - features-yangtools - ${yangtools.version} - features - xml - - - org.opendaylight.controller - features-mdsal - ${controller.mdsal.version} - features + ${project.groupId} + odl-message-bus + ${project.version} xml - runtime - - - org.opendaylight.mdsal.model - features-mdsal-model - ${mdsal.model.version} features - xml - runtime ${project.groupId} - features-netconf - features + odl-netconf-clustered-topology + ${project.version} xml + features ${project.groupId} - sal-netconf-connector - - - org.opendaylight.netconf - messagebus-netconf - - - ${project.groupId} - netconf-console + odl-netconf-connector ${project.version} + xml + features ${project.groupId} - netconf-topology - - - ${project.groupId} - netconf-topology-config - - - ${project.groupId} - netconf-tcp - - - ${project.groupId} - netconf-ssh - - - org.bouncycastle - bcpkix-jdk15on - - - org.bouncycastle - bcprov-jdk15on - - - ${project.groupId} - netconf-topology-singleton - - - ${project.groupId} - netconf-connector-config + odl-netconf-connector-all + ${project.version} + xml + features ${project.groupId} - netconf-config + odl-netconf-connector-ssh + ${project.version} + xml + features ${project.groupId} - callhome-model + odl-netconf-callhome-ssh + ${project.version} + xml + features ${project.groupId} - callhome-protocol + odl-netconf-console + ${project.version} + xml + features ${project.groupId} - callhome-provider + odl-netconf-topology + ${project.version} + xml + features - - - scm:git:http://git.opendaylight.org/gerrit/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary - - + \ No newline at end of file diff --git a/features/netconf-connector/features-netconf-connector/src/main/features/features.xml b/features/netconf-connector/features-netconf-connector/src/main/features/features.xml deleted file mode 100644 index a3d60f24ca..0000000000 --- a/features/netconf-connector/features-netconf-connector/src/main/features/features.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features - mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features - mvn:org.opendaylight.netconf/features-netconf/{{VERSION}}/xml/features - - - odl-netconf-connector - odl-netconf-connector-ssh - odl-netconf-callhome-ssh - - - - - odl-netconf-connector-all - odl-message-bus-collector - mvn:org.opendaylight.netconf/messagebus-netconf/{{VERSION}} - - - - odl-mdsal-broker - odl-netconf-notifications-api - odl-netconf-client - odl-mdsal-models - mvn:com.google.code.gson/gson/{{VERSION}} - mvn:org.opendaylight.netconf/sal-netconf-connector/{{VERSION}} - mvn:org.opendaylight.controller.model/model-inventory/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-topology/{{VERSION}} - mvn:org.opendaylight.netconf/sal-netconf-connector/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-config/{{VERSION}} - - - - odl-netconf-topology - mvn:org.opendaylight.netconf/netconf-connector-config/{{VERSION}} - - - - odl-netconf-topology - mvn:org.opendaylight.netconf/callhome-protocol/{{VERSION}} - mvn:org.opendaylight.netconf/callhome-provider/{{VERSION}} - mvn:org.opendaylight.netconf/callhome-model/{{VERSION}} - - - - odl-netconf-ssh - odl-netconf-connector - mvn:org.opendaylight.netconf/netconf-topology-config/{{VERSION}} - - - - odl-netconf-ssh - odl-netconf-connector - mvn:org.opendaylight.netconf/netconf-topology-singleton/{{VERSION}} - - - - odl-netconf-mdsal - odl-netconf-connector-all - odl-netconf-topology - mvn:org.opendaylight.netconf/netconf-console/{{VERSION}} - - - diff --git a/features/netconf-connector/features4-netconf-connector/pom.xml b/features/netconf-connector/features4-netconf-connector/pom.xml deleted file mode 100644 index 1dedb47111..0000000000 --- a/features/netconf-connector/features4-netconf-connector/pom.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - feature-repo-parent - 1.9.0 - - - - org.opendaylight.netconf - features4-netconf-connector - 1.3.0-SNAPSHOT - feature - - - - ${project.groupId} - odl-message-bus - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-clustered-topology - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-connector - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-connector-all - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-connector-ssh - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-callhome-ssh - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-console - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-topology - ${project.version} - xml - features - - - \ No newline at end of file diff --git a/features/netconf-connector/odl-message-bus/pom.xml b/features/netconf-connector/odl-message-bus/pom.xml index 5dc029e547..691d8dc1df 100644 --- a/features/netconf-connector/odl-message-bus/pom.xml +++ b/features/netconf-connector/odl-message-bus/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml index 685359848f..61ebe21f15 100644 --- a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-clustered-topology/pom.xml b/features/netconf-connector/odl-netconf-clustered-topology/pom.xml index a8a1c57b1f..a3c3769244 100644 --- a/features/netconf-connector/odl-netconf-clustered-topology/pom.xml +++ b/features/netconf-connector/odl-netconf-clustered-topology/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-connector-all/pom.xml b/features/netconf-connector/odl-netconf-connector-all/pom.xml index 850f193920..1a9c77da39 100644 --- a/features/netconf-connector/odl-netconf-connector-all/pom.xml +++ b/features/netconf-connector/odl-netconf-connector-all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml index 3ee02ad429..f8c941483f 100644 --- a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index 338aa7ab3f..7d82fb9c7d 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-console/pom.xml b/features/netconf-connector/odl-netconf-console/pom.xml index 8eb72deb8b..239b74aad5 100644 --- a/features/netconf-connector/odl-netconf-console/pom.xml +++ b/features/netconf-connector/odl-netconf-console/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/odl-netconf-topology/pom.xml b/features/netconf-connector/odl-netconf-topology/pom.xml index 7972ad252f..7604d9056a 100644 --- a/features/netconf-connector/odl-netconf-topology/pom.xml +++ b/features/netconf-connector/odl-netconf-topology/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 8d20cb371d..ae013f4bfe 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 1.9.0 + 2.0.0 org.opendaylight.netconf @@ -34,7 +34,6 @@ features-netconf-connector - features4-netconf-connector odl-message-bus odl-netconf-clustered-topology odl-netconf-connector diff --git a/features/netconf/features-netconf/pom.xml b/features/netconf/features-netconf/pom.xml index 92af98cd6b..44d39ec27b 100644 --- a/features/netconf/features-netconf/pom.xml +++ b/features/netconf/features-netconf/pom.xml @@ -6,266 +6,135 @@ 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 - features-parent - 1.9.0 + feature-repo-parent + 2.0.0 org.opendaylight.netconf features-netconf 1.3.0-SNAPSHOT - jar - - - 0.6.0-SNAPSHOT - 1.9.0-SNAPSHOT - 1.6.0-SNAPSHOT - 0.7.0-SNAPSHOT - 1.9.0 - 0.11.0-SNAPSHOT - 1.3.0-SNAPSHOT - 0.10.0-SNAPSHOT - 1.2.0-SNAPSHOT - 0.14.0 - - - - - - org.opendaylight.aaa - aaa-artifacts - ${aaa.version} - pom - import - - - org.opendaylight.odlparent - odlparent-artifacts - 1.9.0 - pom - import - - - org.opendaylight.controller - config-artifacts - ${config.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - ${controller.mdsal.version} - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - ${mdsal.model.version} - pom - import - - - org.opendaylight.netconf - netconf-artifacts - ${netconf.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - ${yangtools.version} - pom - import - - - + feature - org.opendaylight.odlparent - features-odlparent - features + ${project.groupId} + odl-aaa-netconf-plugin + ${project.version} xml - - - org.opendaylight.controller - features-protocol-framework - ${protocol-framework.version} features - xml - runtime - org.opendaylight.controller - features-config - features + ${project.groupId} + odl-aaa-netconf-plugin-no-cluster + ${project.version} xml - - - org.opendaylight.controller - features-config-persister features - xml - org.opendaylight.controller - features-config-netty - features + ${project.groupId} + odl-config-netconf-connector + ${project.version} xml - - - org.opendaylight.aaa - features-aaa-shiro features - xml - - - ${project.groupId} - aaa-authn-odl-plugin - - - ${project.groupId} - netconf-api - - - ${project.groupId} - netconf-auth - - - ${project.groupId} - netconf-notifications-api - - - ${project.groupId} - netconf-notifications-impl - - - ${project.groupId} - netconf-ssh - - - ${project.groupId} - mdsal-netconf-notification - - - ${project.groupId} - ietf-netconf - - - ${project.groupId} - ietf-netconf-monitoring - - - ${project.groupId} - ietf-netconf-yang-library - - - ${project.groupId} - ietf-netconf-monitoring-extension ${project.groupId} - ietf-netconf-notifications - - - ${project.groupId} - netconf-mapping-api - - - ${project.groupId} - netconf-util + odl-netconf-all + ${project.version} + xml + features ${project.groupId} - netconf-util - cfg - config + odl-netconf-api + ${project.version} + xml + features ${project.groupId} - netconf-impl - - - org.opendaylight.controller - config-manager-facade-xml + odl-netconf-client + ${project.version} + xml + features ${project.groupId} - config-netconf-connector + odl-netconf-impl + ${project.version} + xml + features ${project.groupId} - netconf-netty-util - - - org.bouncycastle - bcpkix-jdk15on - - - org.bouncycastle - bcprov-jdk15on + odl-netconf-mapping-api + ${project.version} + xml + features ${project.groupId} - netconf-client + odl-netconf-mdsal + 1.6.0-SNAPSHOT + xml + features ${project.groupId} - netconf-config + odl-netconf-monitoring + ${project.version} + xml + features ${project.groupId} - netconf-monitoring - - - org.opendaylight.netconf - mdsal-netconf-ssh - - - org.opendaylight.netconf - mdsal-netconf-tcp + odl-netconf-netty-util + ${project.version} + xml + features ${project.groupId} - mdsal-netconf-monitoring + odl-netconf-notifications-api + ${project.version} + xml + features ${project.groupId} - mdsal-netconf-connector - - - org.opendaylight.netconf - mdsal-netconf-yang-library - - - org.opendaylight.netconf - mdsal-netconf-impl + odl-netconf-notifications-impl + ${project.version} + xml + features ${project.groupId} - callhome-model + odl-netconf-ssh + ${project.version} + xml + features ${project.groupId} - callhome-protocol + odl-netconf-tcp + ${project.version} + xml + features ${project.groupId} - callhome-provider + odl-netconf-util + ${project.version} + xml + features - - - scm:git:http://git.opendaylight.org/gerrit/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - + \ No newline at end of file diff --git a/features/netconf/features-netconf/src/main/features/features.xml b/features/netconf/features-netconf/src/main/features/features.xml deleted file mode 100644 index 29e9400108..0000000000 --- a/features/netconf/features-netconf/src/main/features/features.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - - mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-protocol-framework/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-config-persister/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-config-netty/{{VERSION}}/xml/features - mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features - - - odl-netconf-api - odl-netconf-mapping-api - odl-netconf-util - odl-netconf-impl - odl-config-netconf-connector - odl-netconf-netty-util - odl-netconf-client - odl-netconf-monitoring - - - - odl-protocol-framework - odl-yangtools-yang-data - mvn:org.opendaylight.controller/config-util/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-api/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-netconf-monitoring/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-netconf/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-netconf-notifications/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}} - odl-mdsal-models - - - - odl-netconf-api - mvn:org.opendaylight.netconf/netconf-mapping-api/{{VERSION}} - - - - odl-netconf-mapping-api - odl-yangtools-yang-data - mvn:org.opendaylight.netconf/netconf-util/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}/cfg/config - - - - mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}} - odl-netconf-api - odl-netconf-mapping-api - odl-netconf-util - odl-netconf-netty-util - odl-config-netty - - odl-config-netconf-connector - - mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}} - odl-netconf-monitoring - odl-netconf-notifications-impl - mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}} - - - - mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}} - mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}} - odl-config-manager - odl-netconf-netty-util - mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}} - odl-netconf-notifications-api - odl-config-netty - mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}} - mvn:org.opendaylight.netconf/config-netconf-connector/{{VERSION}} - - - - odl-netconf-api - odl-netconf-mapping-api - odl-netconf-util - odl-netty - mvn:org.opendaylight.netconf/netconf-netty-util/{{VERSION}} - mvn:org.bouncycastle/bcpkix-jdk15on/{{VERSION}} - mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}} - mvn:org.apache.sshd/sshd-core/{{VERSION}} - wrap:mvn:openexi/nagasena/{{VERSION}} - - - - odl-config-all - odl-config-netty - odl-netconf-netty-util - mvn:org.opendaylight.netconf/netconf-client/{{VERSION}} - mvn:org.opendaylight.netconf/netconf-config/{{VERSION}} - - - - odl-netconf-util - mvn:org.opendaylight.netconf/netconf-monitoring/{{VERSION}} - - - - odl-config-manager-facade-xml - odl-netconf-api - mvn:org.opendaylight.netconf/netconf-notifications-api/{{VERSION}} - - - - odl-netconf-notifications-api - odl-netconf-util - mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}} - - - - odl-netconf-util - odl-netconf-tcp - odl-aaa-netconf-plugin - mvn:org.opendaylight.netconf/netconf-ssh/{{VERSION}} - - - - odl-netconf-util - odl-netconf-impl - odl-config-netty - mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}} - - - - odl-config-all - odl-config-netty - odl-netconf-all - odl-netconf-tcp - odl-netconf-ssh - odl-netconf-client - odl-mdsal-broker - mvn:org.opendaylight.netconf/mdsal-netconf-ssh/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-tcp/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/{{VERSION}} - mvn:org.opendaylight.netconf/mdsal-netconf-impl/{{VERSION}} - - - - odl-config-api - mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}} - odl-aaa-shiro - mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}} - - - - odl-config-api - mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}} - odl-aaa-shiro - mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}} - - diff --git a/features/netconf/features4-netconf/pom.xml b/features/netconf/features4-netconf/pom.xml deleted file mode 100644 index fd946008c2..0000000000 --- a/features/netconf/features4-netconf/pom.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - feature-repo-parent - 1.9.0 - - - - org.opendaylight.netconf - features4-netconf - 1.3.0-SNAPSHOT - feature - - - - ${project.groupId} - odl-aaa-netconf-plugin - ${project.version} - xml - features - - - ${project.groupId} - odl-aaa-netconf-plugin-no-cluster - ${project.version} - xml - features - - - ${project.groupId} - odl-config-netconf-connector - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-all - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-api - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-client - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-impl - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-mapping-api - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-mdsal - 1.6.0-SNAPSHOT - xml - features - - - ${project.groupId} - odl-netconf-monitoring - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-netty-util - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-notifications-api - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-notifications-impl - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-ssh - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-tcp - ${project.version} - xml - features - - - ${project.groupId} - odl-netconf-util - ${project.version} - xml - features - - - \ No newline at end of file diff --git a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml index 9782c1e790..8e340cf96c 100644 --- a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-aaa-netconf-plugin/pom.xml b/features/netconf/odl-aaa-netconf-plugin/pom.xml index 6a4c81a108..2ac85dbf25 100644 --- a/features/netconf/odl-aaa-netconf-plugin/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-config-netconf-connector/pom.xml b/features/netconf/odl-config-netconf-connector/pom.xml index 225749b007..5004d1fbb9 100644 --- a/features/netconf/odl-config-netconf-connector/pom.xml +++ b/features/netconf/odl-config-netconf-connector/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 36069bff53..a28c774a0b 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-client/pom.xml b/features/netconf/odl-netconf-client/pom.xml index 7e8a4ba903..8cc760ca80 100644 --- a/features/netconf/odl-netconf-client/pom.xml +++ b/features/netconf/odl-netconf-client/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-impl/pom.xml b/features/netconf/odl-netconf-impl/pom.xml index c6e34c6ba7..a8993a228b 100644 --- a/features/netconf/odl-netconf-impl/pom.xml +++ b/features/netconf/odl-netconf-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-mapping-api/pom.xml b/features/netconf/odl-netconf-mapping-api/pom.xml index 939de1ed8c..7968291481 100644 --- a/features/netconf/odl-netconf-mapping-api/pom.xml +++ b/features/netconf/odl-netconf-mapping-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-mdsal/pom.xml b/features/netconf/odl-netconf-mdsal/pom.xml index f2038ada9e..02760b27aa 100644 --- a/features/netconf/odl-netconf-mdsal/pom.xml +++ b/features/netconf/odl-netconf-mdsal/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-monitoring/pom.xml b/features/netconf/odl-netconf-monitoring/pom.xml index c2e922dfcb..543020d59c 100644 --- a/features/netconf/odl-netconf-monitoring/pom.xml +++ b/features/netconf/odl-netconf-monitoring/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-netty-util/pom.xml b/features/netconf/odl-netconf-netty-util/pom.xml index ac6250e68e..a615f2f0dd 100644 --- a/features/netconf/odl-netconf-netty-util/pom.xml +++ b/features/netconf/odl-netconf-netty-util/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 @@ -29,7 +29,7 @@ org.apache.karaf.features standard - ${karaf4.version} + ${karaf.version} features xml runtime diff --git a/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml b/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml index 4607798ac8..b02171eac3 100644 --- a/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml +++ b/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml @@ -8,6 +8,6 @@ --> - ssh + ssh diff --git a/features/netconf/odl-netconf-notifications-api/pom.xml b/features/netconf/odl-netconf-notifications-api/pom.xml index 5399bb3846..395f7f51d0 100644 --- a/features/netconf/odl-netconf-notifications-api/pom.xml +++ b/features/netconf/odl-netconf-notifications-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index 64dd65747e..c7914beece 100644 --- a/features/netconf/odl-netconf-notifications-impl/pom.xml +++ b/features/netconf/odl-netconf-notifications-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-ssh/pom.xml b/features/netconf/odl-netconf-ssh/pom.xml index 459492540f..341dafcfd7 100644 --- a/features/netconf/odl-netconf-ssh/pom.xml +++ b/features/netconf/odl-netconf-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-tcp/pom.xml b/features/netconf/odl-netconf-tcp/pom.xml index c4a911ebda..495e2e9c75 100644 --- a/features/netconf/odl-netconf-tcp/pom.xml +++ b/features/netconf/odl-netconf-tcp/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/odl-netconf-util/pom.xml b/features/netconf/odl-netconf-util/pom.xml index 92802443dc..0b9dc2db61 100644 --- a/features/netconf/odl-netconf-util/pom.xml +++ b/features/netconf/odl-netconf-util/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index a54a9b6b5f..4289d0775d 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 @@ -22,7 +22,6 @@ features-netconf - features4-netconf odl-aaa-netconf-plugin odl-aaa-netconf-plugin-no-cluster odl-config-netconf-connector diff --git a/features/restconf/features-restconf/pom.xml b/features/restconf/features-restconf/pom.xml index ae922a5d95..8d1bb15424 100644 --- a/features/restconf/features-restconf/pom.xml +++ b/features/restconf/features-restconf/pom.xml @@ -6,183 +6,51 @@ 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 - features-parent - 1.9.0 + feature-repo-parent + 2.0.0 - features-restconf + org.opendaylight.netconf + features4-restconf 1.6.0-SNAPSHOT - jar - - 0.6.0-SNAPSHOT - 1.9.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.9.0 - 2.3.0-SNAPSHOT - 0.11.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.2.0-SNAPSHOT - - features.xml - etc/opendaylight/karaf - 10-rest-connector.xml - 10-restconf-service.xml - - - - - - org.opendaylight.odlparent - odlparent-artifacts - 1.9.0 - pom - import - - - org.opendaylight.aaa - aaa-artifacts - ${aaa.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - ${yangtools.version} - pom - import - - - + feature - org.opendaylight.odlparent - features-odlparent - features - xml - - - org.opendaylight.yangtools - features-yangtools - features + ${project.groupId} + odl-mdsal-apidocs + ${project.version} xml - - - org.opendaylight.mdsal - features-mdsal - ${mdsal.version} features - xml - org.opendaylight.mdsal.model - features-mdsal-model - ${mdsal.model.version} - features + ${project.groupId} + odl-restconf + ${project.version} xml - - - org.opendaylight.aaa - features-aaa-shiro features - xml - - - - org.opendaylight.netconf - sal-rest-connector - ${restconf.version} - - - - com.google.code.gson - gson - - - - org.opendaylight.netconf - sal-rest-connector-config - ${restconf.version} - xml - config - - - - org.opendaylight.netconf - sal-rest-connector-config - ${restconf.version} - xml - configrestconfservice - - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - 2.3.2 - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - - - - org.opendaylight.yangtools - yang-data-codec-gson - - - - org.opendaylight.netconf - sal-rest-docgen - ${restconf.version} ${project.groupId} - ietf-yang-library + odl-restconf-all ${project.version} + xml + features ${project.groupId} - ietf-restconf-monitoring - ${project.version} - - - org.opendaylight.netconf - ietf-restconf + odl-restconf-noauth ${project.version} + xml + features - - - scm:git:http://git.opendaylight.org/gerrit/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary - diff --git a/features/restconf/features-restconf/src/main/features/features.xml b/features/restconf/features-restconf/src/main/features/features.xml deleted file mode 100644 index cc371cde3a..0000000000 --- a/features/restconf/features-restconf/src/main/features/features.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features - mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features - mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features - mvn:org.opendaylight.aaa/features-aaa-shiro/{{VERSION}}/xml/features - - odl-restconf - odl-mdsal-apidocs - - - - - mvn:org.opendaylight.aaa/aaa-shiro-act/{{VERSION}} - odl-restconf-noauth - - - odl-aaa-shiro - odl-mdsal-broker - odl-netty - war - mvn:org.opendaylight.netconf/ietf-restconf/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-yang-library/{{VERSION}} - mvn:org.opendaylight.netconf/ietf-restconf-monitoring/{{VERSION}} - mvn:org.opendaylight.netconf/sal-rest-connector/{{VERSION}} - mvn:com.google.code.gson/gson/{{VERSION}} - mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}} - mvn:org.opendaylight.yangtools/yang-model-export/{{VERSION}} - mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/{{VERSION}} - mvn:org.codehaus.woodstox/stax2-api/{{VERSION}} - wrap:mvn:javax.xml.stream/stax-api/{{VERSION}} - mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/config - mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/configrestconfservice - - - odl-restconf - mvn:org.opendaylight.netconf/sal-rest-docgen/{{VERSION}} - mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}} - mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}} - mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}} - mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}} - mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}} - mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}} - mvn:com.sun.jersey/jersey-core/{{VERSION}} - mvn:com.sun.jersey/jersey-server/{{VERSION}} - mvn:com.sun.jersey/jersey-servlet/{{VERSION}} - - - diff --git a/features/restconf/features4-restconf/pom.xml b/features/restconf/features4-restconf/pom.xml deleted file mode 100644 index e950a44e29..0000000000 --- a/features/restconf/features4-restconf/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - feature-repo-parent - 1.9.0 - - - - org.opendaylight.netconf - features4-restconf - 1.6.0-SNAPSHOT - feature - - - - ${project.groupId} - odl-mdsal-apidocs - ${project.version} - xml - features - - - ${project.groupId} - odl-restconf - ${project.version} - xml - features - - - ${project.groupId} - odl-restconf-all - ${project.version} - xml - features - - - ${project.groupId} - odl-restconf-noauth - ${project.version} - xml - features - - - \ No newline at end of file diff --git a/features/restconf/odl-mdsal-apidocs/pom.xml b/features/restconf/odl-mdsal-apidocs/pom.xml index 3aa0f2d136..2d72841c16 100644 --- a/features/restconf/odl-mdsal-apidocs/pom.xml +++ b/features/restconf/odl-mdsal-apidocs/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/restconf/odl-restconf-all/pom.xml b/features/restconf/odl-restconf-all/pom.xml index 262725f5a8..8471a5cac1 100644 --- a/features/restconf/odl-restconf-all/pom.xml +++ b/features/restconf/odl-restconf-all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml index 9b6da60170..eaeeb23d39 100644 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ b/features/restconf/odl-restconf-noauth/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/restconf/odl-restconf/pom.xml b/features/restconf/odl-restconf/pom.xml index 7892457dbb..a3bc14aa6b 100644 --- a/features/restconf/odl-restconf/pom.xml +++ b/features/restconf/odl-restconf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index c0e92bb719..347f522bc4 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 features-restconf-aggregator @@ -22,7 +22,6 @@ features-restconf - features4-restconf odl-mdsal-apidocs odl-restconf odl-restconf-all diff --git a/features/yanglib/features-yanglib/pom.xml b/features/yanglib/features-yanglib/pom.xml index 9c046f9e36..29f8c8fa02 100644 --- a/features/yanglib/features-yanglib/pom.xml +++ b/features/yanglib/features-yanglib/pom.xml @@ -7,123 +7,30 @@ 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 - features-parent - 1.9.0 + feature-repo-parent + 2.0.0 org.opendaylight.netconf - features-yanglib + features4-yanglib 1.3.0-SNAPSHOT - jar - - - 1.6.0-SNAPSHOT - 1.3.0-SNAPSHOT - 2.3.0-SNAPSHOT - 0.11.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.2.0-SNAPSHOT - - - - - - org.opendaylight.odlparent - odlparent-artifacts - 1.9.0 - pom - import - - - org.opendaylight.controller - mdsal-artifacts - ${controller.mdsal.version} - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - ${mdsal.model.version} - pom - import - - - org.opendaylight.netconf - netconf-artifacts - ${netconf.version} - pom - import - - - org.opendaylight.netconf - restconf-artifacts - ${restconf.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - ${yangtools.version} - pom - import - - - + feature - org.opendaylight.odlparent - features-odlparent - features - xml - - - org.opendaylight.mdsal.model - features-mdsal-model - ${mdsal.model.version} - features - xml - - - org.opendaylight.mdsal - features-mdsal - ${mdsal.version} - features - xml - - - org.opendaylight.netconf - features-restconf - features + ${project.groupId} + odl-yanglib + ${project.version} xml - - - org.opendaylight.yangtools - features-yangtools features - xml - - - ${project.groupId} - ietf-netconf-yang-library - - - ${project.groupId} - yanglib - - - scm:git:http://git.opendaylight.org/gerrit/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - diff --git a/features/yanglib/features-yanglib/src/main/features/features.xml b/features/yanglib/features-yanglib/src/main/features/features.xml deleted file mode 100644 index 81ccb4954e..0000000000 --- a/features/yanglib/features-yanglib/src/main/features/features.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features - mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features - mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features - mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features - - - mvn:org.opendaylight.netconf/yanglib/{{VERSION}} - odl-yangtools-yang-data - odl-restconf - odl-mdsal-models - odl-yangtools-yang-data - mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}} - war - mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}} - - diff --git a/features/yanglib/features4-yanglib/pom.xml b/features/yanglib/features4-yanglib/pom.xml deleted file mode 100644 index 477d598ec1..0000000000 --- a/features/yanglib/features4-yanglib/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - feature-repo-parent - 1.9.0 - - - - org.opendaylight.netconf - features4-yanglib - 1.3.0-SNAPSHOT - feature - - - - ${project.groupId} - odl-yanglib - ${project.version} - xml - features - - - \ No newline at end of file diff --git a/features/yanglib/odl-yanglib/pom.xml b/features/yanglib/odl-yanglib/pom.xml index b277a07311..33458363a4 100644 --- a/features/yanglib/odl-yanglib/pom.xml +++ b/features/yanglib/odl-yanglib/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0 + 2.0.0 diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index 57cdb13bc6..3adc3d450c 100644 --- a/features/yanglib/pom.xml +++ b/features/yanglib/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 @@ -22,7 +22,6 @@ features-yanglib - features4-yanglib odl-yanglib diff --git a/karaf/pom.xml b/karaf/pom.xml index e76fabaa12..03a12aa664 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 1.9.0 + 2.0.0 org.opendaylight.netconf diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index c2c7efaf56..474fdc2a2b 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/config-netconf-connector/pom.xml b/netconf/config-netconf-connector/pom.xml index 72a1afb022..460d28d016 100644 --- a/netconf/config-netconf-connector/pom.xml +++ b/netconf/config-netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index ae6befdaa8..c9b9e471f6 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-impl/pom.xml b/netconf/mdsal-netconf-impl/pom.xml index 6b4380ec57..6604d1e039 100644 --- a/netconf/mdsal-netconf-impl/pom.xml +++ b/netconf/mdsal-netconf-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-monitoring/pom.xml b/netconf/mdsal-netconf-monitoring/pom.xml index 6d2d24d6de..d0acc173f5 100644 --- a/netconf/mdsal-netconf-monitoring/pom.xml +++ b/netconf/mdsal-netconf-monitoring/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-notification/pom.xml b/netconf/mdsal-netconf-notification/pom.xml index 6316778921..6821650c56 100644 --- a/netconf/mdsal-netconf-notification/pom.xml +++ b/netconf/mdsal-netconf-notification/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-ssh/pom.xml b/netconf/mdsal-netconf-ssh/pom.xml index ceb73a582c..5fa24bb544 100644 --- a/netconf/mdsal-netconf-ssh/pom.xml +++ b/netconf/mdsal-netconf-ssh/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-tcp/pom.xml b/netconf/mdsal-netconf-tcp/pom.xml index 8f604922e9..bb6779b75b 100644 --- a/netconf/mdsal-netconf-tcp/pom.xml +++ b/netconf/mdsal-netconf-tcp/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index 7d7ccc3bc2..cfefc6d9d8 100644 --- a/netconf/mdsal-netconf-yang-library/pom.xml +++ b/netconf/mdsal-netconf-yang-library/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 2ec5df53cc..09b023b5a1 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index ccbc32e473..f2821827f4 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index f50f8e7cd9..839dece961 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 4a64ebdacc..5d14571e73 100644 --- a/netconf/netconf-auth/pom.xml +++ b/netconf/netconf-auth/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-config/pom.xml b/netconf/netconf-config/pom.xml index 3e7a490714..54be9b255f 100644 --- a/netconf/netconf-config/pom.xml +++ b/netconf/netconf-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-connector-config/pom.xml b/netconf/netconf-connector-config/pom.xml index 9b125c9f1f..9c177cfabc 100644 --- a/netconf/netconf-connector-config/pom.xml +++ b/netconf/netconf-connector-config/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index e5fe821587..8d24a96122 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index 1637a9b97f..2f91baa60a 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-mapping-api/pom.xml b/netconf/netconf-mapping-api/pom.xml index 35e14fcd2c..00b6d28ffc 100644 --- a/netconf/netconf-mapping-api/pom.xml +++ b/netconf/netconf-mapping-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-monitoring/pom.xml b/netconf/netconf-monitoring/pom.xml index 2d7a4dbb2a..2f1be941bf 100644 --- a/netconf/netconf-monitoring/pom.xml +++ b/netconf/netconf-monitoring/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index fc37a0bf1f..6cb6e9d668 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml index 3f5ea9d29d..06a76e71f1 100644 --- a/netconf/netconf-notifications-api/pom.xml +++ b/netconf/netconf-notifications-api/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index 4968a4a61f..4d9e26a0b0 100644 --- a/netconf/netconf-notifications-impl/pom.xml +++ b/netconf/netconf-notifications-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index fea44e9626..835412f539 100644 --- a/netconf/netconf-ssh/pom.xml +++ b/netconf/netconf-ssh/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index 7693a93d99..f692e9677a 100644 --- a/netconf/netconf-tcp/pom.xml +++ b/netconf/netconf-tcp/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-topology-config/pom.xml b/netconf/netconf-topology-config/pom.xml index 3d6991765f..094de7d907 100644 --- a/netconf/netconf-topology-config/pom.xml +++ b/netconf/netconf-topology-config/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index 9ebd249206..eea834bd9e 100644 --- a/netconf/netconf-topology/pom.xml +++ b/netconf/netconf-topology/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index 54c2c72155..b2373fc1e9 100644 --- a/netconf/netconf-util/pom.xml +++ b/netconf/netconf-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0 diff --git a/netconf/pom.xml b/netconf/pom.xml index 89fde0829b..9fc35b7d28 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/netconf/tools/netconf-cli/pom.xml b/netconf/tools/netconf-cli/pom.xml index 7a1a323966..dbc8194a66 100644 --- a/netconf/tools/netconf-cli/pom.xml +++ b/netconf/tools/netconf-cli/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 1.9.0 + 2.0.0 diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 48c3d44e20..4f87747e56 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent - 1.9.0 + 2.0.0 @@ -160,7 +160,7 @@ org.apache.karaf.features org.apache.karaf.features.core - ${karaf4.version} + ${karaf.version} diff --git a/pom.xml b/pom.xml index 34b0cdf163..8b0d4e8b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/restconf/pom.xml b/restconf/pom.xml index 3eef0055ea..41e8c67a62 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index 854b308af0..9132eb9d3f 100644 --- a/restconf/restconf-artifacts/pom.xml +++ b/restconf/restconf-artifacts/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/restconf/sal-rest-connector-config/pom.xml b/restconf/sal-rest-connector-config/pom.xml index 924c638e75..0496ec92a4 100644 --- a/restconf/sal-rest-connector-config/pom.xml +++ b/restconf/sal-rest-connector-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0 + 2.0.0 diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index 81b4042c47..97b93bc784 100644 --- a/restconf/sal-rest-connector/pom.xml +++ b/restconf/sal-rest-connector/pom.xml @@ -32,12 +32,18 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 + 2.6 + + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.6 + test + org.opendaylight.controller sal-connector-api diff --git a/restconf/sal-rest-docgen-maven/pom.xml b/restconf/sal-rest-docgen-maven/pom.xml index 990bfa2b9d..d21a7d252b 100644 --- a/restconf/sal-rest-docgen-maven/pom.xml +++ b/restconf/sal-rest-docgen-maven/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 1.9.0 + 2.0.0 diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 155351e36b..1037f0f06b 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0 + 2.0.0