Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/changes_from_nika'

# Conflicts:
#	README.md
#	build.gradle
#	src/main/java/com/github/akurilov/netty/connection/pool/MultiNodeConnPoolImpl.java
  • Loading branch information
Andrey Kurilov committed Aug 26, 2018
2 parents 9a713d0 + bbb823a commit a25352c
Show file tree
Hide file tree
Showing 12 changed files with 262 additions and 272 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operation (leasing/releasing many connections at once).
## Gradle

```groovy
compile group: 'com.github.akurilov', name: 'netty-connection-pool', version: '1.0.3'
compile group: 'com.github.akurilov', name: 'netty-connection-pool', version: '1.0.9'
```

## Code Example
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ apply plugin: "maven"
apply plugin: "signing"

group = "com.github.akurilov"
version = "1.0.3"
version = "1.0.9"

ext {
moduleName = "${group}.netty.connection.pool"
depVersion = [
javaCommons: "[2.1.2,)",
javaCommons: "2.1.6",
netty: "4.1.25.Final",
]

Expand Down
Loading

0 comments on commit a25352c

Please sign in to comment.