diff options
author | Gamboa, Gilbert <gilbert.g.gamboa@att.com> | 2019-10-07 10:09:51 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2019-10-07 14:34:31 -0400 |
commit | 110724f489ba8416a9921cee8f94410e58307af0 (patch) | |
tree | 3209fbd04824e4b31b57b4ecbf082463e2d5ead6 /common/pom.xml | |
parent | 6392515d91c00df8cb925ec9e99273a2f9e4744f (diff) |
Converted tests to use LATEST
Always use LATEST for A&AI based tests rather than a particular version
Issue-ID: SO-2398
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I7840b46f8d50b74a6e6b98270c4f3febc4d0b993
Diffstat (limited to 'common/pom.xml')
-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 1f7f044fc8..cd6f01641a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.0.0</version> + <version>1.0.5</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |