Skip to content

Commit 5fb2d43

Browse files
committed
DATACMNS-301 - Upgraded to Querydsl 3.0.0.
Removed explicit version declaration and inherit it from the current snapshots of the parent build (see spring-projects/spring-data-build#5). Upgraded to version 1.0.8 of the APT plugin as well.
1 parent d02ed82 commit 5fb2d43

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.0.2.RELEASE</version>
15+
<version>1.1.0.BUILD-SNAPSHOT</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<properties>
2020
<jackson>1.9.7</jackson>
21-
<querydsl>2.8.0</querydsl>
2221
<springhateoas>0.5.0.BUILD-SNAPSHOT</springhateoas>
2322
<dist.key>DATACMNS</dist.key>
2423
</properties>
@@ -177,8 +176,8 @@
177176
<plugins>
178177
<plugin>
179178
<groupId>com.mysema.maven</groupId>
180-
<artifactId>maven-apt-plugin</artifactId>
181-
<version>1.0.4</version>
179+
<artifactId>apt-maven-plugin</artifactId>
180+
<version>1.0.8</version>
182181
<executions>
183182
<execution>
184183
<phase>generate-test-sources</phase>

0 commit comments

Comments
 (0)