Skip to content

Commit

Permalink
releasing version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Oct 5, 2020
1 parent 62d3a06 commit 7cdb587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.jkoolcloud.client.api</groupId>
<artifactId>jkool-client-api</artifactId>
<version>0.2.9</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<name>jkool-client-api</name>
Expand Down Expand Up @@ -76,19 +76,19 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.11.0</version>
<version>2.11.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>4.5.3.Final</version>
<version>4.5.8.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.swagger/swagger-annotations -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.2</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
Expand Down

0 comments on commit 7cdb587

Please sign in to comment.