diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-03-17 16:09:54 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-03-17 16:09:58 -0400 |
commit | 0bf3d16a92f15bd760aeb2467f825ff6c57b1c7e (patch) | |
tree | c9514f048d6fff09ea3d93a7a0cb8664c34f0254 /aai-resources | |
parent | 08c111d02589d6a96ee07a0a67aedb084544fa19 (diff) |
Add v16 to the local properties and pom
Issue-ID: AAI-2266
Change-Id: Ie394ed4b0018925e69881932263a22da7527e234
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 6 | ||||
-rw-r--r-- | aai-resources/src/main/resources/application.properties | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 55d486a..2a31cd6 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -145,8 +145,8 @@ <schema.version.app.root.start>v11</schema.version.app.root.start> <schema.version.namespace.change.start>v12</schema.version.namespace.change.start> <schema.version.edge.label.start>v12</schema.version.edge.label.start> - <schema.version.api.default>v15</schema.version.api.default> - <schema.version.list>v10,v11,v12,v13,v14,v15</schema.version.list> + <schema.version.api.default>v16</schema.version.api.default> + <schema.version.list>v10,v11,v12,v13,v14,v15,v16</schema.version.list> <schema.uri.base.path>/aai</schema.uri.base.path> <!-- <schema.translator.list>config</schema.translator.list> --> <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file> @@ -230,7 +230,7 @@ <properties> <schema.source.name>onap</schema.source.name> <schema.version.namespace.change.start>v12</schema.version.namespace.change.start> - <schema.version.list>v10,v11,v12,v13,v14,v15</schema.version.list> + <schema.version.list>v10,v11,v12,v13,v14,v15,v16</schema.version.list> <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file> </properties> </profile> diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index 2e0bb04..faf07df 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -53,7 +53,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 +schema.version.list=v10,v11,v12,v13,v14,v15,v16 # 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 @@ -66,7 +66,7 @@ schema.version.namespace.change.start=v12 # Specifies from which version should the client start seeing the edge label in payload schema.version.edge.label.start=v12 # Specifies the version that the application should default to -schema.version.api.default=v15 +schema.version.api.default=v16 schema.translator.list=config schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ schema.service.nodes.endpoint=nodes?version= |