diff options
author | wr148d <wr148d@att.com> | 2022-03-02 15:57:58 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-02 15:57:58 -0500 |
commit | ecbb5f586dcf29ae18f41351585bd60a707d508e (patch) | |
tree | b3f8655b162172cff04cfccb8d836ef732d93533 /aai-schema-ingest/pom.xml | |
parent | 9342c2f6046bf4e50c86d5dde9c594f087a9288b (diff) |
[AAI] Upversion common to 1.9.3 for security vulnerability rollout
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaf5aea281d59556ccaa930c5ad2dc1fe26cf3c6f
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 403835bd..6061a20e 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-schema-ingest</artifactId> |