diff options
author | James Forsyth <jf2512@att.com> | 2019-04-09 14:47:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 14:47:59 +0000 |
commit | ec86dc93ea46f33d737b01124546884f7048390a (patch) | |
tree | 0e793284c583013d72898dd757117d95fedfe97d /aai-auth | |
parent | 4ba1e592429ab49143e5278e5f6f9004bd1c5a58 (diff) | |
parent | 312c14b50f32493fa93fe3e6b757b8d16058a777 (diff) |
Merge "Update schema service to fail to start"
Diffstat (limited to 'aai-auth')
-rw-r--r-- | aai-auth/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 4bc3f40c..3f46cbb4 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <artifactId>aai-auth</artifactId> <name>aai-auth</name> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |