Merge "VOL-144: Relay DHCP from subscriber on a configurable VLAN Patchset contains: 1. Bug fix 2. Documentation - README.md 3. Unit tests 4. Changed - DHCP Relay app sends double tagged packets to voltha instead of only priority tagged packets"
diff --git a/pom.xml b/pom.xml
index 9a2fa76..0a84082 100755
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,8 @@
<onos.app.category>default</onos.app.category>
<onos.app.url>http://opencord.org</onos.app.url>
<onos.app.readme>DHCP L2 Relay Agent Application.</onos.app.readme>
- <onos.version>1.8.0</onos.version>
+ <onos.version>1.8.0</onos.version>
+ <sadis.api.version>1.0.0-SNAPSHOT</sadis.api.version>
</properties>
<dependencies>
@@ -53,7 +54,7 @@
<dependency>
<groupId>org.opencord</groupId>
<artifactId>sadis-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${sadis.api.version}</version>
</dependency>
<dependency>