diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2019-04-30 22:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-30 22:59:03 +0000 |
commit | 0999c3450e2c1bbda4cbe968880b96f4eac98e3d (patch) | |
tree | 799ebb48e010fd4fb658c95c4ee3aca465f840bc /aai-schema | |
parent | 31284f3f162e72a2894f7800c1f74eaa78564a1f (diff) | |
parent | 93af92b09231c43bdf5f95c138625c5f963d8542 (diff) |
Merge "Upversion prior to release"1.0.5
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 0a65a66..6060b37 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> |