Skip to content

Commit

Permalink
[wenhao] update spring-data-jpa to 2.1.3.RELEASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Jan 4, 2019
1 parent 1cb42db commit cbee1ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Alternatively, using virtual view and give a readable/significant class name to

### Copyright and license

Copyright © 2016-2018 Wen Hao
Copyright © 2016-2019 Wen Hao

Licensed under [Apache License]

Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}
dependencies {
compile 'com.github.wenhao:jpa-spec:3.2.3'
compile 'com.github.wenhao:jpa-spec:3.2.4'
}
```

Expand All @@ -49,7 +49,7 @@ dependencies {
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>jpa-spec</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ dependencies {
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>jpa-spec</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<exclusions>
<exclusion>
<groupId>org.hibernate.javax.persistence</groupId>
Expand Down Expand Up @@ -514,7 +514,7 @@ Spring Data JPA对投射、分组和聚合支持不是很好,

### Copyright and license

Copyright © 2016-2018 Wen Hao
Copyright © 2016-2019 Wen Hao

Licensed under [Apache License]

Expand Down

0 comments on commit cbee1ca

Please sign in to comment.