Skip to content

Commit 739af43

Browse files
committed
Release 8.1.0
1 parent 6a6f631 commit 739af43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PgBulkInsert/deployment/deploy_release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo - Bundling Artifacts for OSSRH Repository Upload -
88
echo ---------------------------------------------------
99

1010
:: Define the Executables, so we don't have to rely on pathes:
11-
set MVN_EXECUTABLE="G:\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\mvn.cmd"
11+
set MVN_EXECUTABLE="C:\Users\philipp\apps\apache-maven-3.8.6\bin\mvn.cmd"
1212
set GPG_EXECUTABLE="C:\Program Files (x86)\gnupg\bin\gpg.exe"
1313

1414
:: GPG Key ID used for signing:

PgBulkInsert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.bytefish</groupId>
88
<artifactId>pgbulkinsert</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.1.0</version>
1010
<name>pgbulkinsert</name>
1111
<description>PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.</description>
1212
<url>http://www.github.com/bytefish/PgBulkInsert</url>

0 commit comments

Comments
 (0)