summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2019-03-14 15:19:54 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2019-03-15 11:21:36 +0000
commit4586c33ff815ebbc7db5d70e52c8e9eec820e32e (patch)
treee8f9d5971b88dc3824f13cbb990826007873c54a
parentf120b3d36cc6dbab97acc0020ddb9e03e35766cd (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f38805e..d4f9cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>