diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:31:37 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:31:37 -0400 |
commit | 2d4ab4bb0f9ba2c197ec2d43094fd44bbc97a0f6 (patch) | |
tree | eb4be547cf6a124951417340a698fc519010df6a /ms | |
parent | c2f28cb4d387ce9aade47bc729ba8c09238f56a6 (diff) |
Use released version of parent poms (1.2.4)
Change-Id: Ic30135fd83f600d339b3404c3c74537c4bae90ae
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index f5d1b832..fcfaaa03 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -243,7 +243,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index caba58ca..79d34c0d 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -40,7 +40,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> |