diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 12:11:35 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 12:31:44 -0400 |
commit | 42ef3e4d9d80ac3de18cb687fac3c375ecdc96db (patch) | |
tree | ffcd34db4e7def547a66d9e001cab05a2ff4a549 /configbackuprestore/pom.xml | |
parent | 5cf8aa829f45f8fdc0b20eb38505689bf7a850ff (diff) |
Fix groupIds
Incorrect groupIds - need to match repo structure. Also, name tags
need to include sdnc-oam to map to correct Sonar project.
Change-Id: I530855763bb02fc655a2192f9af55da63fd12512
Issue-ID: SDNC-445
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 597abe7f0380146d5e44588c2be24c63357afbd7
Diffstat (limited to 'configbackuprestore/pom.xml')
-rw-r--r-- | configbackuprestore/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml index 9aa3c32d..4501ca7d 100644 --- a/configbackuprestore/pom.xml +++ b/configbackuprestore/pom.xml @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.ccsdk.parent</groupId> + <groupId>org.onap.sdnc.oam.vnfbackup</groupId> <artifactId>configbackuprestore</artifactId> - <version>1.0-SNAPSHOT</version> - <name>Archetype - configbackuprestore</name> + <version>1.4.0-SNAPSHOT</version> + <name>sdnc-oam :: vnfbackup</name> <packaging>pom</packaging> <parent> |