diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 10:40:56 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 10:40:56 -0500 |
commit | 06715d4973b2f30d2ffec3f95c967aaae2edf8d1 (patch) | |
tree | 11caadce15d26306b305019ef60b0964aa8ef9c4 /a1-policy-management/pom.xml | |
parent | 87728318991b690b0999ee4c6b0d8a06598fbcc9 (diff) |
Update for Guilin mtce release
Update version of parent poms to 2.0.4 for Guilin mtce release. This is
needed because this release includes changes to the ccsdk/sli repo,
and therefore dependent repos must recompile against that version
so that karaf feature.xml versions are correct.
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia23aa7c4711eaf950a9c4facebe8d785ae98cf1e
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 644e3aea..05f93b97 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> |