|
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <groupId>io.github.boostchicken</groupId> |
22 | 22 | <artifactId>spring-data-dynamodb</artifactId> |
23 | | - <version>5.2.3-SNAPSHOT</version> |
| 23 | + <version>5.2.4-SNAPSHOT</version> |
24 | 24 | <name>Spring Data DynamoDB</name> |
25 | 25 | <inceptionYear>2018</inceptionYear> |
26 | 26 |
|
|
40 | 40 | <spring.version>5.2.0.RELEASE</spring.version> |
41 | 41 | <spring-data.version>2.2.2.RELEASE</spring-data.version> |
42 | 42 |
|
43 | | - <hibernate-validator.version>6.0.9.Final</hibernate-validator.version> |
| 43 | + <hibernate-validator.version>6.1.0.Final</hibernate-validator.version> |
44 | 44 | <aws-java-sdk.version>1.11.664</aws-java-sdk.version> |
45 | 45 | <junit.version>4.12</junit.version> |
46 | 46 | <mockito.version>2.23.0</mockito.version> |
|
297 | 297 | </properties> |
298 | 298 | <excludes> |
299 | 299 | <exclude>**/README.md</exclude> |
| 300 | + <exclude>**/FUNDING.yml</exclude> |
300 | 301 | <exclude>**/DONATION.md</exclude> |
301 | 302 | <exclude>**/CONTRIBUTING.md</exclude> |
302 | 303 | <exclude>**/LICENSE</exclude> |
|
608 | 609 | <plugin> |
609 | 610 | <groupId>org.apache.maven.plugins</groupId> |
610 | 611 | <artifactId>maven-javadoc-plugin</artifactId> |
611 | | - <version>3.0.0</version> |
| 612 | + <version>3.1.1</version> |
612 | 613 | <executions> |
613 | 614 | <execution> |
614 | 615 | <id>attach-javadocs</id> |
|
683 | 684 | <email>zeeman@zeeman.de</email> |
684 | 685 | <timezone>America/New_York</timezone> |
685 | 686 | </developer> |
| 687 | + <developer> |
| 688 | + <id>boostchicken</id> |
| 689 | + <name>John Dorman</name> |
| 690 | + <url>https://www.github.com/boostchicken</url> |
| 691 | + <timezone>America/Los_Angeles</timezone> |
| 692 | + </developer> |
686 | 693 | </developers> |
687 | 694 | <contributors> |
688 | 695 | <contributor> |
|
785 | 792 | <plugin> |
786 | 793 | <groupId>org.apache.maven.plugins</groupId> |
787 | 794 | <artifactId>maven-javadoc-plugin</artifactId> |
788 | | - <version>3.0.0</version> |
| 795 | + <version>3.1.1</version> |
789 | 796 | <reportSets> |
790 | 797 | <reportSet> |
791 | 798 | <id>default</id> |
|
799 | 806 | <groupId>org.apache.maven.plugins</groupId> |
800 | 807 | <artifactId>maven-checkstyle-plugin</artifactId> |
801 | 808 | <configuration> |
802 | | - <configLocation>checkstyle.xml</configLocation> |
| 809 | + <configLocation>src/checkstyle.xml</configLocation> |
803 | 810 | </configuration> |
804 | 811 | </plugin> |
805 | 812 | <plugin> |
|
0 commit comments