Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Broszniowski authored and Aurelien Broszniowski committed Dec 12, 2017
1 parent e6af647 commit 97b085a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Use it in your project
<dependency>
<groupId>io.rainfall</groupId>
<artifactId>rainfall-jcache</artifactId>
<version>1.2.1</version>
<version>LATEST</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<groupId>io.rainfall</groupId>
<artifactId>rainfall-jcache</artifactId>
<name>Rainfall-jcache</name>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<properties>
<rainfall.core.version>1.3.0-SNAPSHOT</rainfall.core.version>
<rainfall.core.version>1.3.0</rainfall.core.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 97b085a

Please sign in to comment.