diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-06-25 17:12:06 +0800 |
---|---|---|
committer | Keguang He <hekeguang@chinamobile.com> | 2023-06-25 09:41:09 +0000 |
commit | 20d32f84eb5ac37098965e8afbe8ea9c9b0f1c2e (patch) | |
tree | c3f4a5f5d4a8eb25af6bef31b9a9d1c953ace861 | |
parent | 97052e5c927fc1c44119f2f31dd9a311c123b008 (diff) |
update intent-analysis pom
Issue-ID: USECASEUI-816
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I26d4129b6476875eba1e45044d38aac8266bc4fe
-rw-r--r-- | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 19175be..c80d62c 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -30,7 +30,7 @@ <description>Distribute Binary Files and Docker Image for Intent Analysis Server</description> <properties> - <intent.version>5.2.0</intent.version> + <intent.version>5.3.0</intent.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> |