Skip to content

Commit 5790dbb

Browse files
committed
Updates
1 parent 42ed8da commit 5790dbb

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
@@ -20,7 +20,7 @@ jobs:
2020
server-username: MAVEN_USERNAME
2121
server-password: MAVEN_PASSWORD
2222
- name: Build and publish with Maven
23-
run: mvn --batch-mode deploy --file PgBulkInsert/pom.xml -DskipTests
23+
run: mvn --batch-mode deploy -Prelease --file PgBulkInsert/pom.xml -DskipTests
2424
env:
2525
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2626
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

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</version>
8+
<version>8.1.6-SNAPSHOT</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)