Skip to content

Commit a96b747

Browse files
committed
Increase Version in pom.xml
1 parent 02a4c40 commit a96b747

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

PgBulkInsert/pgbulkinsert-bulkprocessor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.bytefish.pgbulkinsert</groupId>
1010
<artifactId>pgbulkinsert-parent</artifactId>
11-
<version>5.1.0</version>
11+
<version>6.0.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

PgBulkInsert/pgbulkinsert-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.bytefish.pgbulkinsert</groupId>
1010
<artifactId>pgbulkinsert-parent</artifactId>
11-
<version>5.1.0</version>
11+
<version>6.0.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

PgBulkInsert/pgbulkinsert-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.bytefish.pgbulkinsert</groupId>
1010
<artifactId>pgbulkinsert-parent</artifactId>
11-
<version>5.1.0</version>
11+
<version>6.0.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

PgBulkInsert/pgbulkinsert-rowwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.bytefish.pgbulkinsert</groupId>
1010
<artifactId>pgbulkinsert-parent</artifactId>
11-
<version>5.1.0</version>
11+
<version>6.0.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

PgBulkInsert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.bytefish.pgbulkinsert</groupId>
88
<artifactId>pgbulkinsert-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>5.1.0</version>
10+
<version>6.0.0</version>
1111
<name>pgbulkinsert</name>
1212
<description>PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.</description>
1313
<url>http://www.github.com/bytefish/PgBulkInsert</url>

0 commit comments

Comments
 (0)