Repository: commons-fileupload Updated Branches: refs/heads/master 1d2f1971e -> d579c72f2
pom.xml: Remove tab characters. pom.xml contains a mixture of spaces and tab characters in order to indent markup which is confusing. Spaces should be used instead where applicable. Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/d579c72f Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/d579c72f Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/d579c72f Branch: refs/heads/master Commit: d579c72f2d5ddd3725f6603acc94e8645517c2bd Parents: 1d2f197 Author: Karl-Philipp Richter <[email protected]> Authored: Mon May 21 10:09:13 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon May 21 10:09:13 2018 -0600 ---------------------------------------------------------------------- pom.xml | 86 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/d579c72f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index daef833..81d8cd2 100644 --- a/pom.xml +++ b/pom.xml @@ -262,52 +262,46 @@ </plugin> </plugins> <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.maven.plugins - </groupId> - <artifactId> - maven-antrun-plugin - </artifactId> - <versionRange>[1.8,)</versionRange> - <goals> - <goal>run</goal> - </goals> - </pluginExecutionFilter> - <action> - <execute/> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.codehaus.mojo</groupId> - <artifactId> - build-helper-maven-plugin - </artifactId> - <versionRange>[1.10,)</versionRange> - <goals> - <goal>parse-version</goal> - </goals> - </pluginExecutionFilter> - <action> - <execute/> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <versionRange>[1.8,)</versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute/> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <versionRange>[1.10,)</versionRange> + <goals> + <goal>parse-version</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute/> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> </pluginManagement> </build>
