diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:59:18 -0400 |
---|---|---|
committer | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2020-03-18 15:10:37 -0400 |
commit | 8865ccde1a486e203a3812813f5350ddb726265f (patch) | |
tree | 0811c8b874e97a60213ab18d208b779a146f0ca3 /cds-ui | |
parent | f946eae481bb4d37082218c64132a7099082bce5 (diff) |
Fix GroupId and package name in Error Catalog
Issue-ID: CCSDK-2180
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Ibe00fc1f2a905821b7100ae4f221ea1e0b934894
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 122823419..4a9f0fdad 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2</version> <relativePath/> </parent> |