Version 0.9.0

This commit is contained in:
Erik C. Thauvin 2023-05-09 11:24:52 -07:00
parent 09d95118c6
commit 736c99bc1a
12 changed files with 31 additions and 20 deletions

View file

@ -175,7 +175,7 @@ public class GeneratedVersionOperation extends AbstractOperation<GeneratedVersio
}
/**
* Sets the project name.
* Configure the operation from a {@link BaseProject}.
*/
public GeneratedVersionOperation fromProject(BaseProject project) {
generatedVersion.setProject(project);