Upgraded to Spring Boot 1.1.5.RELEASE.
Upgraded to Querydsl 3.4.2. Fixed name of the MongoDB Geospatial project.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<artifactId>spring-data-mongodb-geospatial</artifactId>
|
<artifactId>spring-data-mongodb-geospatial</artifactId>
|
||||||
|
|
||||||
<name>Spring Data MongoDB - Geo-spatial & Queryldsl</name>
|
<name>Spring Data MongoDB - Geo-spatial & Querydsl</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.examples</groupId>
|
<groupId>org.springframework.data.examples</groupId>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.1.4.RELEASE</version>
|
<version>1.1.5.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<apt.version>1.1.1</apt.version>
|
<apt.version>1.1.1</apt.version>
|
||||||
<querydsl.version>3.4.1</querydsl.version>
|
<querydsl.version>3.4.2</querydsl.version>
|
||||||
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user