aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-09 10:58:36 -0400
committerDan Timoney <dtimoney@att.com>2020-06-09 10:58:36 -0400
commit68bca2adea605eaa5ecbdc8df1a6eacee1a9a12a (patch)
treeba9822ff0f5c989bfb449fb2fcb83db6e76b8ed8
parent2cdbc524c9d218723f67fb66b55d3c97f9b70869 (diff)
Use released version 1.5.9 of parent pom
Update to use released version 1.5.9 of parent pom Issue-ID: CCSDK-2399 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I86c615f3e1aa4e161645f2db2d986cbef4186615
-rw-r--r--cds-ui/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml
index 7964ed77f..f48cb94d7 100644
--- a/cds-ui/pom.xml
+++ b/cds-ui/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.8-SNAPSHOT</version>
+ <version>1.5.9</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index 83216d1b0..e3c1c387e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.8-SNAPSHOT</version>
+ <version>1.5.9</version>
<relativePath/>
</parent>