Skip to content

Commit 6911c30

Browse files
[chore] Release 5.0.0
1 parent 6e09345 commit 6911c30

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
<a name="5.0.0"></a>
3+
# [5.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.3...v5.0.0) / 2018-03-01
4+
5+
6+
### BREAKING CHANGES
7+
8+
* Update to spring boot 2.0.0 (#73)
9+
10+
211
<a name="4.3"></a>
312
# [4.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.2...v4.3) / 2017-12-24
413

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class UserRestController {
2828
<dependency>
2929
<groupId>com.github.darrachequesne</groupId>
3030
<artifactId>spring-data-jpa-datatables</artifactId>
31-
<version>4.3</version>
31+
<version>5.0.0</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)