diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-06 08:46:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-06 08:46:55 -0500 |
commit | f58ed99972fe216d039ec264c5c0f46138148a4e (patch) | |
tree | 84be22f08e67d9e9b26dd2195473f3fa80321222 /client | |
parent | 78eb251a37b73b80617ad356ea4ea48b4d68e033 (diff) |
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms.
Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml index 37c899c..8a1afe1 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.5.1</version> + <version>1.5.2</version> </parent> <properties> |