diff options
author | wr148d <wr148d@att.com> | 2022-02-14 09:50:36 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-02-14 12:14:25 -0500 |
commit | 627260bf0d25cdeca2a36ed7ddd92de13a164875 (patch) | |
tree | cfe143c74d78042f605156633f14142b8a2045c0 /aai-queries | |
parent | 5671c82fb1d1c1eabd45ec9def6fb1f7dfd401e2 (diff) |
[AAI] Update schema service to be on v26 by default and upversion to 1.9.4
Issue-ID: AAI-3435
Change-Id: I01c53e5b4c7a172754a9029d04900702951c09c9
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index cf54fae..255891e 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/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-queries</artifactId> <name>aai-queries</name> |