Skip to content

Commit f968057

Browse files
committed
Next ..
1 parent 7fa61bb commit f968057

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
gpg-passphrase: GPG_PASSPHRASE
2222

2323
- name: Deploy to Maven Central
24-
run: mvn release:prepare release:perform -Darguments=-DskipTests=true -f PgBulkInsert/pom.xml -s .github/workflows/maven-settings.xml
24+
run: mvn release:perform -Darguments=-DskipTests=true -f PgBulkInsert/pom.xml -s .github/workflows/maven-settings.xml
2525
env:
2626
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2727
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

PgBulkInsert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>de.bytefish</groupId>
77
<artifactId>pgbulkinsert</artifactId>
8-
<version>8.1.6-SNAPSHOT</version>
8+
<version>8.1.6</version>
99
<name>pgbulkinsert</name>
1010
<description>PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.</description>
1111
<url>http://www.github.com/bytefish/PgBulkInsert</url>

0 commit comments

Comments
 (0)