diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-08-24 09:40:42 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-08-24 09:40:42 -0400 |
commit | be1fce412990f8e8f2ff8d338c50e29fdf47e8ad (patch) | |
tree | 2c000ba2e39abba561b0dacdf6ebf89bb7992414 | |
parent | b6348c749e93934eb6f95d07d6a70dc0148f11a1 (diff) |
Upgrading Parent pom version
Issue-ID: CCSDK-2690
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Iba025b4fa3ea48b856c855196c9c6959da75e354
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 68667a1a8..abf9348e1 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>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> |