diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-14 15:19:54 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-15 11:21:36 +0000 |
commit | 4586c33ff815ebbc7db5d70e52c8e9eec820e32e (patch) | |
tree | e8f9d5971b88dc3824f13cbb990826007873c54a | |
parent | f120b3d36cc6dbab97acc0020ddb9e03e35766cd (diff) |
Remove SNAPSHOT from aai-schema versions
Use the latest public versions of aai-schema and aai-schema-ingest. The
schema jar is now in the schema-service group rather than aai-common.
Change-Id: Ie80d9a6ed7b9b9c4391a36c86afa094e9454a703
Issue-ID: AAI-2077
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,8 +67,8 @@ <version.org.eclipse.persistence.moxy>2.6.2</version.org.eclipse.persistence.moxy> <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> <version.org.json.json>20160212</version.org.json.json> - <version.aai.aai-schema>1.4.1-SNAPSHOT</version.aai.aai-schema> - <version.aai.aai-schema-ingest>1.4.1-SNAPSHOT</version.aai.aai-schema-ingest> + <version.aai.aai-schema>1.0.0</version.aai.aai-schema> + <version.aai.aai-schema-ingest>1.4.1</version.aai.aai-schema-ingest> <aai.oxm.target.folder>${project.build.directory}/bundleconfig/etc/oxm/</aai.oxm.target.folder> <version.org.glassfish.jersey.core.jersey-client>2.23</version.org.glassfish.jersey.core.jersey-client> <docker.location>${basedir}/target</docker.location> @@ -288,7 +288,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> + <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> <version>${version.aai.aai-schema}</version> <type>jar</type> |