Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-data-jpa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ebf31dda35d08407cd6bfb822fc60e8002b97a18
Choose a base ref
..
head repository: spring-projects/spring-data-jpa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37bf519519d0325c0fd2a60b1ed19fc3c308b278
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 spring-data-jpa/pom.xml
2 changes: 1 addition & 1 deletion spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
@@ -419,7 +419,7 @@
Attention: aspectj-maven-plugin MUST be declared AFTER maven-compiler-plugin, if they are both supposed to run
in the same default phases 'compile' and 'test-compile', but execution order is to be guaranteed. Then, you have
the convenience of being able to run e.g. 'mvn [clean] compile' instead of 'mvn [clean] process-classes'. For a
slightly less convenient, but less refactoring-errror-prone solution, see the commented-out phases below.
slightly less convenient, but less refactoring-error-prone solution, see the commented-out phases below.
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>