Skip to content

Commit daed626

Browse files
chore(release): 0.9.0-rc.5
## [0.9.0-rc.5](v0.9.0-rc.4...v0.9.0-rc.5) (2025-06-11) ### 🐛 Bug Fixes * update deployment conditions to support tag-based deployments in CI/CD workflows ([170efb9](170efb9))
1 parent 170efb9 commit daed626

Some content is hidden

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

61 files changed

+63
-63
lines changed

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
license:
99
name: MIT License
1010
url: https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE
11-
version: 0.9.0-rc.4
11+
version: 0.9.0-rc.5
1212
servers:
1313
- url: /
1414
description: Default Server 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.4-SNAPSHOT</version>
14+
<version>0.9.0-rc.5-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
@@ -19,7 +19,7 @@
1919
info = @Info(
2020
title = "Hephaestus API",
2121
description = "API documentation for the Hephaestus application server.",
22-
version = "0.9.0-rc.4",
22+
version = "0.9.0-rc.5",
2323
contact = @Contact(name = "Felix T.J. Dietrich", email = "[email protected]"),
2424
license = @License(name = "MIT License", url = "https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE")
2525
),

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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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/DetectorRequest.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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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/DetectorResponse.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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
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/HTTPValidationError.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.4
5+
* The version of the OpenAPI document: 0.9.0-rc.5
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)