Repository: accumulo Updated Branches: refs/heads/master 4fa6b4212 -> b132e03fe
ACCUMULO-3711 Update sortpom plugin Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b132e03f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b132e03f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b132e03f Branch: refs/heads/master Commit: b132e03feb3f322284fe172b3d7f07a21f9dc436 Parents: 4fa6b42 Author: Christopher Tubbs <[email protected]> Authored: Mon Apr 6 12:45:57 2015 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Mon Apr 6 12:45:57 2015 -0400 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b132e03f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e20993f..3d5035f 100644 --- a/pom.xml +++ b/pom.xml @@ -538,9 +538,9 @@ <version>2.14</version> </plugin> <plugin> - <groupId>com.google.code.sortpom</groupId> - <artifactId>maven-sortpom-plugin</artifactId> - <version>2.3.0</version> + <groupId>com.github.ekryd.sortpom</groupId> + <artifactId>sortpom-maven-plugin</artifactId> + <version>2.4.0</version> <configuration> <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <lineSeparator>\n</lineSeparator> @@ -841,9 +841,9 @@ </pluginExecution> <pluginExecution> <pluginExecutionFilter> - <groupId>com.google.code.sortpom</groupId> - <artifactId>maven-sortpom-plugin</artifactId> - <versionRange>[2.1.0,)</versionRange> + <groupId>com.github.ekryd.sortpom</groupId> + <artifactId>sortpom-maven-plugin</artifactId> + <versionRange>[2.4.0,)</versionRange> <goals> <goal>verify</goal> </goals> @@ -903,8 +903,8 @@ <plugins> <plugin> <!-- verify only; 'mvn clean -P sortpom' sorts --> - <groupId>com.google.code.sortpom</groupId> - <artifactId>maven-sortpom-plugin</artifactId> + <groupId>com.github.ekryd.sortpom</groupId> + <artifactId>sortpom-maven-plugin</artifactId> <executions> <execution> <id>verify-sorted-pom</id> @@ -1268,8 +1268,8 @@ <build> <plugins> <plugin> - <groupId>com.google.code.sortpom</groupId> - <artifactId>maven-sortpom-plugin</artifactId> + <groupId>com.github.ekryd.sortpom</groupId> + <artifactId>sortpom-maven-plugin</artifactId> <executions> <execution> <id>sort-pom</id>
