diff options
author | 2024-12-26 10:54:25 +0800 | |
---|---|---|
committer | 2024-12-26 10:54:34 +0800 | |
commit | 9a6c03c0641fc5f54c15e3e8610b3c3658b0cfc4 (patch) | |
tree | 4556933541901237fd2abc880bf966b4917ca92b /checkstyle/pom.xml | |
parent | 04dbb611b85775a5069405be95fc29b4169c9176 (diff) |
Change the release version to 15.0.015.0.0
Issue-ID: USECASEUI-847
Change-Id: Ia1c1b7bc7f79fd305b972442ba924e8b6dd8e0ec
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 800fe43..9b7f8ce 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>14.0.0-SNAPSHOT</version> + <version>15.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.usecase-ui.intent-analysis</groupId> <artifactId>checkstyle</artifactId> |