diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 17:23:08 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 17:23:08 -0400 |
commit | 84238e13378c0c3b0dd7822f0ec5cf5be0c4937e (patch) | |
tree | fb05e789ef5bf0e2d510c3e0cc249a39b3843438 /installation/pom.xml | |
parent | d22a1cdceff82e412562f016ec7bfe82807f6f99 (diff) |
Use released 1.2.1 CCSDK parent
Use released 1.2.1 version of CCSDK parent pom
Change-Id: I71dd7e342f8741cf28dcb111fe0d1ec612fb6c45
Issue-ID: SDNC-704
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: a4b2c8dd11b431fc69439e16ef2616a2e2483db7
Diffstat (limited to 'installation/pom.xml')
-rw-r--r-- | installation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/pom.xml b/installation/pom.xml index e884f776..a2793d5d 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> |