Releasing 4.0.2 with the latest released apps
Change-Id: I2777526ec62a60d8e82a3d0f51bd54829426e82e
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index b901992..9403491 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -34,7 +34,7 @@
# Unpack and install specific apps from download stage
-FROM onosproject/onos:2.2.2-rc6 as install
+FROM onosproject/onos:2.2.2 as install
# The ENV settings must be replicated below as they are not shared between stages
ENV ONOS=/root/onos
@@ -58,7 +58,7 @@
# Create the final image coping over the installed applications from the install stage
-FROM onosproject/onos:2.2.2-rc6
+FROM onosproject/onos:2.2.2
# The ENV settings must be replicated below as they are not shared between stages
ENV ONOS=/root/onos
diff --git a/VERSION b/VERSION
index 66f5ffd..4d54dad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.2-alpha3
+4.0.2
diff --git a/dependencies.xml b/dependencies.xml
index b315770..05642ba 100644
--- a/dependencies.xml
+++ b/dependencies.xml
@@ -24,13 +24,13 @@
<version>fake</version>
<properties>
- <olt.version>4.0.2-SNAPSHOT</olt.version>
- <sadis.version>5.0.1-SNAPSHOT</sadis.version>
- <aaa.version>2.0.2-SNAPSHOT</aaa.version>
- <dhcpl2relay.version>2.0.2-SNAPSHOT</dhcpl2relay.version>
- <kafka.version>2.1.2-SNAPSHOT</kafka.version>
- <igmpproxy.version>2.0.0-SNAPSHOT</igmpproxy.version>
- <mcast.version>2.0.0-SNAPSHOT</mcast.version>
+ <olt.version>4.0.2</olt.version>
+ <sadis.version>5.0.1</sadis.version>
+ <aaa.version>2.0.2</aaa.version>
+ <dhcpl2relay.version>2.0.2</dhcpl2relay.version>
+ <kafka.version>2.2.0</kafka.version>
+ <igmpproxy.version>2.0.0</igmpproxy.version>
+ <mcast.version>2.0.0</mcast.version>
</properties>
<build>
@@ -78,14 +78,14 @@
</artifactItem>
<artifactItem>
<groupId>org.opencord</groupId>
- <artifactId>onos-app-igmpproxy</artifactId>
+ <artifactId>onos-app-igmpproxy-app</artifactId>
<version>${igmpproxy.version}</version>
<type>oar</type>
<overWrite>true</overWrite>
</artifactItem>
<artifactItem>
<groupId>org.opencord</groupId>
- <artifactId>mcast</artifactId>
+ <artifactId>mcast-app</artifactId>
<version>${mcast.version}</version>
<type>oar</type>
<overWrite>true</overWrite>