summaryrefslogtreecommitdiffstats
path: root/ccsdk-app-common
diff options
context:
space:
mode:
authorKotagiri, Ramprasad (rp5662) <rp5662@att.com>2021-07-12 12:50:21 -0400
committerKotagiri, Ramprasad (rp5662) <rp5662@att.com>2021-07-12 15:09:47 -0400
commit355cf4099273cbd1049b6b111cca2b6638bc57f6 (patch)
tree209caf74d86632a300a6b886930382db98c7b7d8 /ccsdk-app-common
parent03b52339bcdaa67d6e89d81c6c0526ae6b196215 (diff)
[DCAE/CCSDK] container run script changes1.4.4
update container startup script to update postgres password in app config Issue-ID: DCAEGEN2-2800 Change-Id: Ib8910edbc1a7a2d9d4fcf0115be1fea7a459a2c4 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@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 a231d2e..50a9f1e 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.3-SNAPSHOT</version>
+ <version>1.4.4-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.dashboard</groupId>
<artifactId>ccsdk-app-common</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DCAE Dashboard common</name>
<description>CCSDK Dashboard common Java code</description>