diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:45:23 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:45:23 -0400 |
commit | 9568bae73d66187c028d6eee96fef226a84b8f00 (patch) | |
tree | 808557a97e8c8d951c0aaa3c293c51c9c3162f70 | |
parent | 9837b503b04f1103eaeab96b5e4d2eb0f8139056 (diff) |
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.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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> @@ -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> |