Skip to content

Commit

Permalink
[Wen Hao] - update docs and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Aug 16, 2017
1 parent 3a0f0e6 commit 9a3185e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ English Version:

[Latest]

[3.1.1]
[3.1.0]

[3.0.0]

Chinese Version:

[最新]

[3.1.1_cn]
[3.1.0_cn]

[3.0.0_cn]

### Gradle

Expand Down Expand Up @@ -352,7 +356,11 @@ Licensed under [Apache License]


[Latest]: ./docs/3.1.1.md
[3.1.0]: ./docs/3.1.0.md
[3.0.0]: ./docs/3.0.0.md
[最新]: ./docs/3.1.1_cn.md
[3.1.0_cn]: ./docs/3.1.0_cn.md
[3.0.0_cn]: ./docs/3.0.0_cn.md
[Legacy Hibernate Criteria Queries]: https://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#appendix-legacy-criteria
[EqualTest.java]: ./src/test/java/com/github/wenhao/jpa/integration/EqualTest.java
[NotEqualTest.java]: ./src/test/java/com/github/wenhao/jpa/integration/NotEqualTest.java
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## compile
springDataJpaVersion=1.10.4.RELEASE
springBootVersion=1.4.1.RELEASE
springDataJpaVersion=1.11.6.RELEASE
springBootVersion=1.5.6.RELEASE
jpaVersion=1.0.0.Final

## testCompile
springOrmVersion=4.3.3.RELEASE
springOrmVersion=4.3.10.RELEASE
commonsLang3Version=3.4
junitVersion=4.12
h2Version=1.4.192
Expand Down

0 comments on commit 9a3185e

Please sign in to comment.