summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-05 10:57:00 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-05 10:57:00 -0400
commit0715ed207960673de9e7fa569df69b09b743cc17 (patch)
tree69012f7c82bff38ef2932deb0a2577f6754acf43
parent1b60dd1c62581b98b0ecce5526aa0ec07683f4a3 (diff)
Use release version of parent poms
Use release version 1.3.1 of parent poms Change-Id: Ic0bced63bf10999832c846a5b9e4f754a51ed20f Issue-ID: SDNC-827 Signed-off-by: Timoney, Dan (dt5972) <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 51ddfcc..7d2133a 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.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
</parent>
<properties>
diff --git a/pom.xml b/pom.xml
index 8ad2ca1..8bc4f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
</parent>
<name>sdnc-apps</name>