diff options
author | Robby Maharajh <rx2202@us.att.com> | 2022-02-14 18:01:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-14 18:01:06 +0000 |
commit | 2f79d50b8948888a4a7099e4fd4f21d1e27dd994 (patch) | |
tree | d7f7100ad2e46f65c59c68e6bb3a245b9736c587 /aai-schema/pom.xml | |
parent | 484f6a1fb1eae95219e2f48d6f72bccfa2dc4bc4 (diff) | |
parent | 627260bf0d25cdeca2a36ed7ddd92de13a164875 (diff) |
Merge "[AAI] Update schema service to be on v26 by default and upversion to 1.9.4"
Diffstat (limited to 'aai-schema/pom.xml')
-rw-r--r-- | aai-schema/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 99e9c63..956c882 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.9.3-SNAPSHOT</version> + <version>1.9.4-SNAPSHOT</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> |