Fixed projectName setter
This commit is contained in:
parent
2fa5864c21
commit
eef391e90c
4 changed files with 7 additions and 17 deletions
|
@ -194,7 +194,7 @@ public class GeneratedVersionOperation extends AbstractOperation<GeneratedVersio
|
|||
* Sets the project name.
|
||||
*/
|
||||
public GeneratedVersionOperation projectName(String projectName) {
|
||||
generatedVersion.setPackageName(projectName);
|
||||
generatedVersion.setProjectName(projectName);
|
||||
return this;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue