Browse Source

DATACMNS-301 - Upgraded to Querydsl 3.0.0.

Removed explicit version declaration and inherit it from the current snapshots of the parent build (see https://github.com/SpringSource/spring-data-build/issues/5). Upgraded to version 1.0.8 of the APT plugin as well.
pull/27/head
Oliver Gierke 13 years ago
parent
commit
c69330b0ee
  1. 7
      pom.xml

7
pom.xml

@ -12,13 +12,12 @@ @@ -12,13 +12,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.0.2.RELEASE</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
<properties>
<jackson>1.9.7</jackson>
<querydsl>2.8.0</querydsl>
<springhateoas>0.5.0.BUILD-SNAPSHOT</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>
@ -177,8 +176,8 @@ @@ -177,8 +176,8 @@
<plugins>
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>maven-apt-plugin</artifactId>
<version>1.0.4</version>
<artifactId>apt-maven-plugin</artifactId>
<version>1.0.8</version>
<executions>
<execution>
<phase>generate-test-sources</phase>

Loading…
Cancel
Save