diff options
author | Tal Gitelman <tal.gitelman@att.com> | 2019-01-02 16:09:29 +0200 |
---|---|---|
committer | Tal Gitelman <tal.gitelman@att.com> | 2019-01-02 16:10:28 +0200 |
commit | e502e8a5b21819ddaceb7c7d3ab387467231cc3c (patch) | |
tree | 556de346414a9df922f83eb4d44c3e8b7c87f81f /pom.xml | |
parent | 9cfa2619c0db224e4965797a1013f7a6cd1396ab (diff) |
SDC distribution failed bug fix1.4.9
Change-Id: Iad1b115314a689196aef695be01c78785e462842
Issue-ID: SDC-1955
Signed-off-by: Tal Gitelman <tal.gitelman@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.4.8-SNAPSHOT</version> + <version>1.4.9-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -118,7 +118,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.8</version> + <version>1.4.9</version> </dependency> |