Release app version 2.9.0 with API version 2.9.0
Change-Id: Id2ab119bdc5d19c24e172c147411c9f6ff26ae23
diff --git a/api/pom.xml b/api/pom.xml
index f1d06a4..03b601d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>dhcpl2relay</artifactId>
<groupId>org.opencord</groupId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index 1022eab..d514906 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>dhcpl2relay</artifactId>
<groupId>org.opencord</groupId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 54e7f40..5dc121e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.opencord</groupId>
<artifactId>dhcpl2relay</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
<packaging>pom</packaging>
<description>DHCP L2 Relay Agent</description>
@@ -33,7 +33,7 @@
<properties>
<sadis.api.version>5.10.0</sadis.api.version>
- <dhcpl2relay.api.version>2.9.0-SNAPSHOT</dhcpl2relay.api.version>
+ <dhcpl2relay.api.version>2.9.0</dhcpl2relay.api.version>
</properties>
<modules>