Skip to content

Commit

Permalink
Release jedis-2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Dec 6, 2017
1 parent 01ca1b4 commit fb4840a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Or use it as a maven dependency:
<dependency>
<groupId>com.github.sazzad16</groupId>
<artifactId>jedis</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.sazzad16</groupId>
<artifactId>jedis</artifactId>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Jedis</name>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git://github.com/sazzad16/jedis.git</connection>
<developerConnection>scm:git:ssh://github.com:sazzad16/jedis.git</developerConnection>
<url>http://github.com/sazzad16/jedis/tree/master</url>
<tag>jedis-2.10.0</tag>
<tag>jedis-2.10.1</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -209,4 +209,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit fb4840a

Please sign in to comment.