Commit 2e74c9716f3cf16f705aff7a3d556daf300f651e
1 parent
089194133f
Exists in
master
and in
1 other branch
change spring version and mongodb version
Showing 1 changed file with 2 additions and 2 deletions
pom.xml
View file @
2e74c97
... | ... | @@ -29,8 +29,8 @@ |
29 | 29 | |
30 | 30 | <properties> |
31 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | - <org.springframework.version>3.2.4.RELEASE</org.springframework.version> | |
33 | - <org.spring.data-mongodb>1.5.6.RELEASE</org.spring.data-mongodb> | |
32 | + <org.springframework.version>4.2.2.RELEASE</org.springframework.version> | |
33 | + <org.spring.data-mongodb>1.8.0.RELEASE</org.spring.data-mongodb> | |
34 | 34 | <lyms.modelVersion>1.0.0</lyms.modelVersion> |
35 | 35 | <!-- 文件拷贝时的编码 --> |
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |