diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:56:15 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:56:15 -0500 |
commit | f8e7ad3f47e0f686c0a1bd1127362b2d09978f65 (patch) | |
tree | 465937611becdf5dafb30a216b85975403d7270d /services | |
parent | a41f3c216de525a6353f6407d79c22bb15758b74 (diff) |
Use released version of parent poms
Use released version 2.1.1 of parent poms
Change-Id: I6460478663d7b5a1343f8456669b1bf5d61f6171
Issue-ID: CCSDK-3179
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 5688fb7b..69771a19 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.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> |