diff options
author | Bin Yang <bin.yang@windriver.com> | 2021-12-16 16:18:32 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2021-12-16 16:18:32 +0800 |
commit | 091e2b38db978bceffcd3534f797fd6fa25fa970 (patch) | |
tree | e0c3c0bedd055bbdceef5c8b65eb6ba8678aa226 /artifactbroker/main | |
parent | 5e2cd6fb3421f130289cc4a0262df6e9ef3fc850 (diff) |
Upgrade version to 1.7.3 after release with log4j fixing
Issue-ID: MULTICLOUD-1433
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Idf15d28c176baadd00efee9835279326acdb0918
Diffstat (limited to 'artifactbroker/main')
-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 3e4367c..28ccb63 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.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>multicloud-framework-artifactbroker-main</artifactId> |