summaryrefslogtreecommitdiffstats
path: root/core/sliapi/model
diff options
context:
space:
mode:
Diffstat (limited to 'core/sliapi/model')
-rwxr-xr-xcore/sliapi/model/pom.xml7
-rw-r--r--core/sliapi/model/swagger/pom.xml6
-rwxr-xr-xcore/sliapi/model/yang/pom.xml2
3 files changed, 7 insertions, 8 deletions
diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml
index 20075e1e0..5c4425218 100755
--- a/core/sliapi/model/pom.xml
+++ b/core/sliapi/model/pom.xml
@@ -3,10 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sliapi</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml
index eaa6d6039..dccfbc0a6 100644
--- a/core/sliapi/model/swagger/pom.xml
+++ b/core/sliapi/model/swagger/pom.xml
@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>oparent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sliapi-model</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml
index 3a443e0e9..8e92af9da 100755
--- a/core/sliapi/model/yang/pom.xml
+++ b/core/sliapi/model/yang/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>