diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-08-31 12:29:13 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-08-31 12:29:17 -0400 |
commit | 8c54f0c82eb2a035f13102588e351f6d8349bafd (patch) | |
tree | 6ec0b579c68c0a4d448be4c5b9a2fa23527c5151 | |
parent | a4bdc6bab62781135226ef00b57ae8bc529ffd0f (diff) |
Change 1.7.0-SNAPSHOT to release for aai-common artifacts
Issue-ID: AAI-2886
Change-Id: Ic8fd57559be3771fb3c730d070e0f13c8f944fbf
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> @@ -48,8 +48,8 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- 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-SNAPSHOT</aai.common.version> - <aai.schema.service.version>1.7.3</aai.schema.service.version> + <aai.common.version>1.7.0</aai.common.version> + <aai.schema.service.version>1.7.3</aai.schema.service.version> </properties> <build> <pluginManagement> |