aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-06-11 16:12:06 +0200
committerIgor Dysko <igor1.dysko@orange.com>2021-06-11 16:12:06 +0200
commit7966c096b1857006ce93a8304fae82826d82f203 (patch)
tree57f17cac77d3d4e39b3ef147d732fef11a5fcd57
parent728886ae57c2b94bd8d49b6fe899b4136da2b6a2 (diff)
Support new schema versions
Schemas v21, v22 and v23 were added to graphgraph. Issue-ID: AAI-3281 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I3fb835568b97abfdab19894d84acd1e49baec855
-rw-r--r--pom.xml6
-rw-r--r--src/main/resources/application.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 64e6865..7d10c5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.7.0</version>
+ <version>1.8.2</version>
</parent>
<groupId>org.onap.aai.graphgraph</groupId>
<artifactId>graphgraph</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.2-SNAPSHOT</version>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
@@ -26,7 +26,7 @@
<docker.registry>docker.io</docker.registry>
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.namespace>onap</aai.docker.namespace>
- <aai.common.version>1.7.0</aai.common.version>
+ <aai.common.version>1.8.2</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<graphgraph.startpath>src/main/resources/</graphgraph.startpath>
<sonar.javascript.lcov.reportPaths>${project.basedir}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 35c8e39..81db0bb 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -15,7 +15,7 @@ schema.ingest.file=${server.local.startpath}/application.properties
schema.uri.base.path=/aai
# Lists all of the versions in the schema
-schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20
+schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23
# Specifies from which version should the depth parameter to default to zero
schema.version.depth.start=v10
# Specifies from which version should the related link be displayed in response payload