Fix version in base module

Fix version, which was breaking merge build.

Change-Id: I73c8d1e2be56e739164545ad1b5f9bf69985b719
Issue-ID: CCSDK-1618
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml
index 4cbe85c..083a7fc 100644
--- a/base/http/provider/pom.xml
+++ b/base/http/provider/pom.xml
@@ -1,18 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.onap.ccsdk.parent</groupId>
 		<artifactId>binding-parent</artifactId>
-		<version>1.3.2</version>
-		<relativePath />
+		<version>1.3.3-SNAPSHOT</version>
+		<relativePath/>
 	</parent>
 
 	<groupId>org.onap.ccsdk.sli.adaptors</groupId>
 	<artifactId>base-http-provider</artifactId>
-	<version>0.5.1-SNAPSHOT</version>
+	<version>0.5.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
 	<dependencies>