aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzm330 <zhangminyj@chinamobile.com>2020-10-13 19:58:36 +0800
committerzm330 <zhangminyj@chinamobile.com>2020-10-13 19:58:45 +0800
commita016baccfb7e733258ebbe9c4c043fe0626c405c (patch)
tree1bb4fb175a3f532a52e1aff8b641e0ed31fa9ad2
parentcd1e79ca2d95c27cefafb64da7222393e3d34a3d (diff)
Update schema service versionguilin
Issue-ID: AAI-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Id4586713a557f89045af901da0c359fe172e5634
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b032b1b..21cb08d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>