diff options
author | 2025-02-17 17:50:42 +0800 | |
---|---|---|
committer | 2025-02-17 17:51:00 +0800 | |
commit | ba3880d20b5025735feda0ebe5bafd9b1e63a1ba (patch) | |
tree | cf76f2f3c159febafc1fa111ebba5a23e5a9d8c5 /checkstyle/pom.xml | |
parent | 21f1eb6988155dc56fec09ce9137577b0a8731ff (diff) |
Change the release version of the intent-analysis module to 15.0.115.0.1
Issue-ID: USECASEUI-873
Change-Id: I094329a68c8a279616f3713adc95f9240ee34878
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'checkstyle/pom.xml')
-rw-r--r-- | checkstyle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 9b7f8ce..c1834a8 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>usecase-ui-intent-analysis-parent</artifactId> - <version>15.0.0-SNAPSHOT</version> + <version>15.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>checkstyle</artifactId> |