diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-06-25 10:27:47 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2023-06-25 06:05:10 +0000 |
commit | 97052e5c927fc1c44119f2f31dd9a311c123b008 (patch) | |
tree | 60c07c3e9eaee5ae1acf16dd606dab80bcfd75c2 /standalone/pom.xml | |
parent | 0344534f268878013138d60e29c450298d15f459 (diff) |
Change the release version to 5.3.0
Issue-ID: USECASEUI-816
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Ia29ce3c2c942c3df86ae6543eb5526d3d1068c35
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 a4609c3..19175be 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>5.2.0-SNAPSHOT</version> + <version>5.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>standalone</artifactId> - <version>5.2.0-SNAPSHOT</version> + <version>5.3.0-SNAPSHOT</version> <name>standalone</name> <description>Distribute Binary Files and Docker Image for Intent Analysis Server</description> |