diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2023-04-26 12:14:16 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2023-04-26 16:06:08 -0400 |
commit | 2f4cc180555b1891fb749443449bd969db408d9c (patch) | |
tree | d848df5d9f1e8c1ecdf944c891ee80228a579c4b /components | |
parent | 1007a6658ae1caa365373b6de2ef4e314cd5366b (diff) |
Adding some minor features
* Adding proxy and ssl context to CloseableHttpClient
* Adding paged capability to ResourceDictionary GET API, and adding POST APi to bulk load resource definitions
* Adding more packages to swagger-maven-plugin to get more RestCOntroller generating swagger doc
* Fixing maven artifact versions all places
Issue-ID: CCSDK-3895
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I096f80a2326cd00068029330b241da209e46e31d
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml index 12c5d6bc4..5778f6b14 100644 --- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml +++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds.components.cba</groupId> <artifactId>test-blueprint-kotlin-parent</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.3-SNAPSHOT</version> </parent> <groupId>${groupId}</groupId> |