diff options
author | wr148d <wr148d@att.com> | 2021-08-18 20:07:46 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-08-18 20:07:46 -0400 |
commit | c5cb257a473a4bac848c220b3d5684cc127212fa (patch) | |
tree | 7015cbae6795c9a9cefed54264fc74e969d00bea /pom.xml | |
parent | 364dbfd6f51650718d803c7249fe854370eb901e (diff) |
[AAI] Updates for latest versions for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I460a4966a0448478c6bd8edfbdb129205867b3e6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.8.1</version> + <version>1.9.0</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -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.8.1</aai.common.version> - <aai.schema.service.version>1.8.3</aai.schema.service.version> + <aai.common.version>1.9.0</aai.common.version> + <aai.schema.service.version>1.9.0</aai.schema.service.version> </properties> <build> <pluginManagement> |