aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'generic-resource-api/pom.xml')
-rw-r--r--generic-resource-api/pom.xml37
1 files changed, 7 insertions, 30 deletions
diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml
index 7696de8a..fc43e7d1 100644
--- a/generic-resource-api/pom.xml
+++ b/generic-resource-api/pom.xml
@@ -3,46 +3,23 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>sdnc-northbound</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath />
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <properties>
- <feature-name>generic-resource-api</feature-name>
- </properties>
+ <name>sdnc-northbound :: generic-resource-api</name>
+
<modules>
<module>model</module>
<module>provider</module>
<module>features</module>
<module>installer</module>
</modules>
-
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>generic-resource-api-features</artifactId>
- <version>${project.version}</version>
- <type>xml</type>
- <classifier>features</classifier>
- </dependency>
- <dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>generic-resource-api-model</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>generic-resource-api-provider</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
</project>