diff options
author | wr148d <wr148d@att.com> | 2022-02-14 15:09:19 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-02-14 15:09:19 -0500 |
commit | 0b187a6efe4f915e03ba3913b51fc9522cf0023e (patch) | |
tree | b062ff6f85c1417bec7086b08f22cdc9b95bbf26 /pom.xml | |
parent | abf2618a549749326eb2601a4eb1098c4118bf48 (diff) |
[AAI] Update resources to use the new v26 schema and upversion to 1.9.4
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ic631a118869421f388ceb1405eaf9ba1c172d3b1
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.3-SNAPSHOT</version> + <version>1.9.4-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.2</aai.common.version> - <aai.schema.service.version>1.9.2</aai.schema.service.version> + <aai.schema.service.version>1.9.4</aai.schema.service.version> </properties> <build> <pluginManagement> |