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 /SdncReports/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 'SdncReports/pom.xml')
-rw-r--r-- | SdncReports/pom.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index a811d1b3..5b9bd5dc 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -1,13 +1,16 @@ -<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.ccsdk.parent</groupId> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>sdnc-oam :: SdncReports</name> + <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> @@ -23,10 +26,10 @@ <url>http://nexus.onap.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> - + <modules> <module>SdncReportsDao</module> - <module>SdncReportsApi</module> + <module>SdncReportsApi</module> </modules> <build> |