mirror of https://github.com/apache/maven.git
o change the <repository/> to the <scm/>.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
123bac89f1
commit
74c42ed9e7
|
@ -232,9 +232,9 @@
|
|||
<defaultValue>new ArrayList()</defaultValue>
|
||||
</field>
|
||||
<field>
|
||||
<name>repository</name>
|
||||
<name>scm</name>
|
||||
<description>Specification for the SCM use by the project.</description>
|
||||
<type>Repository</type>
|
||||
<type>Scm</type>
|
||||
<comment>This element needs to be renamed as it conflicts with the existing notion of repositories in Maven.</comment>
|
||||
</field>
|
||||
<field>
|
||||
|
@ -681,7 +681,7 @@
|
|||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
<name>Repository</name>
|
||||
<name>Scm</name>
|
||||
<fields>
|
||||
<field>
|
||||
<name>connection</name>
|
||||
|
|
Loading…
Reference in New Issue