File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments