diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-09 20:30:01 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-09 20:30:11 -0400 |
commit | 7332f2a9a2a347a77534b9baa3db798f458e0db8 (patch) | |
tree | 0e90ce5c8226abc203af70b537ac6540417306fa /pom.xml | |
parent | 5db2e8ffcad3ff042011c8b13713159170d2c1c8 (diff) |
Use schema jar 1.7.9
Issue-ID: AAI-3128
Change-Id: Ie5d351c75c3e5c7a865fea183946b01a8f671fe5
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> <aai.common.version>1.7.0</aai.common.version> - <aai.schema.service.version>1.7.8</aai.schema.service.version> + <aai.schema.service.version>1.7.9</aai.schema.service.version> </properties> <build> <pluginManagement> |