diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-14 08:48:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-14 08:48:48 -0400 |
commit | 99f1934d72099f7d77467290722ea74da983d3bb (patch) | |
tree | 4e5513a430a2dc494b3e2b52861d7bcf9e9ca51d /base/http/pom.xml | |
parent | b429ab898e97c7607df38004e59ffeb3b747f82b (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/pom.xml')
-rw-r--r-- | base/http/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/http/pom.xml b/base/http/pom.xml index 368e3fb18..65571050a 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> <packaging>pom</packaging> <modules> |