Skip to content

Commit

Permalink
Final tidying for 1.5 release
Browse files Browse the repository at this point in the history
- added Maven badge to README.md
- added myself to LICENSE
- updated maven-release-plugin to 2.5.3 (from 2.1)
  • Loading branch information
vslee committed Jun 24, 2019
1 parent ca4f7b9 commit 1329f6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JSqlServerBulkInsert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<version>2.5.3</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Philipp Wagner
Copyright (c) Philipp Wagner, Victor Lee

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/de.bytefish/jsqlserverbulkinsert.svg?label=Maven%20Central)](https://search.maven.org/artifact/de.bytefish/jsqlserverbulkinsert)
# JSqlServerBulkInsert #

[JSqlServerBulkInsert]: https://github.com/bytefish/JSqlServerBulkInsert
Expand Down

0 comments on commit 1329f6c

Please sign in to comment.