We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a1167 commit 8c633b1Copy full SHA for 8c633b1
1 file changed
PgBulkInsert/pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>de.bytefish</groupId>
7
<artifactId>pgbulkinsert</artifactId>
8
- <version>8.1.6</version>
+ <version>8.1.6-SNAPSHOT</version>
9
<name>pgbulkinsert</name>
10
<description>PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.</description>
11
<url>http://www.github.com/bytefish/PgBulkInsert</url>
@@ -166,7 +166,7 @@
166
</build>
167
</profile>
168
</profiles>
169
-
+
170
<dependencies>
171
<dependency>
172
<groupId>org.postgresql</groupId>
0 commit comments