mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
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: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
9bd3161c42
commit
94a0fd1da7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user