Skip to content

Commit 1329f6c

Browse files
committed
Final tidying for 1.5 release
- added Maven badge to README.md - added myself to LICENSE - updated maven-release-plugin to 2.5.3 (from 2.1)
1 parent ca4f7b9 commit 1329f6c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

JSqlServerBulkInsert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-release-plugin</artifactId>
101-
<version>2.1</version>
101+
<version>2.5.3</version>
102102
<configuration>
103103
<mavenExecutorId>forked-path</mavenExecutorId>
104104
<useReleaseProfile>false</useReleaseProfile>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Philipp Wagner
3+
Copyright (c) Philipp Wagner, Victor Lee
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Maven Central](https://img.shields.io/maven-central/v/de.bytefish/jsqlserverbulkinsert.svg?label=Maven%20Central)](https://search.maven.org/artifact/de.bytefish/jsqlserverbulkinsert)
12
# JSqlServerBulkInsert #
23

34
[JSqlServerBulkInsert]: https://github.com/bytefish/JSqlServerBulkInsert

0 commit comments

Comments
 (0)