aboutsummaryrefslogtreecommitdiffstats
path: root/base/http/provider
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-14 08:48:48 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-14 08:48:48 -0400
commit99f1934d72099f7d77467290722ea74da983d3bb (patch)
tree4e5513a430a2dc494b3e2b52861d7bcf9e9ca51d /base/http/provider
parentb429ab898e97c7607df38004e59ffeb3b747f82b (diff)
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>
Diffstat (limited to 'base/http/provider')
-rw-r--r--base/http/provider/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml
index 4cbe85c1..083a7fc7 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>