diff options
author | 2022-02-22 16:54:16 +0000 | |
---|---|---|
committer | 2022-02-22 16:54:16 +0000 | |
commit | 7a16e43197d43a71847e404e4863713d98b52eaf (patch) | |
tree | cae937b2a3ad889fb8a0325867fe3e18b6a0caf3 /pom.xml | |
parent | c30539c3e45bae83cd3ef01ec22cd2b0942a6a28 (diff) | |
parent | e7fe43beaceafc534793a819c356191856409a5c (diff) |
Merge "[AAI] Update babel to use the new v26 schema and upversion to 1.9.3"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> @@ -97,7 +97,7 @@ <mvn.jaxb2.version>0.13.3</mvn.jaxb2.version> <aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id> - <aai-schema.version>1.9.1</aai-schema.version> + <aai-schema.version>1.9.4</aai-schema.version> <apache.lang3.version>3.7</apache.lang3.version> <aai.rest.client.version>1.2.1</aai.rest.client.version> |