release version 1.3.0-SNAPSHOT
Change-Id: I613f3ed4cdb08a7f9c7fc2247e0aea3946eeb676
diff --git a/pom.xml b/pom.xml
index 47d26fa..aa4905d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.8.0</version>
+ <version>1.10.3</version>
<relativePath></relativePath>
</parent>
<groupId>org.opencord</groupId>
<artifactId>vtn</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Virtual tenant network service for CORD</description>
@@ -51,7 +51,9 @@
APIs for interacting with the CORD VTN application.
</api.description>
<api.package>org.opencord.cordvtn.rest</api.package>
- <cord.config.version>1.2.0-SNAPSHOT</cord.config.version>
+ <cord.config.version>1.3.0-SNAPSHOT</cord.config.version>
+ <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
+ <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
</properties>
<dependencies>