Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ce565b

Browse files
Update README.md
1 parent d2c0d49 commit 3ce565b

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

README.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,37 @@ Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC con
3131

3232
### Artifacts
3333

34-
_Java 8 thru 11 maven artifact:_
34+
_**Java 11+** maven artifact:_
3535
```xml
36-
<dependency>
37-
<groupId>com.zaxxer</groupId>
38-
<artifactId>HikariCP</artifactId>
39-
<version>4.0.3</version>
40-
</dependency>
36+
<dependency>
37+
<groupId>com.zaxxer</groupId>
38+
<artifactId>HikariCP</artifactId>
39+
<version>5.0.0</version>
40+
</dependency>
41+
```
42+
_Java 8 maven artifact (*maintenance mode*):_
43+
```xml
44+
<dependency>
45+
<groupId>com.zaxxer</groupId>
46+
<artifactId>HikariCP</artifactId>
47+
<version>4.0.3</version>
48+
</dependency>
4149
```
4250
_Java 7 maven artifact (*maintenance mode*):_
4351
```xml
44-
<dependency>
45-
<groupId>com.zaxxer</groupId>
46-
<artifactId>HikariCP-java7</artifactId>
47-
<version>2.4.13</version>
48-
</dependency>
52+
<dependency>
53+
<groupId>com.zaxxer</groupId>
54+
<artifactId>HikariCP-java7</artifactId>
55+
<version>2.4.13</version>
56+
</dependency>
4957
```
5058
_Java 6 maven artifact (*maintenance mode*):_
5159
```xml
52-
<dependency>
53-
<groupId>com.zaxxer</groupId>
54-
<artifactId>HikariCP-java6</artifactId>
55-
<version>2.3.13</version>
56-
</dependency>
60+
<dependency>
61+
<groupId>com.zaxxer</groupId>
62+
<artifactId>HikariCP-java6</artifactId>
63+
<version>2.3.13</version>
64+
</dependency>
5765
```
5866
Or [download from here](http://search.maven.org/#search%7Cga%7C1%7Ccom.zaxxer.hikaricp).
5967

@@ -529,8 +537,8 @@ YourKit supports open source projects with its full-featured Java Profiler. Cli
529537

530538
Please perform changes and submit pull requests from the ``dev`` branch instead of ``master``. Please set your editor to use spaces instead of tabs, and adhere to the apparent style of the code you are editing. The ``dev`` branch is always more "current" than the ``master`` if you are looking to live life on the edge.
531539

532-
[Build Status]:https://travis-ci.org/brettwooldridge/HikariCP
533-
[Build Status img]:https://travis-ci.org/brettwooldridge/HikariCP.svg?branch=dev
540+
[Build Status]:https://travis-ci.com/brettwooldridge/HikariCP
541+
[Build Status img]:https://travis-ci.com/brettwooldridge/HikariCP.svg?branch=dev
534542

535543
[Coverage Status]:https://codecov.io/gh/brettwooldridge/HikariCP
536544
[Coverage Status img]:https://codecov.io/gh/brettwooldridge/HikariCP/branch/dev/graph/badge.svg

0 commit comments

Comments
 (0)