diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-03-17 16:49:13 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-03-17 17:01:47 -0400 |
commit | 5aa9e870a0edd1ff691bba57e628a24964abdabe (patch) | |
tree | 2ae6276e168f98e64f63f34382a9c8e9b78e30ca | |
parent | e92b1c30108f0339d29383aaee5b2f05b71ae46d (diff) |
Add v16 to the local properties and pom
Issue-ID: AAI-2266
Change-Id: I27c7d27848bf300f80e5519a9e6c9da429815090
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rwxr-xr-x | pom.xml | 8 | ||||
-rw-r--r-- | src/main/resources/application.properties | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -141,13 +141,13 @@ <schema.configuration.location>N/A</schema.configuration.location> <schema.nodes.location>${project.basedir}/src/main/resources/schema/${schema.source.name}/oxm</schema.nodes.location> <schema.edges.location>${project.basedir}/src/main/resources/schema/${schema.source.name}/dbedgerules</schema.edges.location> - <schema.version.depth.start>v9</schema.version.depth.start> + <schema.version.depth.start>v10</schema.version.depth.start> <schema.version.related.link.start>v10</schema.version.related.link.start> <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>v14</schema.version.api.default> - <schema.version.list>v8,v9,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> <!-- End of Default ONAP Schema Properties --> </properties> @@ -195,7 +195,7 @@ <properties> <schema.source.name>onap</schema.source.name> <schema.version.namespace.change.start>v12</schema.version.namespace.change.start> - <schema.version.list>v8,v9,v10,v11,v12,v13,v14,v15</schema.version.list> + <schema.version.list>v10,v11,v12,v13,v14,v15,v16</schema.version.list> </properties> </profile> <!-- End of ONAP Profile --> diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e9354ff..ce036d9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -48,9 +48,9 @@ schema.ingest.file=${server.local.startpath}/application.properties schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v8,v9,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=v9 +schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload schema.version.related.link.start=v10 # Specifies from which version should the client see only the uri excluding host info @@ -61,7 +61,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=v14 +schema.version.api.default=v16 schema.translator.list=config #schema.service.client=no-auth schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ |