diff options
author | Bin Yang <bin.yang@windriver.com> | 2022-11-25 09:01:48 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2022-11-25 09:20:49 +0800 |
commit | 55d29b46ab9f585b79ccf713aada7f77eee5f3fd (patch) | |
tree | 7f35cb6aa9dac856c3c95ead9bd325bc632189f1 /artifactbroker/plugins/reception-plugins | |
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/plugins/reception-plugins')
-rw-r--r-- | artifactbroker/plugins/reception-plugins/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artifactbroker/plugins/reception-plugins/pom.xml b/artifactbroker/plugins/reception-plugins/pom.xml index bce1568..79da5e4 100644 --- a/artifactbroker/plugins/reception-plugins/pom.xml +++ b/artifactbroker/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.multicloud.framework</groupId> <artifactId>multicloud-framework-artifactbroker-plugins</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> </parent> <artifactId>multicloud-framework-artifactbroker-reception-plugins</artifactId> |