diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 14:24:07 -0800 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2017-12-06 21:23:24 +0000 |
commit | 7931f49ac5c06bd773ccf15d0a960fbe76231366 (patch) | |
tree | e3dff80bf6e5d9939ad052cfe28cf3628af6e5cc /aai-core | |
parent | 4b655cd18a61ead082a1507da64a184e5744083c (diff) |
Bump patch version
Bump patch version in preparation for Amsterdam
branching.
Change-Id: I1333eff89702baba52b1cbca01d67bfddff44003
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f372dd7b..d42a844f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -6,11 +6,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>aai-core</artifactId> <name>aai-core</name> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |