Skip to content

Commit

Permalink
chore: release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Oct 12, 2021
1 parent d6e991d commit fa9911d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions schema/core.jenkins-x.io/v4beta1/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,28 @@
"additionalProperties": false,
"type": "object"
},
"MavenRepositoryConfig": {
"properties": {
"releaseUrl": {
"type": "string"
},
"snapshotUrl": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"RepositoryConfig": {
"properties": {
"maven": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/MavenRepositoryConfig"
}
},
"additionalProperties": false,
"type": "object"
},
"Requirements": {
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -282,6 +304,10 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/UserNameEmailConfig"
},
"repositories": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/RepositoryConfig"
},
"repository": {
"type": "string"
},
Expand Down

0 comments on commit fa9911d

Please sign in to comment.