Skip to content

Commit

Permalink
Merge branch 'release/2022-10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed Nov 10, 2022
2 parents 98655d9 + 5febc92 commit f93ff1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := """SysML-v2-API-Services"""
organization := "org.omg"

version := "2022-10-rc3"
version := "2022-10"

javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")

Expand Down
6 changes: 3 additions & 3 deletions public/docs/openapi-sans-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "Relationship"
},
{
"name": "Dime"
"name": "Diff & Merge"
},
{
"name": "Query"
Expand Down Expand Up @@ -1059,7 +1059,7 @@
"/projects/{projectId}/commits/{compareCommitId}/diff": {
"get": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Diff a base commit and compare commit",
"operationId": "diff",
Expand Down Expand Up @@ -1105,7 +1105,7 @@
"/projects/{projectId}/branches/{targetBranchId}/merge": {
"post": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Merge source commit(s) into a target branch",
"operationId": "merge",
Expand Down
6 changes: 3 additions & 3 deletions public/docs/openapi-x.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "Relationship"
},
{
"name": "Dime"
"name": "Diff & Merge"
},
{
"name": "Query"
Expand Down Expand Up @@ -1062,7 +1062,7 @@
"/projects/{projectId}/commits/{compareCommitId}/diff": {
"get": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Diff a base commit and compare commit",
"operationId": "diff",
Expand Down Expand Up @@ -1108,7 +1108,7 @@
"/projects/{projectId}/branches/{targetBranchId}/merge": {
"post": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Merge source commit(s) into a target branch",
"operationId": "merge",
Expand Down
6 changes: 3 additions & 3 deletions public/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "Relationship"
},
{
"name": "Dime"
"name": "Diff & Merge"
},
{
"name": "Query"
Expand Down Expand Up @@ -1059,7 +1059,7 @@
"/projects/{projectId}/commits/{compareCommitId}/diff": {
"get": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Diff a base commit and compare commit",
"operationId": "diff",
Expand Down Expand Up @@ -1105,7 +1105,7 @@
"/projects/{projectId}/branches/{targetBranchId}/merge": {
"post": {
"tags": [
"Dime"
"Diff & Merge"
],
"summary": "Merge source commit(s) into a target branch",
"operationId": "merge",
Expand Down

0 comments on commit f93ff1e

Please sign in to comment.