mirror of https://github.com/apache/maven.git
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:
parent
269c07916e
commit
a64d505aa3
|
@ -2733,7 +2733,7 @@
|
|||
<name>id</name>
|
||||
<version>4.0.0</version>
|
||||
<type>String</type>
|
||||
<defaultValue>default</defaultValue>
|
||||
<defaultValue>default-execution-id</defaultValue>
|
||||
<description>The identifier of this execution for labelling the goals during the build,
|
||||
and for matching executions to merge during inheritance.</description>
|
||||
</field>
|
||||
|
@ -2759,7 +2759,7 @@
|
|||
<version>4.0.0</version>
|
||||
<code>
|
||||
<![CDATA[
|
||||
public static final String DEFAULT_EXECUTION_ID = "default";
|
||||
public static final String DEFAULT_EXECUTION_ID = "default-execution-id";
|
||||
]]>
|
||||
</code>
|
||||
</codeSegment>
|
||||
|
|
Loading…
Reference in New Issue