Skip to content

Commit

Permalink
[FIXED JENKINS-36872] Switch to com.mysema.maven:apt-maven-plugin for…
Browse files Browse the repository at this point in the history
… Java 8 support
  • Loading branch information
olivergondza committed Jan 20, 2017
1 parent 712ff4b commit 85c8dc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -853,9 +853,9 @@ THE SOFTWARE.
<build>
<plugins>
<plugin><!-- execute apt:process for "Extension points" Wiki page generation -->
<groupId>org.codehaus.mojo</groupId>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<!-- version specified in grandparent pom -->
<!-- version specified in parent pom -->
<executions>
<execution>
<goals>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -160,7 +160,7 @@ THE SOFTWARE.
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
</dependency>

<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
Expand Down Expand Up @@ -495,9 +495,9 @@ THE SOFTWARE.
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>com.mysema.maven</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.0-alpha-5</version>
<version>1.1.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -665,7 +665,7 @@ THE SOFTWARE.
<configuration>
<source>1.${java.level}</source>
<target>1.${java.level}</target>
<!-- default reuseCreated is more performant
<!-- default reuseCreated is more performant
feel free to uncomment if you have any issues on your platform
<compilerReuseStrategy>alwaysNew</compilerReuseStrategy>
-->
Expand Down Expand Up @@ -760,8 +760,8 @@ THE SOFTWARE.
</execution>
</executions>
</plugin>


</plugins>

<extensions>
Expand Down

0 comments on commit 85c8dc5

Please sign in to comment.