mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
PR: MNG-1094
unique version must be inherited git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7879790516
commit
581b2ce871
@ -502,7 +502,7 @@ private void assembleDistributionInheritence( Model child, Model parent, boolean
|
||||
|
||||
repository.setUrl( parentDistMgmt.getSnapshotRepository().getUrl() );
|
||||
|
||||
repository.setUniqueVersion( parentDistMgmt.getRepository().isUniqueVersion() );
|
||||
repository.setUniqueVersion( parentDistMgmt.getSnapshotRepository().isUniqueVersion() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user