diff options
author | 2022-11-25 09:01:48 +0800 | |
---|---|---|
committer | 2022-11-25 09:20:49 +0800 | |
commit | 55d29b46ab9f585b79ccf713aada7f77eee5f3fd (patch) | |
tree | 7f35cb6aa9dac856c3c95ead9bd325bc632189f1 /artifactbroker/main/pom.xml | |
parent | eb49e5dea9a76c8bd9c246f492357620da57c5d9 (diff) |
Bump version to 1.8.3 after fixing service mesh issue
Issue-ID: MULTICLOUD-1495
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ifb3250d3ab3658e502d2e4cc6193fdac4e879ccc
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 4df8a98..6c8fc71 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.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>multicloud-framework-artifactbroker-main</artifactId> |