diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-02 22:05:05 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-02 22:05:41 -0400 |
commit | 68987011d4a41ed59375616a19b0cde229b9c413 (patch) | |
tree | 8a765a275299974cf52b36b832ca96487a9e73c3 /aai-annotations | |
parent | 677c0857f74bd8e957b5300be96a31e39279effd (diff) |
Update pom to use 1.2.5-SNAPSHOT
Issue-ID: AAI-965
Change-Id: I25575c7519407f84f78c5e647b8eb32b9e3492f6
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-annotations')
-rw-r--r-- | aai-annotations/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index f1d5fe06..13a99aee 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> </parent> <artifactId>aai-annotations</artifactId> <name>aai-annotations</name> <packaging>jar</packaging> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> |