mirror of https://github.com/apache/maven.git
fix the expression for the SCM manager
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@278991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0642a81a9b
commit
6dca3b1af7
|
@ -32,9 +32,7 @@ public abstract class AbstractReleaseMojo
|
|||
extends AbstractMojo
|
||||
{
|
||||
/**
|
||||
* @parameter expression="${org.apache.maven.scm.manager.ScmManager}"
|
||||
* @required
|
||||
* @readonly
|
||||
* @component
|
||||
*/
|
||||
private ScmManager scmManager;
|
||||
|
||||
|
|
Loading…
Reference in New Issue