Skip to content

Commit adfbd38

Browse files
committed
Issue #93 Increase Version Number
1 parent 9f0ad67 commit adfbd38

4 files changed

Lines changed: 4 additions & 4 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>7.0.0</version>
11+
<version>7.0.1</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>7.0.0</version>
11+
<version>7.0.1</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>7.0.0</version>
11+
<version>7.0.1</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>7.0.0</version>
10+
<version>7.0.1</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)