diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-09 22:40:17 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-12 10:51:33 -0400 |
commit | 2470b451f74cb511a6939c443193ce644424b055 (patch) | |
tree | d6a675d1e323411cd826235c8c0cf635a85ef0ad /aai-schema-ingest | |
parent | 6713cba6c39f2e8f57fb835a4cfb7d6dfc411d94 (diff) |
Upversion aai-common to 1.4.0-SNAPSHOT
Issue-ID: AAI-1726
Change-Id: Ia7fc62d72baefad98d0aa97ffb1f5df1d25693f1
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index dfb63049..d2f93694 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>aai-schema-ingest</artifactId> <name>aai-schema-ingest</name> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>jar</packaging> <build> |