| Package | Description |
|---|---|
| org.apache.maven.model.v3_0_0 |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Version> |
Model.getVersions() |
Method getVersions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.addVersion(Version version) |
Method addVersion.
|
void |
Model.removeVersion(Version version) |
Method removeVersion.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.setVersions(java.util.List<Version> versions) |
Set contains information on previous versions of the
project.
|