Skip to content

Commit

Permalink
Releasing 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bytefish committed Mar 12, 2024
1 parent f36d91b commit 45a5652
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 21 deletions.
1 change: 1 addition & 0 deletions JSqlServerBulkInsert/.gitignore
Expand Up @@ -11,3 +11,4 @@
.idea
.iws
workspace.xml
*.iml
2 changes: 1 addition & 1 deletion JSqlServerBulkInsert/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:\Applications\apache-maven-3.6.3\bin\mvn.cmd"
set MVN_EXECUTABLE="C:\Users\philipp\apps\apache-maven-3.9.6\bin\mvn.cmd"
set GPG_EXECUTABLE="C:\Program Files (x86)\gnupg\bin\gpg.exe"

:: GPG Key ID used for signing:
Expand Down
18 changes: 0 additions & 18 deletions JSqlServerBulkInsert/jsqlserverbulkinsert.iml

This file was deleted.

2 changes: 1 addition & 1 deletion JSqlServerBulkInsert/pom.xml
Expand Up @@ -7,7 +7,7 @@

<groupId>de.bytefish</groupId>
<artifactId>jsqlserverbulkinsert</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<name>jsqlserverbulkinsert</name>
<description>JSqlServerBulkInsert is a Java library for Bulk Inserts to the SQL Server.</description>
<url>http://www.github.com/bytefish/JSqlServerBulkInsert</url>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ You can obtain [JSqlServerBulkInsert] from Maven by adding the following:
<dependency>
<groupId>de.bytefish</groupId>
<artifactId>jsqlserverbulkinsert</artifactId>
<version>4.0.1</version>
<version>5.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 45a5652

Please sign in to comment.