diff options
author | Rokhvarg David <dr2032@att.com> | 2018-03-11 16:40:55 +0200 |
---|---|---|
committer | Rokhvarg David <dr2032@att.com> | 2018-03-11 16:40:55 +0200 |
commit | 45497ffff524a82e4e5d41c2272409c5b7fca2df (patch) | |
tree | b125aa0b584c22d031fc1422f29b1f0fef83ea13 /pom.xml | |
parent | 4cea23f8111aa3d3532ec8d74351eccbf0ac44a5 (diff) |
extend policy and group api
Change-Id: I6ffdcdc1057ea53d7211008abd6c1ae0e2a9f54d
Issue-ID: SDC-1056
Signed-off-by: Rokhvarg David <dr2032@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -112,7 +112,7 @@ <dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
</dependency>
|