diff options
author | cmrizhangzhen <781953240@qq.com> | 2022-11-10 09:48:14 +0800 |
---|---|---|
committer | cmrizhangzhen <781953240@qq.com> | 2022-11-10 09:48:35 +0800 |
commit | 150fdcca5cf23759208d5c98d54b32b6cb651064 (patch) | |
tree | 63fb11895ef511b132707ad6ccc19f6f4f1d8972 /standalone/pom.xml | |
parent | 467a0af6a6e0810bbe5a02bbd10f91f6a638da18 (diff) |
kohn release change to 5.1.05.1.2
Issue-ID: USECASEUI-760
Signed-off-by: cmrizhangzhen <781953240@qq.com>
Change-Id: I621572375be4e66a304949f706526bf5ebf98351
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r-- | standalone/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 08be9d3..0ed95f2 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -20,12 +20,12 @@ <parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>usecase-ui-intent-analysis-parent</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>standalone</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <name>standalone</name> <description>Distribute Binary Files and Docker Image for Intent Analysis Server</description> |