diff options
author | Taka Cho <tc012c@att.com> | 2018-06-21 14:51:18 -0400 |
---|---|---|
committer | Taka Cho <tc012c@att.com> | 2018-06-21 14:53:33 -0400 |
commit | 2fe0f6a64eeeaf90da4bb457302a4bba234cfdb7 (patch) | |
tree | dace167ee4196a5745e283e2a77c2ae0cf1f5297 | |
parent | 8e37837087ff419b3653b226b2c21678d86ab4c8 (diff) |
Fix CDT Nexus ID issue
Change-Id: I63885258b74576e7d038af92ca2b10363093f55e
Issue-ID: APPC-1025
Signed-off-by: Taka Cho <tc012c@att.com>
-rw-r--r-- | CdtProxyService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index d4ec595..314f334 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -57,7 +57,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.5.RELEASE</version> + <version>2.0.3.RELEASE</version> </parent> <dependencyManagement> <dependencies> |