DATACMNS-334 - Use newly introduced ${apt} placeholder for APT plugin version.

This commit is contained in:
Oliver Gierke
2013-05-29 17:55:25 +02:00
parent e0dda2a4f0
commit 110b7836e1

View File

@@ -184,7 +184,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.0.8</version>
<version>${apt}</version>
<executions>
<execution>
<phase>generate-test-sources</phase>