Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bytefish committed Sep 3, 2022
1 parent 6a6f631 commit 739af43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PgBulkInsert/deployment/deploy_release.bat
Expand Up @@ -8,7 +8,7 @@ echo - Bundling Artifacts for OSSRH Repository Upload -
echo ---------------------------------------------------

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

:: GPG Key ID used for signing:
Expand Down
2 changes: 1 addition & 1 deletion PgBulkInsert/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>de.bytefish</groupId>
<artifactId>pgbulkinsert</artifactId>
<version>8.0.0</version>
<version>8.1.0</version>
<name>pgbulkinsert</name>
<description>PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.</description>
<url>http://www.github.com/bytefish/PgBulkInsert</url>
Expand Down

0 comments on commit 739af43

Please sign in to comment.