mirror of https://github.com/apache/maven.git
o i didn't update the maven-shared-model correctly, revert
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0e4a63d08
commit
5b1426a881
|
@ -45,8 +45,8 @@ public class BuildExtensionListener
|
|||
|
||||
private List<BuildExtension> buildExtensions = new ArrayList<BuildExtension>();
|
||||
|
||||
public void fire( List<ModelContainer> modelContainers )
|
||||
throws DataSourceException
|
||||
public void fire(List<? extends ModelContainer> modelContainers)
|
||||
throws DataSourceException
|
||||
{
|
||||
if ( !inBuild )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue