diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-15 13:45:49 -0400 |
commit | fdefe5c32e481252666aa291975ce7141e985ce5 (patch) | |
tree | e8e1eba58585d5a68e95499b744b0180b4e3fabf /features | |
parent | 953072c4c372748c54abe4214513fc3341ceb915 (diff) |
Use RC2 versions of parent poms
Update to use RC2 version of parent poms and use version
of ccsdk.sli.core.version specified in parent pom
rather than assuming it as same as sli/plugins version
Change-Id: Icca1a9ab7627b98be4168b298fdbbe00781ee04c
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-gr-toolkit/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-properties-node/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-restapi-call-node/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-restconf-client/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-sli-plugins-all/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-sshapi-call-node/pom.xml | 6 | ||||
-rw-r--r-- | features/ccsdk-template-node/pom.xml | 2 | ||||
-rw-r--r-- | features/features-sli-plugins/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 |
10 files changed, 10 insertions, 14 deletions
diff --git a/features/ccsdk-gr-toolkit/pom.xml b/features/ccsdk-gr-toolkit/pom.xml index 8eab807a..ea430d81 100644 --- a/features/ccsdk-gr-toolkit/pom.xml +++ b/features/ccsdk-gr-toolkit/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/ccsdk-properties-node/pom.xml b/features/ccsdk-properties-node/pom.xml index c184fb8b..b94f3577 100644 --- a/features/ccsdk-properties-node/pom.xml +++ b/features/ccsdk-properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/ccsdk-restapi-call-node/pom.xml b/features/ccsdk-restapi-call-node/pom.xml index 31fac527..9cd023d8 100644 --- a/features/ccsdk-restapi-call-node/pom.xml +++ b/features/ccsdk-restapi-call-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/ccsdk-restconf-client/pom.xml b/features/ccsdk-restconf-client/pom.xml index 26d567e3..69a649ce 100644 --- a/features/ccsdk-restconf-client/pom.xml +++ b/features/ccsdk-restconf-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/ccsdk-sli-plugins-all/pom.xml b/features/ccsdk-sli-plugins-all/pom.xml index 72325835..b45e6664 100644 --- a/features/ccsdk-sli-plugins-all/pom.xml +++ b/features/ccsdk-sli-plugins-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/ccsdk-sshapi-call-node/pom.xml b/features/ccsdk-sshapi-call-node/pom.xml index 252ea5aa..34e594aa 100644 --- a/features/ccsdk-sshapi-call-node/pom.xml +++ b/features/ccsdk-sshapi-call-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> @@ -19,10 +19,6 @@ <!-- - <properties> - <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> - </properties> - <dependencies> <dependency> diff --git a/features/ccsdk-template-node/pom.xml b/features/ccsdk-template-node/pom.xml index 9d9354a9..e9580dc2 100644 --- a/features/ccsdk-template-node/pom.xml +++ b/features/ccsdk-template-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/features-sli-plugins/pom.xml b/features/features-sli-plugins/pom.xml index fd99212d..7053aac9 100644 --- a/features/features-sli-plugins/pom.xml +++ b/features/features-sli-plugins/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 82f5e7fd..d1dce8c3 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index bdb4c640..ce916ccc 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> |