mirror of https://github.com/apache/maven.git
[MNG-3634] revert portion of this change that caused a backwards compatibility problem
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f656edaba
commit
134fcbfd3c
|
@ -436,15 +436,6 @@
|
|||
published. This is used when the distributions are deployed.</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>distributionManagement</name>
|
||||
<version>4.0.0</version>
|
||||
<description>Distribution information for a project that enables deployment of the site
|
||||
and artifacts to remote web servers and repositories respectively.</description>
|
||||
<association>
|
||||
<type>DistributionManagement</type>
|
||||
</association>
|
||||
</field>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
<!-- Specific version 3 -->
|
||||
|
@ -604,6 +595,15 @@
|
|||
]]>
|
||||
</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>distributionManagement</name>
|
||||
<version>4.0.0</version>
|
||||
<description>Distribution information for a project that enables deployment of the site
|
||||
and artifacts to remote web servers and repositories respectively.</description>
|
||||
<association>
|
||||
<type>DistributionManagement</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>modules</name>
|
||||
<version>4.0.0</version>
|
||||
|
|
Loading…
Reference in New Issue