Skip to content

Commit

Permalink
1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
drtrang committed Feb 6, 2018
1 parent 1d1490a commit ea9d7d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Redisson Spring Boot Starter
# Redisson Spring Boot Starter

```xml
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
```
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>redisson-spring-boot</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>Redisson Spring Boot Starter</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
</modules>

<properties>
<drtrang.spring-boot-autoconfigure.version>1.1.0-SNAPSHOT</drtrang.spring-boot-autoconfigure.version>
<drtrang.spring-boot-autoconfigure.version>1.1.0</drtrang.spring-boot-autoconfigure.version>
<redisson.version>3.6.0</redisson.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion redisson-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>redisson-spring-boot</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>

<artifactId>redisson-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion redisson-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>redisson-spring-boot</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>

<artifactId>redisson-spring-boot-starter</artifactId>
Expand Down

0 comments on commit ea9d7d6

Please sign in to comment.