Using released apps and releasing voltha-onos 5.0.1 for VOLTHA 2.8
Change-Id: I63361ba676f1f0d8849e775c9b33378f03ad744d
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 97d42ae..1555687 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.5-latest as install
+FROM onosproject/onos:2.5.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.5-latest
+FROM onosproject/onos:2.5.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 a1adb54..6b244dc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.1-dev3
+5.0.1
diff --git a/dependencies.xml b/dependencies.xml
index 7944568..9fc7918 100644
--- a/dependencies.xml
+++ b/dependencies.xml
@@ -24,13 +24,13 @@
<version>fake</version>
<properties>
- <olt.version>4.5.0-SNAPSHOT</olt.version>
- <sadis.version>5.4.0-SNAPSHOT</sadis.version>
- <aaa.version>2.4.0-SNAPSHOT</aaa.version>
- <dhcpl2relay.version>2.5.0-SNAPSHOT</dhcpl2relay.version>
- <kafka.version>2.7.0-SNAPSHOT</kafka.version>
- <igmpproxy.version>2.3.0-SNAPSHOT</igmpproxy.version>
- <mcast.version>2.4.0-SNAPSHOT</mcast.version>
+ <olt.version>4.5.0</olt.version>
+ <sadis.version>5.4.0</sadis.version>
+ <aaa.version>2.4.0</aaa.version>
+ <dhcpl2relay.version>2.5.0</dhcpl2relay.version>
+ <kafka.version>2.7.0</kafka.version>
+ <igmpproxy.version>2.3.0</igmpproxy.version>
+ <mcast.version>2.4.0</mcast.version>
<segmentrouting.version>3.0.0</segmentrouting.version>
</properties>