diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-09-17 10:43:54 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-09-17 10:56:15 -0400 |
commit | a2bf9700807b8670985c5912763c65eba09cd4cb (patch) | |
tree | fd61eda14733cd45e19eef1d27218940c13cbdce /pom.xml | |
parent | f031b9741c5bfef5517e0c0270772eccff660fea (diff) |
Use 1.7.0 router core1.7.0
Issue-ID: AAI-3119
Change-Id: I1b454f09c08e689fb620ec0d7c9e83f61e03bab4
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ limitations under the License. <installOwnerUser>aaiadmin</installOwnerUser> <installOwnerGroup>aaiadmin</installOwnerGroup> <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup> - <version.aai-schema>1.7.3</version.aai-schema> + <version.aai-schema>1.7.9</version.aai-schema> <!-- docker related properties --> <docker.fabric.version>0.28.0</docker.fabric.version> @@ -197,7 +197,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </dependency> <dependency> |