Author: sebb Date: Wed Nov 25 16:05:06 2015 New Revision: 1716454 URL: http://svn.apache.org/viewvc?rev=1716454&view=rev Log: Fix componentid so generated download file has correct name and contents
Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons-build-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1716454&r1=1716453&r2=1716454&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/pom.xml (original) +++ commons/proper/commons-build-plugin/trunk/pom.xml Wed Nov 25 16:05:06 2015 @@ -44,8 +44,8 @@ <distributionManagement> <site> <id>apache.website</id> - <name>Apache Commons commons-${commons.componentid} Site</name> - <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/commons-${commons.componentid}</url> + <name>Apache Commons ${commons.componentid} Site</name> + <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url> </site> </distributionManagement> <developers> @@ -156,7 +156,7 @@ <maven.compiler.source /> <maven.compiler.target /> <commons.manifestfile /> - <commons.componentid>build-plugin</commons.componentid> + <commons.componentid>commons-build-plugin</commons.componentid> <commons.jira.id>COMMONSSITE</commons.jira.id> <commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid> <commons.release.version>${project.version}</commons.release.version>