mirror of https://github.com/apache/maven.git
[MNG-8057] Upgrade Modello to 2.3.0 (#1418)
This commit is contained in:
parent
969a6ffbb2
commit
ff5fa9e4e5
2
pom.xml
2
pom.xml
|
@ -688,6 +688,8 @@ under the License.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.modello</groupId>
|
<groupId>org.codehaus.modello</groupId>
|
||||||
<artifactId>modello-maven-plugin</artifactId>
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
|
<!-- need to be removed when upgrading to parent >= 42 -->
|
||||||
|
<version>2.3.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>modello-site-docs</id>
|
<id>modello-site-docs</id>
|
||||||
|
|
Loading…
Reference in New Issue