Move the aai-schema, annotations and

schema generation code from the aai-common
repo to the schema service repo as aai-schema
should be in the schema service and all code
related to it such as generation of the schema
code should also be moved to the service

Issue-ID: AAI-2002
Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 955d228..658e5ec 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -35,7 +35,7 @@
         <java.version>1.8</java.version>
         <start-class>org.onap.aai.schemaservice.SchemaServiceApp</start-class>
 
-        <aai.core.version>1.4.0-SNAPSHOT</aai.core.version>
+        <aai.core.version>1.4.0</aai.core.version>
 
         <spring.boot.version>1.5.15.RELEASE</spring.boot.version>