Skip to content

Commit

Permalink
Release 0.6.0 (#13)
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
alfespa17 authored Oct 8, 2021
1 parent a7e321c commit 7c7f2f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This repository is for Spring Boot Starters of azb-api.
This repository is for Spring Boot Starters of Terrakube Server.

## Client library

Expand All @@ -12,6 +12,6 @@ Simply add the following dependency to your project's `pom.xml` will enable you
<dependency>
<groupId>org.azbuilder.api.spring.starter</groupId>
<artifactId>api-client-spring-boot-starter</artifactId>
<version>0.6.0-beta.1</version>
<version>0.6.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion api-client-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<gson.version>2.8.6</gson.version>
<feign.version>11.1</feign.version>
<okhttp.version>4.9.1</okhttp.version>
<revision>0.6.0-beta.1</revision>
<revision>0.6.0</revision>
<maven.deploy.skip>false</maven.deploy.skip>
<lombok.version>1.18.20</lombok.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion api-client-spring-boot-starter-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Terrakube Spring Boot Starter sample</description>
<properties>
<java.version>11</java.version>
<revision>0.6.0-beta.1</revision>
<revision>0.6.0</revision>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion api-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>0.6.0-beta.1</revision>
<revision>0.6.0</revision>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Java Terrakube client</description>
<properties>
<java.version>11</java.version>
<revision>0.6.0-beta.1</revision>
<revision>0.6.0</revision>
<feign.version>11.1</feign.version>
<feign-form.version>3.8.0</feign-form.version>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down

0 comments on commit 7c7f2f4

Please sign in to comment.