aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SdncReports/pom.xml')
-rw-r--r--SdncReports/pom.xml13
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>