diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-19 15:22:39 +0200 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-19 15:22:39 +0200 |
commit | a94ec86f242d57fc0832f2658114ae8c9d1c6b1c (patch) | |
tree | ac648375b2d75fe04bbaafc27e0d26259a9d22b9 /vid-app-common/pom.xml | |
parent | 545434fd679fa918288b913a6525d2e05777b22a (diff) |
Migrate to org.onap
Change-Id: Ibc8c4ad47f9bd3bf30db901cbd282d36f279d91c
Issue-ID: VID-86
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index b30e908a..4a80f0bb 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -459,9 +459,9 @@ <version>1.5.0</version>
</dependency>
<dependency>
- <groupId>org.openecomp.sdc.sdc-tosca</groupId>
+ <groupId>org.onap.sdc.sdc-tosca</groupId>
<artifactId>sdc-tosca</artifactId>
- <version>1.1.51-SNAPSHOT</version>
+ <version>1.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
|