Upversion in preparation of initial release

Issue-ID: AAI-2477
Change-Id: I476c3e329bb8ae247b3850d96c0f5b71da1cd190
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
diff --git a/pom.xml b/pom.xml
index d9f6d91..a074410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
 	<groupId>org.onap.aai</groupId>
 	<artifactId>babel</artifactId>
-	<version>1.4.2-SNAPSHOT</version>
+	<version>1.5.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>aai-babel</name>
@@ -58,7 +58,7 @@
 		<javax.ws.rs.version>2.1</javax.ws.rs.version>
 		<mvn.jaxb2.version>0.13.2</mvn.jaxb2.version>
 		<aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id>
-		<aai-schema.version>1.0.5</aai-schema.version>
+		<aai-schema.version>1.5.0</aai-schema.version>
 		<apache.lang3.version>3.7</apache.lang3.version>
 		<aai.rest.client.version>1.2.1</aai.rest.client.version>
 		<sdc.distribution.client.version>1.3.0</sdc.distribution.client.version>
diff --git a/version.properties b/version.properties
index 77e67b1..99af342 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=2
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}