diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-19 17:02:34 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-19 17:02:34 -0400 |
commit | 5e4e72860197c36e9f13adc92df0ff6773107a80 (patch) | |
tree | c8f6a1e3c95adf59c95a62735b76814ffe78521e /admportal | |
parent | 566ec997f2561c65664d0de5717f0968556b4247 (diff) |
Update to use released 1.5.9 version of parent pom
Update to use released 1.5.9 version of parent pom
Change-Id: Id49bfcd9a79187bd863cdf0867d71d867d239522
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 0a76264a02dfe4e3e4197e175795afdc9fd4dd6d
Diffstat (limited to 'admportal')
-rw-r--r-- | admportal/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml index 59d9a5e3..1d15cadd 100644 --- a/admportal/pom.xml +++ b/admportal/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.9-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> |