Skip to content

Commit

Permalink
update version in README
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Malafeev <sergeymalafeev@gmail.com>
  • Loading branch information
malafeev committed Sep 20, 2018
1 parent 87a553b commit 8e12d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pom.xml
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-redis-jedis</artifactId>
<version>0.0.7</version>
<version>VERSION</version>
</dependency>
```

Expand All @@ -28,7 +28,7 @@ pom.xml
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-redis-lettuce</artifactId>
<version>0.0.7</version>
<version>VERSION</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ pom.xml
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-redis-spring</artifactId>
<version>0.0.7</version>
<version>VERSION</version>
</dependency>
```

Expand Down

0 comments on commit 8e12d34

Please sign in to comment.