diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-28 07:22:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-02-28 07:22:42 -0500 |
commit | 9d3cc4fdc90e64d2c8977d5537f915afbc1dce58 (patch) | |
tree | 451aff67308914854a66e9b8c158037808e3b6af /ms | |
parent | 27843b5e58a276dc008225a4e218d4c8e9165316 (diff) |
Update to use latest parent snapshot
Update to use version 1.5.2-SNAPSHOT of parent pom
Change-Id: I1ef6e941eaf14da044e7e717b24e78da38b8c5fb
Issue-ID: CCSDK-2127
Signed-off-by: Dan Timoney <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 4a89ad31..9c2e4c8b 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -234,7 +234,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 10979823..adb6b9e5 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> |