diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 15:10:52 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 15:11:14 -0400 |
commit | 1e37d95139292d1beba6d9a239bee04283cc4578 (patch) | |
tree | 6dbd5265a111598aa522aff4beb34f58e1b10e84 /ms | |
parent | 9c5b490046af60a83fd02dde5a91e68259d8b06a (diff) |
Use CCSDK parent for spring boot
Use CCSDK parent for spring boot
Change-Id: Ic77cabd1e189ee8f2b25d17068229ded211c45e3
Issue-ID: CCSDK-558
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/vlantag-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 3770aa27..08466dcd 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -40,9 +40,9 @@ </properties> <parent> - <groupId>org.springframework.boot</groupId> + <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.4.RELEASE</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> |