diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:28:59 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:29:00 -0400 |
commit | 57a671f6939ff82e58e8af02e979d857d01fbd63 (patch) | |
tree | 58479a6125b20405f42a9691c35507f503790a7e /pom.xml | |
parent | 8e6fd93e44c2a9577982e08030e6beb3f88d4eef (diff) |
Upversion graphadmin in master
Issue-ID: AAI-2579
Change-Id: I8f5936ab9f073a5e8572be0f6ee73bd6c7a434b6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <properties> @@ -100,7 +100,7 @@ <json.version>20090211</json.version> <aai.core.version>1.5.3</aai.core.version> - <aai.schema.version>1.5.0</aai.schema.version> + <aai.schema.version>1.5.1</aai.schema.version> <netty.handler.version>4.1.9.Final</netty.handler.version> <netty.version>4.0.56.Final</netty.version> |