diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:22:30 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:22:30 -0400 |
commit | 2ddf517a6e2eca40a9a91b2fdf96c9f12d346e3a (patch) | |
tree | 8aa198a2d69b3391699832d875a620ab8d4eb736 /utils/provider | |
parent | 2cd6a241db2481598b50be9996688c89608073d5 (diff) |
Use released version of parent poms (1.2.4)
Change-Id: Iba69d17feaf8f5d29e1b311ebf5185c277087d33
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'utils/provider')
-rw-r--r-- | utils/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 9f8180bd..2fc785e7 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> |