Skip to content

Commit

Permalink
Improve Redis URI documentation and query parameter handling #153
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 17, 2015
1 parent d937e87 commit bfabfd9
Show file tree
Hide file tree
Showing 7 changed files with 422 additions and 71 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
<!-- You need a running redis+sentinel for all tests, therefore disabled by default -->
<skipTests>true</skipTests>
<github.site.upload.skip>true</github.site.upload.skip>
<lettuce-release-version>3.2.Final</lettuce-release-version>
<lettuce-release-version>3.3.1.Final</lettuce-release-version>
<netty-version>4.0.30.Final</netty-version>
</properties>

<scm>
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
<url>http://github.com/mp911de/lettuce</url>
<tag>4.0</tag>
<tag>4.1</tag>
</scm>

<prerequisites>
Expand Down Expand Up @@ -374,7 +374,7 @@
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>
<link>http://reactivex.io/RxJava/javadoc/</link>
</links>
<additionalparam>-Xdoclint:all -Xdoclint:-html</additionalparam>
<additionalparam>-Xdoclint:all -Xdoclint:-html -Xdoclint:-syntax</additionalparam>
<tags>
<tag>
<name>generated</name>
Expand Down
Loading

0 comments on commit bfabfd9

Please sign in to comment.