aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-common
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-04-30 11:06:36 +0200
committerVijay Venkatesh Kumar <vv770d@att.com>2021-05-04 19:33:56 +0000
commit4361b7053d1381b964930b000ee994410a8335ef (patch)
treef5dbbdf2aae7f844d7192f51e93e867b8d684547 /ccsdk-app-common
parent6dd1e4c9cce3a8cbc66a0998a2a3735ab014a6dc (diff)
Fix issues with inserting dashboard user into databasehonolulu
Issue-ID: DCAEGEN2-2751 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I60039fddf5493464b49f6a97d0fde4b4d8939773 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'ccsdk-app-common')
-rw-r--r--ccsdk-app-common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccsdk-app-common/pom.xml b/ccsdk-app-common/pom.xml
index 255f29c..a231d2e 100644
--- a/ccsdk-app-common/pom.xml
+++ b/ccsdk-app-common/pom.xml
@@ -6,12 +6,12 @@
<parent>
<groupId>org.onap.ccsdk.dashboard</groupId>
<artifactId>ccsdk-app-parent</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.dashboard</groupId>
<artifactId>ccsdk-app-common</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DCAE Dashboard common</name>
<description>CCSDK Dashboard common Java code</description>