diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-27 09:55:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-28 13:19:24 -0400 |
commit | cfe678d453a4c9d442b6d54a00a75c21d581fc22 (patch) | |
tree | 3f7e1dad923f3bb714fb59ad9995c2b5fbc5aeeb /artifacts | |
parent | d5471900d0d05edb94225fc6895fafada649c869 (diff) |
Use RC1 version of parent poms
Update to use RC1 version of parent poms and declared
bgp dependency as optional.
Change-Id: I3c4312e3d4be5b44eb85effa5176e3a014664591
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'artifacts')
-rwxr-xr-x | artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 18d9caa9..98fdc4fd 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4</version> </parent> <dependencyManagement> |