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:
Oliver Gierke
2014-08-12 15:29:26 +02:00
parent cca77e0292
commit 5ff523973f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<artifactId>spring-data-mongodb-geospatial</artifactId>
<name>Spring Data MongoDB - Geo-spatial &amp; Queryldsl</name>
<name>Spring Data MongoDB - Geo-spatial &amp; Querydsl</name>
<parent>
<groupId>org.springframework.data.examples</groupId>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<modules>
@@ -25,7 +25,7 @@
<properties>
<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>