diff options
author | 2025-02-07 08:15:12 +0100 | |
---|---|---|
committer | 2025-02-07 12:45:15 +0100 | |
commit | 870a5da5ce74d3d12fd28fd80f36cf54e93c381d (patch) | |
tree | ef0a4263cd5072fee0dd0245517cec39d9603190 /standalone | |
parent | 551cff8a0fc352d89ad95e9cb1f2591c651c90a3 (diff) |
Dependency inject Retrofit client for IntentInstanceService
- split up IntantApiService into IntentAai- and IntentSoService to be able to
configure their headers centrally (like it is done for the rest of the changes
of this series)
- bump snapshot version to 15.0.1
Issue-ID: USECASEUI-861
Change-Id: I55662ff8dbb1e46f3fdd235852064268866a088f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index ef187a79..ab2457b3 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.0-SNAPSHOT</version> + <version>15.0.1-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.0</usecaseui.version> + <usecaseui.version>15.0.1</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> @@ -40,7 +40,7 @@ <finalName>usecse-ui-server</finalName> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <executions> <execution> |