summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-20 15:51:13 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-20 16:40:25 +0100
commit9308be90d43f4d4415667218ded1b4b80e06356f (patch)
treea16b9baa83d35af61de460adbc69661b2237998d /standalone
parent25de089e3210dda2d15adcdbd6e8e764bd58ce7f (diff)
Rename AAI related retrofit classes to clients
- this is done to better differentiate between Retrofit generated classes and the services that contain business logic - bump snapshot version to 15.0.3-SNAPSHOT [0] [0] this skips the 15.0.2-SNAPSHOT version to resolve the mismatch between the published docker version (i.e 15.0.1-STAGING-20250217T085742Z) and the version we are releasing this under (15.0.2) Issue-ID: USECASEUI-879 Change-Id: I22e6ec1ffecc072f2c3c9d97959dc52f43b2256b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index ab2457b3..a31bc273 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.usecase-ui.server</groupId>
<artifactId>usecase-ui-server-parent</artifactId>
- <version>15.0.1-SNAPSHOT</version>
+ <version>15.0.3-SNAPSHOT</version>
</parent>
<artifactId>usecase-ui-server-standalone</artifactId>
@@ -28,7 +28,7 @@
<description>distribute binary files and docker image for usecase-ui server</description>
<properties>
- <usecaseui.version>15.0.1</usecaseui.version>
+ <usecaseui.version>15.0.3</usecaseui.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>