summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03Upversion for Dublin release4.0.0-ONAPdublinJimmy Forsyth1-1/+1
Issue-ID: AAI-2403 Change-Id: I0cce482b8e6ad9404aadea37fac159d95f669e0a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-03Upversion for Dublin release1.0.6Jimmy Forsyth1-1/+1
Issue-ID: AAI-2403 Change-Id: I59866b964df3c1a6a52fc1da6571a0da7d4f4404 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-30Upversion prior to releaseJimmy Forsyth1-1/+1
Issue-ID: AAI-2169 Change-Id: Ia7710604036bc04c78adfb76e65d2622c6e493d7 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-30Upversion prior to releaseJimmy Forsyth1-1/+1
Issue-ID: AAI-2400 Change-Id: I5bbff004bc99d55275ace6ea7b5ecd526b1aa638 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-14Add missing model invariant indexesKajur, Harish (vk250x)1-2/+2
Some of the properties in the schema are missing the indexes for the dbalias properties and if they are missing it could potentially cause issues when the application runs the create db schema Adding a junit to ensure that in the future that such properties are properly highlighted to ensure that this doesn't happen Issue-ID: AAI-2374 Change-Id: I01efba764a61881056892458bdf705d94d458650 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-10Adding product entry id property in schemaKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-2226 Change-Id: I5da79ac0bf541b051704916c403e84631df10612 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-02-28AAI-2198 Consistent code style in schema-serviceKeong Lim1-0/+33
Add plugins to schema-service/pom.xml Add Eclipse formatter configuration file Change-Id: I744c6cf162452b27242ed8f06cb54b50f0079785 Issue-ID: AAI-2198 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-02-21Update schema service to 1.0.1-SNAPSHOTKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-2170 Change-Id: I4728df2a0692803cb55b9e38863444ec5c41792c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-02-20Update sources plugin to bind to verify phaseKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-2170 Change-Id: Ieaaa9cb346f0c09776fd51580737ddec22bdbe95 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-02-19Add the parent plugin for maven source plugin1.0.0Kajur, Harish (vk250x)1-0/+14
Issue-ID: AAI-2170 Change-Id: Idce6eb8abc7252c8cfd2fbd12f750c198b33493e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-02-18Remove the license check goalJimmy Forsyth1-10/+0
Issue-ID: AAI-2166 Change-Id: I2ee02965ffcbbf8e0521e5369f02a5580d9193c5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-01-23Add the queries endpoint and filesKajur, Harish (vk250x)1-0/+1
related to the queries endpoint Issue-ID: AAI-1864 Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-11Move the aai-schema, annotations andKajur, Harish (vk250x)1-0/+3
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>
2018-11-27Initial commit of the schema serviceKajur, Harish (vk250x)1-0/+197
Issue-ID: AAI-1950 Change-Id: If2fd9e344d8c4ae1fa1b11e449b686035f55354f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>