Skip to content

Commit b7c7261

Browse files
committed
Increase Version Number in README
1 parent fa903ab commit b7c7261

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,35 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
3030
<dependency>
3131
<groupId>de.bytefish.pgbulkinsert</groupId>
3232
<artifactId>pgbulkinsert-core</artifactId>
33-
<version>5.1.0</version>
33+
<version>6.0.0</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>de.bytefish.pgbulkinsert</groupId>
3838
<artifactId>pgbulkinsert-rowwriter</artifactId>
39-
<version>5.1.0</version>
39+
<version>6.0.0</version>
4040
</dependency>
4141
```
4242

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

4564
* [Numeric Types](http://www.postgresql.org/docs/current/static/datatype-numeric.html)
@@ -339,7 +358,7 @@ add it as a dependency to your application:
339358
<dependency>
340359
<groupId>de.bytefish.pgbulkinsert</groupId>
341360
<artifactId>pgbulkinsert-jpa</artifactId>
342-
<version>5.1.0</version>
361+
<version>6.0.0</version>
343362
</dependency>
344363
```
345364

0 commit comments

Comments
 (0)