diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-15 15:19:00 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-15 15:37:08 -0500 |
commit | 5837393fad1c00ab044b04e9ae5b83b5ae6005b0 (patch) | |
tree | 2cc08c3eafb1c89d6528082233bf4b5b7bd3cab1 /services | |
parent | b84d399884ed03d3144903ee558933ed8fb800f7 (diff) |
Use released version of ccsdk parent poms
Use released version 2.1.0 of parent poms
Change-Id: I63b89ffef53b99c0b8996ec5ed6ed7b5b949c325
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/pom.xml b/services/pom.xml index 33952c41..0fe76fa8 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> |