VOL-373 support 3 tuple and multiple version numbers for ONOS apps
Change-Id: I32af39df8a0efbe31fe974906b33e0230db0e0bf
diff --git a/pom.xml b/pom.xml
index 6edbf2c..a151675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>ONOS authentication application</description>
@@ -44,6 +44,8 @@
org.onosproject.olt,
org.opencord.sadis
</onos.app.requires>
+ <sadis.api.version>1.0.0-SNAPSHOT</sadis.api.version>
+ <olt.api.version>1.2.0-SNAPSHOT</olt.api.version>
</properties>
<dependencies>
@@ -56,13 +58,13 @@
<dependency>
<groupId>org.opencord</groupId>
<artifactId>sadis-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${sadis.api.version}</version>
</dependency>
<dependency>
<groupId>org.opencord</groupId>
<artifactId>olt-api</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>${olt.api.version}</version>
</dependency>
<dependency>