Skip to content

Commit bcdb58c

Browse files
authored
Update README
1 parent af4e7f3 commit bcdb58c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ 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>6.0.1</version>
31+
<groupId>de.bytefish.pgbulkinsert</groupId>
32+
<artifactId>pgbulkinsert-core</artifactId>
33+
<version>6.0.1</version>
3434
</dependency>
3535

3636
<dependency>
37-
<groupId>de.bytefish.pgbulkinsert</groupId>
38-
<artifactId>pgbulkinsert-rowwriter</artifactId>
39-
<version>6.0.1</version>
37+
<groupId>de.bytefish.pgbulkinsert</groupId>
38+
<artifactId>pgbulkinsert-rowwriter</artifactId>
39+
<version>6.0.1</version>
4040
</dependency>
4141
```
4242

@@ -45,16 +45,16 @@ If you are working with Java8 you have to add a classifier ``jdk8`` to the depen
4545

4646
```xml
4747
<dependency>
48-
<groupId>de.bytefish.pgbulkinsert</groupId>
49-
<artifactId>pgbulkinsert-core</artifactId>
50-
<version>6.0.1</version>
48+
<groupId>de.bytefish.pgbulkinsert</groupId>
49+
<artifactId>pgbulkinsert-core</artifactId>
50+
<version>6.0.1</version>
5151
<classifier>jdk8</classifier>
5252
</dependency>
5353

5454
<dependency>
55-
<groupId>de.bytefish.pgbulkinsert</groupId>
56-
<artifactId>pgbulkinsert-rowwriter</artifactId>
57-
<version>6.0.1</version>
55+
<groupId>de.bytefish.pgbulkinsert</groupId>
56+
<artifactId>pgbulkinsert-rowwriter</artifactId>
57+
<version>6.0.1</version>
5858
<classifier>jdk8</classifier>
5959
</dependency>
6060
```

0 commit comments

Comments
 (0)