Updating version to 1.5.0-SNAPSHOT

API change in version 1.4.0 necessitated moving VPLS app to use new
IntentSynchronizationService.

Change-Id: I3ca5fde8b2d36a4f157b93dbdbc7ca80c0f90e06
diff --git a/pom.xml b/pom.xml
index a2cc2ea..db081c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,11 +19,11 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-app-samples</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>ONOS sample applications</description>