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

Loading…
Cancel
Save