org.apache.maven.changes
public class Release extends Object
| Constructor Summary | |
|---|---|
| Release() | |
| Method Summary | |
|---|---|
| List | getAction() |
| String | getDateRelease() |
| String | getDescription() |
| String | getVersion() |
| void | setAction(List action) |
| void | setDateRelease(String dateRelease) |
| void | setDescription(String description) |
| void | setVersion(String version) |