Skip to content

Commit

Permalink
Version 1.4.0 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: albrecht.schaenzel <[email protected]>
  • Loading branch information
lhmAschaenz and albrecht.schaenzel authored Aug 27, 2024
1 parent 7937f79 commit 3b9a087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apidoc/isi-reporting-eai.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "ISI Reporting EAI",
"description": "ISI Reporting EAI - Service zum Befüllen der Metabase-DB",
"contact": { "name": "ISI Management", "email": "[email protected]" },
"version": "1.3.0"
"version": "1.4.0"
},
"servers": [{ "url": "http://localhost:8088", "description": "Generated server url" }],
"tags": [
Expand Down Expand Up @@ -196,13 +196,13 @@
"required": true
},
"responses": {
"200": { "description": "ETL-Interface Aufruf erfolgreich" },
"555": {
"description": "CUSTOM INTERNAL SERVER ERROR -> Bei der Ausführung des ETL-Interface-Requests ist ein serverseitiger Fehler aufgetreten.",
"content": {
"application/hal+json": { "schema": { "$ref": "#/components/schemas/InformationResponseDto" } }
}
},
"200": { "description": "ETL-Interface Aufruf erfolgreich" }
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.muenchen.isi</groupId>
<artifactId>isi-backend</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<name>isi_backend</name>

<packaging>jar</packaging>
Expand Down

0 comments on commit 3b9a087

Please sign in to comment.