diff options
author | wr148d <wr148d@att.com> | 2021-09-23 09:29:22 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-09-23 09:29:22 -0400 |
commit | 9b0fea16fb032ae2f7cde78d1eb1800f3882f3da (patch) | |
tree | e46c495d36ede4a964c186600a5bea4c71ddb618 /pom.xml | |
parent | 07f1e632513eddfb04815559a87f97fbeb75584c (diff) |
[AAI] Upversion resources for the multi-tenancy work to 1.9.2
Issue-ID: AAI-3324
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I665a4576797e2e7ee037142a8ae5aac515cabab6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.1-SNAPSHOT</version> + <version>1.9.2-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -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.9.0</aai.common.version> - <aai.schema.service.version>1.9.0</aai.schema.service.version> + <aai.schema.service.version>1.9.2</aai.schema.service.version> </properties> <build> <pluginManagement> |