Package | Description |
---|---|
org.apache.maven.model.v3_0_0 |
Modifier and Type | Method and Description |
---|---|
List<Version> |
Model.getVersions()
Method getVersions.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addVersion(Version version)
Method addVersion.
|
void |
Model.removeVersion(Version version)
Method removeVersion.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setVersions(List<Version> versions)
Set contains information on previous versions of the
project.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.