Upversion for Dublin release

Issue-ID: AAI-2403
Change-Id: I0cce482b8e6ad9404aadea37fac159d95f669e0a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
7 files changed
tree: 0b66f96635831584675d25c534a5d2752c61bbb5
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. .gitreview
  10. INFO.yaml
  11. LICENSE.TXT
  12. LICENSE_ALT1.txt
  13. onap-java-formatter.xml
  14. pom.xml
  15. README.md
  16. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc