diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-02-22 13:20:53 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-02-23 21:49:24 +0000 |
commit | 20a1fb81f8d3ce252d2b78c04ba34f39a019c429 (patch) | |
tree | b4b2223d7a3019ab2b937933aa7d66d5b1205634 | |
parent | 9c5f12b632ea9a0c996579d4f102b9c5ed2e2d9f (diff) |
Update ccsdk parent version
Update to ccsdk parent versions for the new opendaylight
version.
Change-Id: I93da1575d992e981e1fadb1f9ff86211b3bbd9b1
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1355
-rw-r--r-- | binding-parent/pom.xml | 108 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 4 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 4 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 4 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 37 |
6 files changed, 114 insertions, 47 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index a953c37..23f5c9f 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> @@ -89,42 +89,76 @@ limitations under the License. <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version> <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version> <commons.collections.version>3.2.2</commons.collections.version> - <odl.sal.api.gen.plugin.version>0.12.3</odl.sal.api.gen.plugin.version> + <odl.sal.api.gen.plugin.version>0.13.1</odl.sal.api.gen.plugin.version> <odl.yang.jmx.generator.version>0.8.3</odl.yang.jmx.generator.version> <odl.controller.config.api.version>0.8.3</odl.controller.config.api.version> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>config-api</artifactId> - <version>${odl.controller.config.api.version}</version> - </dependency> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - <version>${snakeyaml.version}</version> - </dependency> - <dependency> - <groupId>equinoxSDK381</groupId> - <artifactId>org.eclipse.osgi</artifactId> - <version>${equinox.osgi.version}</version> - </dependency> - <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - <version>${mariadb.client.version}</version> - </dependency> - <dependency> - <groupId>org.apache.sshd</groupId> - <artifactId>sshd-core</artifactId> - <version>${apache.sshd.version}</version> - </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>${velocity.version}</version> - </dependency> - </dependencies> - </dependencyManagement> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>config-api</artifactId> + <version>${odl.controller.config.api.version}</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-binding-config</artifactId> + <version>${odl.mdsal.version}</version> + </dependency> + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>${snakeyaml.version}</version> + </dependency> + <dependency> + <groupId>equinoxSDK381</groupId> + <artifactId>org.eclipse.osgi</artifactId> + <version>${equinox.osgi.version}</version> + </dependency> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>${mariadb.client.version}</version> + </dependency> + <dependency> + <groupId>org.apache.sshd</groupId> + <artifactId>sshd-core</artifactId> + <version>${apache.sshd.version}</version> + </dependency> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + <version>${velocity.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-common</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> + + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-provider</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>ccsdk-sli</artifactId> + <version>${ccsdk.sli.core.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>aai-service-provider</artifactId> + <version>${sdnctl.aai.service.version}</version> + </dependency> + + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>dblib-provider</artifactId> + <version>${sdnctl.dblib.version}</version> + </dependency> + </dependencies> + </dependencyManagement> </project> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 67df39e..74a07e1 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index b4f65c2..49eb954 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> </project> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index bf67fe1..bc4e293 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index b747575..a492697 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.3</version> + <version>1.2.1-SNAPSHOT</version> <relativePath /> </parent> @@ -42,4 +42,37 @@ limitations under the License. <tosca.datatype.version>1.1.0</tosca.datatype.version> <velocity.version>1.7</velocity.version> </properties> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-common</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> + + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-provider</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>ccsdk-sli</artifactId> + <version>${ccsdk.sli.core.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>aai-service-provider</artifactId> + <version>${sdnctl.aai.service.version}</version> + </dependency> + + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>dblib-provider</artifactId> + <version>${sdnctl.dblib.version}</version> + </dependency> + </dependencies> + </dependencyManagement> </project> |