diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2018-09-27 01:12:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-27 01:12:06 +0000 |
commit | cd74decdcf3db6c623b347177559eb786dd3590b (patch) | |
tree | c1524e09c686646e6548ec1d2308d05fb9cb96d5 /aai-auth | |
parent | 8115308366aa9cc8129b9379a61f7ab84d77f84e (diff) | |
parent | 8c701b4375e44b629e4264708de35c17ebfe0951 (diff) |
Merge "Upversion to 1.3.1"
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 03a32b99..f844cece 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>aai-auth</artifactId> <name>aai-auth</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |