diff options
author | Rob Daugherty <rd472p@att.com> | 2018-10-11 13:08:45 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-10-11 13:10:49 -0400 |
commit | 58c1d90a787979e507f559d7075aac8a1428df42 (patch) | |
tree | bc4732710d6ab525736cc1b674086a525bc62c9e /common | |
parent | 0bd06bfb5c1d8f2cf963a047ad6b687598ec55bf (diff) |
aai-schema:1.3.0-SNAPSHOT is gone
We must now use the newly released 1.3.0 version
Change-Id: I5b7f0f8847031b776ab49b453f237f009e71804b
Issue-ID: SO-1129
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 285cd5613d..d8e71b0e44 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -62,7 +62,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |