diff options
author | 2022-11-23 12:29:39 +0000 | |
---|---|---|
committer | 2022-11-25 09:29:58 +0000 | |
commit | e127b3c32c81390e0c8d928f1266360802fc7071 (patch) | |
tree | 1ab1a16a2321b34b85fc6d57733cfc0a002a9cd4 /artifactbroker/main/pom.xml | |
parent | 55d29b46ab9f585b79ccf713aada7f77eee5f3fd (diff) |
[ARTIFACT-BROKER] Upgrade sdc-distro-client to 2.0.01.9.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I3c726357fe3760724f64e71f09749d939f74d7be
Issue-ID: DMAAP-1806
Diffstat (limited to 'artifactbroker/main/pom.xml')
-rw-r--r-- | artifactbroker/main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artifactbroker/main/pom.xml b/artifactbroker/main/pom.xml index 6c8fc71..2135245 100644 --- a/artifactbroker/main/pom.xml +++ b/artifactbroker/main/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.multicloud.framework</groupId> <artifactId>multicloud-framework-artifactbroker</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>multicloud-framework-artifactbroker-main</artifactId> |