summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-03 15:01:21 -0500
committerDan Timoney <dtimoney@att.com>2020-02-03 15:01:21 -0500
commit78eb251a37b73b80617ad356ea4ea48b4d68e033 (patch)
tree24afcca9979dbda0b69c8bc88323ac605c5724f5
parent5f1d4a79db0e7fb726cc2f311a0acbf847604c37 (diff)
Update to use released CCSDK parent poms
Update to use released version 1.5.1 of CCSDK parent poms. Change-Id: I8a610c7d9915e1254f7a7f76110b52d0486501c5 Issue-ID: SDNC-1059 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--client/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 9e3849a..37c899c 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>client-parent</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1</version>
</parent>
<properties>
diff --git a/pom.xml b/pom.xml
index dfe9642..6ddbb3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1</version>
</parent>
<name>sdnc-apps</name>