Merge pull request #1049 from querydsl/apt-maven-plugin-version

Apt maven plugin version upgrade
This commit is contained in:
Timo Westkämper 2014-11-20 21:45:19 +02:00
commit 3508d7800d
15 changed files with 17 additions and 17 deletions

View File

@ -35,7 +35,7 @@ If you are not using JPA or JDO you can generate Querydsl query types for your d
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -212,7 +212,7 @@ import com.mysema.query.annotations.Config;
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>
@ -397,7 +397,7 @@ public class QTimestamp extends DateTimePath<java.sql.Timestamp> {
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -173,7 +173,7 @@ for (String name : from(cat,cats)
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -53,7 +53,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -57,7 +57,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -47,7 +47,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -204,7 +204,7 @@ import com.mysema.query.annotations.Config;
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>
@ -384,7 +384,7 @@ public class QTimestamp extends DateTimePath<java.sql.Timestamp> {
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -159,7 +159,7 @@ for (String name : from(cat,cats)
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -49,7 +49,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -55,7 +55,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -46,7 +46,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -35,7 +35,7 @@ And now, configure the Maven APT plugin which generates the query types used by
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -35,7 +35,7 @@ And now, configure the Maven APT plugin :
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -28,7 +28,7 @@ And now, configure the Maven APT plugin which generates the query types used by
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<goals>

View File

@ -165,7 +165,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>