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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,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> <name>aai-schema-service</name> <packaging>pom</packaging> <modules> |