Skip to content

Commit

Permalink
[tado] Revert openhab#16686 (openhab#16793)
Browse files Browse the repository at this point in the history
Downgrade swagger-codegen-maven-plugin to old version.
Add warning to pom file.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
  • Loading branch information
holgerfriedrich authored and psmedley committed Jun 15, 2024
1 parent 4ce4062 commit c5073ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bundles/org.openhab.binding.tado/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@
<build>
<plugins>
<plugin>
<!-- when upgrading, carefully compare generated source files in
target/generated-sources/swagger/src/main/java/org/openhab/binding/tado/internal/api
as 2.4. series created code which lead to runtime errors in the past -->
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.4.41</version>
<version>2.3.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c5073ca

Please sign in to comment.