Skip to content

Commit

Permalink
Switch to release version of oss-models
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceskingle committed Sep 5, 2019
1 parent 8272fca commit 8efbb05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions calendar/src/main/canon/calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"CalendarItemSequenceId": {
"description": "The ID object for the TODO sequence for a principal.",
"type": "object",
"extends": "http://symphonyosf.github.io/oss-models/fundamental.json#/components/schemas/FundamentalId",
"extends": "https://models.oss.symphony.com/fundamental.json#/components/schemas/FundamentalId",
"properties": {
"principalHash": {
"$ref": "http://symphonyosf.github.io/oss-models/fundamental.json#/components/schemas/Hash"
"$ref": "https://models.oss.symphony.com/fundamental.json#/components/schemas/Hash"
}
}
},

"ToDoItem": {
"description": "A TODO item.",
"type": "object",
"extends": "http://symphonyosf.github.io/oss-models/fundamental.json#/components/schemas/ApplicationObject",
"extends": "https://models.oss.symphony.com/fundamental.json#/components/schemas/ApplicationObject",
"facade": false,
"properties": {
"due": {
"$ref": "http://symphonyosf.github.io/oss-models/fundamental.json#/components/schemas/Instant"
"$ref": "https://models.oss.symphony.com/fundamental.json#/components/schemas/Instant"
},
"title": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<canon.version>0.2.8</canon.version>
<fugue.version>0.2.23</fugue.version>
<s2.model.version>0.3.6</s2.model.version>
<oss.models.version>0.0.8-SNAPSHOT</oss.models.version>
<oss.models.version>0.0.8</oss.models.version>
<allegro.version>0.0.7</allegro.version>
</properties>

Expand Down

0 comments on commit 8efbb05

Please sign in to comment.