Releasing voltha-onos:4.1.5

(Version 4.1.4 was already released and the -dev was wrongly set)

Change-Id: I7b718001a5b02d41ee36d1637077b7adb048bcc5
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index ef9bdf2..ae46d70 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-latest as install
+FROM onosproject/onos:2.2.4 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-latest
+FROM onosproject/onos:2.2.4
 
 # 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 3470fb3..b1cbc1f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.4-dev4
+4.1.5
diff --git a/dependencies.xml b/dependencies.xml
index d637dd5..037a0b8 100644
--- a/dependencies.xml
+++ b/dependencies.xml
@@ -24,11 +24,11 @@
     <version>fake</version>
 
     <properties>
-        <olt.version>4.2.0-SNAPSHOT</olt.version>
+        <olt.version>4.2.0</olt.version>
         <sadis.version>5.1.0</sadis.version>
         <aaa.version>2.1.0</aaa.version>
-        <dhcpl2relay.version>2.2.0-SNAPSHOT</dhcpl2relay.version>
-        <kafka.version>2.4.0-SNAPSHOT</kafka.version>
+        <dhcpl2relay.version>2.2.0</dhcpl2relay.version>
+        <kafka.version>2.4.0</kafka.version>
         <igmpproxy.version>2.1.2</igmpproxy.version>
         <mcast.version>2.1.0</mcast.version>
         <maclearner.version>1.0.0</maclearner.version>