Author: hboutemy Date: Fri Oct 31 21:28:58 2014 New Revision: 1635865 URL: http://svn.apache.org/r1635865 Log: cleanup
Modified: maven/plugins/trunk/maven-toolchains-plugin/src/main/resources/META-INF/plexus/components.xml Modified: maven/plugins/trunk/maven-toolchains-plugin/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1635865&r1=1635864&r2=1635865&view=diff ============================================================================== --- maven/plugins/trunk/maven-toolchains-plugin/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/plugins/trunk/maven-toolchains-plugin/src/main/resources/META-INF/plexus/components.xml Fri Oct 31 21:28:58 2014 @@ -30,7 +30,7 @@ under the License. </requirement> </requirements> </component> - + <component> <role>org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup</role> <role-hint>override</role-hint> @@ -39,7 +39,7 @@ under the License. <requirement> <role>org.codehaus.plexus.component.configurator.converters.ConfigurationConverter</role> <role-hint>Toolchains</role-hint> - <field-name>customConverters</field-name> + <field-name>customConverters</field-name> </requirement> </requirements> </component>