diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:19:45 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:19:45 -0400 |
commit | caa9d39cdb45381bfad41735bbf349e534d58992 (patch) | |
tree | 82a32ec93f6ddd4a787b1eeb196fc94aa3dd1757 /ansible-server | |
parent | 8f832f12840ed226a016de26e887d9f43fc3dd27 (diff) |
Use released parent poms
Use released version of parent poms (1.2.4)
Change-Id: Ic0db55a13c550b8f38d6b2fd5cc036ea4b8863a9
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ansible-server')
-rw-r--r-- | ansible-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 5ed61b38..d85c26e1 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> </parent> <modelVersion>4.0.0</modelVersion> |