aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarma, Vikas <vv8305@att.com>2018-10-09 15:43:09 -0400
committerVarma, Vikas <vv8305@att.com>2018-10-10 19:41:30 -0400
commit0ef3ea60263194de56b85efa1d1e1e7a86cb5738 (patch)
tree2f719dd65333139e6ef457ad589266bd36c8b899
parentd84cee50fa9901a0d2c2f8385c5b287a47f4d50c (diff)
Fix jenkins job failures for deployment
Fix the groupId in pom.xml file to fix deployment failure change groupid to org.onap.optf.cmso Change-Id: I4277546cbb1a8678d84f1c095d464d245ddf8d1e Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-365
-rw-r--r--cmso-database/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml
index f5850f4..bef54fd 100644
--- a/cmso-database/pom.xml
+++ b/cmso-database/pom.xml
@@ -1,5 +1,5 @@
<!--
- Copyright © 2017-2018 AT&T Intellectual Property.
+ Copyright © 2018 AT&T Intellectual Property.
Modifications Copyright © 2018 IBM.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -39,7 +39,7 @@
<version>1.2.0</version>
</parent>
- <groupId>com.onap.optf</groupId>
+ <groupId>org.onap.optf.cmso</groupId>
<artifactId>liquibase</artifactId>
<version>0.1.0-SNAPSHOT</version>