summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-31 10:45:23 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-31 10:45:23 -0400
commit9568bae73d66187c028d6eee96fef226a84b8f00 (patch)
tree808557a97e8c8d951c0aaa3c293c51c9c3162f70
parent9837b503b04f1103eaeab96b5e4d2eb0f8139056 (diff)
Use released parent poms1.5.3dublin
Use released version of parent poms (1.2.4) Change-Id: I1c7c5ba0db28cb406cff496b1b1cb1aa00e2cc1a Issue-ID: CCSDK-1362 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 adc09b3..5a8900e 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.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
</parent>
<properties>
diff --git a/pom.xml b/pom.xml
index e2e7a1d..aaab505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
</parent>
<name>sdnc-apps</name>