Skip to content

Commit a74b19b

Browse files
chore(release): 0.9.0-rc.27
1 parent 5ed98f3 commit a74b19b

75 files changed

Lines changed: 77 additions & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/application-server/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
name: MIT License
99
url: https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE
1010
title: Hephaestus API
11-
version: 0.9.0-rc.26
11+
version: 0.9.0-rc.27
1212
servers:
1313
- description: Default Server URL
1414
url: /

server/application-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>de.tum.in.www1</groupId>
1313
<artifactId>hephaestus</artifactId>
14-
<version>0.9.0-rc.26-SNAPSHOT</version>
14+
<version>0.9.0-rc.27-SNAPSHOT</version>
1515
<name>Hephaestus</name>
1616
<description>AI-driven learning for better software development</description>
1717
<url />

server/application-server/src/main/java/de/tum/in/www1/hephaestus/OpenAPIConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
info = @Info(
2727
title = "Hephaestus API",
2828
description = "API documentation for the Hephaestus application server.",
29-
version = "0.9.0-rc.26",
29+
version = "0.9.0-rc.27",
3030
contact = @Contact(name = "Felix T.J. Dietrich", email = "felixtj.dietrich@tum.de"),
3131
license = @License(name = "MIT License", url = "https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE")
3232
),

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/JavaTimeFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.26
5+
* The version of the OpenAPI document: 0.9.0-rc.27
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/RFC3339DateFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.26
5+
* The version of the OpenAPI document: 0.9.0-rc.27
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPractice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.26
5+
* The version of the OpenAPI document: 0.9.0-rc.27
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPracticeStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.26
5+
* The version of the OpenAPI document: 0.9.0-rc.27
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/ChatRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.26
5+
* The version of the OpenAPI document: 0.9.0-rc.27
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)