aboutsummaryrefslogtreecommitdiffstats
path: root/base/pom.xml
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/pom.xml
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/pom.xml')
-rw-r--r--base/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/pom.xml b/base/pom.xml
index eb18d160..12a2f779 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>base-parent</artifactId>
- <version>0.5.1-SNAPSHOT</version>
+ <version>0.5.2-SNAPSHOT</version>
<modules>
<module>http</module>