Fix: MNG-3927

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@730028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-12-30 01:33:12 +00:00
parent 269c07916e
commit a64d505aa3
1 changed files with 2 additions and 2 deletions

View File

@ -2733,7 +2733,7 @@
<name>id</name> <name>id</name>
<version>4.0.0</version> <version>4.0.0</version>
<type>String</type> <type>String</type>
<defaultValue>default</defaultValue> <defaultValue>default-execution-id</defaultValue>
<description>The identifier of this execution for labelling the goals during the build, <description>The identifier of this execution for labelling the goals during the build,
and for matching executions to merge during inheritance.</description> and for matching executions to merge during inheritance.</description>
</field> </field>
@ -2759,7 +2759,7 @@
<version>4.0.0</version> <version>4.0.0</version>
<code> <code>
<![CDATA[ <![CDATA[
public static final String DEFAULT_EXECUTION_ID = "default"; public static final String DEFAULT_EXECUTION_ID = "default-execution-id";
]]> ]]>
</code> </code>
</codeSegment> </codeSegment>