aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManzon, Inna (im453s) <im453s@intl.att.com>2019-01-22 10:45:12 +0200
committerManzon, Inna (im453s) <im453s@intl.att.com>2019-01-22 14:16:31 +0200
commit8e4f8425e2a0bb7a9e6cadf48537bc93d4680e25 (patch)
treeb99cad4bf656b00a05c5a489dc7a6e0e7dfa74b1 /pom.xml
parentf88cee9d9e7e77dfdea743928199472dad7bde82 (diff)
Fix NPE, add getters to IEntityDetails
Change-Id: Ia150f003fade5a276d785b2be90a8d9f63ab9f4e Issue-ID: SDC-2057 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a3e2699..49d4590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.4.12-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.10</version>
+ <version>1.5.0-SNAPSHOT</version>
</dependency>