diff options
author | zm330 <zhangminyj@chinamobile.com> | 2020-10-13 19:58:36 +0800 |
---|---|---|
committer | zm330 <zhangminyj@chinamobile.com> | 2020-10-13 19:58:45 +0800 |
commit | a016baccfb7e733258ebbe9c4c043fe0626c405c (patch) | |
tree | 1bb4fb175a3f532a52e1aff8b641e0ed31fa9ad2 | |
parent | cd1e79ca2d95c27cefafb64da7222393e3d34a3d (diff) |
Update schema service versionguilin
Issue-ID: AAI-2919
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Id4586713a557f89045af901da0c359fe172e5634
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ <!-- This value should be overwritten at runtime to wherever need to be pushed to --> <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> - <aai.schema.service.version>1.7.9</aai.schema.service.version> + <aai.schema.service.version>1.7.10</aai.schema.service.version> <aai.common.version>1.7.3</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> |