change to snapshot version and remove config dependency
Change-Id: Id785b77378ec9fb784b6e4a4655d4e0377523bf8
diff --git a/.gitignore b/.gitignore
index 73df60d..8cb536c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
.classpath
.project
.settings
+*.swp
diff --git a/api/pom.xml b/api/pom.xml
index 4e87df9..59e2939 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sadis</artifactId>
<groupId>org.opencord</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index c9d29ac..84a8a17 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -32,7 +32,7 @@
<properties>
<web.context>/onos/sadis</web.context>
- <api.version>1.0.0</api.version>
+ <api.version>1.0.0-SNAPSHOT</api.version>
<api.title>Subscriber And Device Information REST API</api.title>
<api.description>Subscriber And Device Information REST API</api.description>
<api.package>org.onosproject.sadis.rest</api.package>
diff --git a/pom.xml b/pom.xml
index e1a7a8d..0dda5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,25 +22,25 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.10.0</version>
+ <version>1.8.0</version>
<relativePath></relativePath>
</parent>
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <onos.version>1.10.0</onos.version>
+ <onos.version>1.8.0</onos.version>
<onos.app.name>org.opencord.sadis</onos.app.name>
<onos.app.category>Utility</onos.app.category>
<onos.app.title>Subscriber and Access Device Information Service</onos.app.title>
<onos.app.origin>Open Networking Laboratory</onos.app.origin>
<onos.app.url>http://opencord.org</onos.app.url>
<onos.app.readme>https://gerrit.opencord.org/gitweb?p=igmp.git;f=README.md;hb=HEAD</onos.app.readme>
- <onos.app.requires>org.opencord.config</onos.app.requires>
+ <onos.app.requires></onos.app.requires>
</properties>
<modules>
@@ -85,11 +85,6 @@
<version>${onos.version}</version>
</dependency>
- <dependency>
- <groupId>org.opencord</groupId>
- <artifactId>cord-config</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<repositories>