Update jSuplaApi to 3.0.0
Opened this issue · 0 comments
magx2 commented
Update dependecy to 3.0.0
<dependency>
<groupId>pl.grzeslowski.jsupla.api</groupId>
<artifactId>swagger-java-client</artifactId>
<version>2.0.2</version>
</dependency>
<?xml version="1.0" encoding="UTF-8" ?>
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-big-boy-bigboy</id>
<name>bintray</name>
<url>https://dl.bintray.com/big-boy/bigboy</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-big-boy-bigboy</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/big-boy/bigboy</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bintray</activeProfile>
</activeProfiles>
</settings>