Skip to content

Commit 27e25c9

Browse files
committed
Issue #103 Update README
1 parent 2dad060 commit 27e25c9

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

README.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[Npgsql]: https://github.com/npgsql/npgsql
77

88
![](https://github.com/PgBulkInsert/PgBulkInsert/workflows/Java%20CI%20with%20Maven/badge.svg)
9-
![](https://maven-badges.herokuapp.com/maven-central/de.bytefish.pgbulkinsert/pgbulkinsert-core/badge.svg)
9+
![](https://maven-badges.herokuapp.com/maven-central/de.bytefish/pgbulkinsert/badge.svg)
1010
[![Maintainability](https://api.codeclimate.com/v1/badges/311ce156ff026549ba7f/maintainability)](https://codeclimate.com/github/PgBulkInsert/PgBulkInsert/maintainability)
1111
[![Test Coverage](https://api.codeclimate.com/v1/badges/311ce156ff026549ba7f/test_coverage)](https://codeclimate.com/github/PgBulkInsert/PgBulkInsert/test_coverage)
1212

@@ -28,39 +28,12 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
2828

2929
```xml
3030
<dependency>
31-
<groupId>de.bytefish.pgbulkinsert</groupId>
32-
<artifactId>pgbulkinsert-core</artifactId>
33-
<version>7.0.1</version>
34-
</dependency>
35-
36-
<dependency>
37-
<groupId>de.bytefish.pgbulkinsert</groupId>
38-
<artifactId>pgbulkinsert-rowwriter</artifactId>
39-
<version>7.0.1</version>
31+
<groupId>de.bytefish</groupId>
32+
<artifactId>pgbulkinsert</artifactId>
33+
<version>8.0.0</version>
4034
</dependency>
4135
```
4236

43-
If you are working with Java8 you have to add a classifier ``jdk8`` to the dependencies:
44-
45-
46-
```xml
47-
<dependency>
48-
<groupId>de.bytefish.pgbulkinsert</groupId>
49-
<artifactId>pgbulkinsert-core</artifactId>
50-
<version>7.0.1</version>
51-
<classifier>jdk8</classifier>
52-
</dependency>
53-
54-
<dependency>
55-
<groupId>de.bytefish.pgbulkinsert</groupId>
56-
<artifactId>pgbulkinsert-rowwriter</artifactId>
57-
<version>7.0.1</version>
58-
<classifier>jdk8</classifier>
59-
</dependency>
60-
```
61-
62-
63-
6437
## Supported PostgreSQL Types ##
6538

6639
* [Numeric Types](http://www.postgresql.org/docs/current/static/datatype-numeric.html)

0 commit comments

Comments
 (0)