diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 08:27:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 08:32:45 -0400 |
commit | c90cbbd19d38d2ad9dfcb6f46a4e9ebdd1035df6 (patch) | |
tree | 69f8e948d04330e7a6ed34c11cb68cc8c9295b70 /a1-policy-management/pom.xml | |
parent | 0e63aebb722154119f2072800dc3a1aef9cfcfd8 (diff) |
Update to use released parent poms
Update ccsdk/oran to use released version of parent poms in preparation
for release build. This is needed because ccsdk-oran Jenkins job is
set up to use maven version plugin to roll version, instead of simply
removing all occurrences of '-SNAPSHOT' in pom.xmls before doing staging
build. Jenkins job should be changed not to use version plugin so that
in the future we don't have to change parent pom version before release
build.
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib51168dab3d1585b12043a3ac4979422428333a7
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 f9c9b873..1a323800 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.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> |