Skip to content

Commit

Permalink
Preparing release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru committed May 15, 2018
1 parent 79b3053 commit ba4f150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1* <br />
**Latest Release:** *0.7.2* <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.1</version>
<version>0.7.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId>
<packaging>jar</packaging>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.2-SNAPSHOT</version>
<name>embedded-redis</name>
<description>Redis embedded server for Java integration testing.
Project forked from https://github.com/kstyrc/embedded-redis</description>
Expand All @@ -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.1</tag>
<tag>embedded-redis-0.7.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit ba4f150

Please sign in to comment.