diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:55:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:56:54 -0400 |
commit | 1a3a450424753056ca602299b7f1956f995148d5 (patch) | |
tree | 93179336d1dc5549dc543c4924c105dfa4138d6a /sdnr/northbound/a1Adapter/model/pom.xml | |
parent | fdce02008ce92b06b872b524f7a8d50406de7369 (diff) |
Use released version 1.5.9 of parent pom
Update to use released version 1.5.9 of parent pom
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id8b36bd4bdb74bd1c1fb5c53b44f9e4532383b66
Diffstat (limited to 'sdnr/northbound/a1Adapter/model/pom.xml')
-rw-r--r-- | sdnr/northbound/a1Adapter/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/a1Adapter/model/pom.xml b/sdnr/northbound/a1Adapter/model/pom.xml index db6cd6441..85ae370af 100644 --- a/sdnr/northbound/a1Adapter/model/pom.xml +++ b/sdnr/northbound/a1Adapter/model/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> |