Skip to content

Commit

Permalink
Preparing release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru committed May 15, 2018
1 parent e40e029 commit 8a2af51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The aim is to release some long waiting fixes.

**Source Website:** *[github.com/ozimov/embedded-redis](http://github.com/ozimov/embedded-redis/)*<br />

**Latest Release:** *0.7.0* <br />
**Latest Release:** *0.7.1* <br />
**Latest Artifact:** *it.ozimov:embedded-redis* <br />
**Continuous Integration:** <br />
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/it.ozimov/embedded-redis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ com.github.ozimov/spring-boot-email-core)
Expand All @@ -30,7 +30,7 @@ Maven Central:
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<url>https://github.com/ozimov/embedded-redis</url>
<connection>scm:git:https://github.com/ozimov/embedded-redis.git</connection>
<developerConnection>scm:git:https://github.com/ozimov/embedded-redis.git</developerConnection>
<tag>embedded-redis-0.7.0</tag>
<tag>embedded-redis-0.7.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 8a2af51

Please sign in to comment.