Closed danieldietrich closed 9 years ago
Depends on #1
Add the following property to the pom:
<maven.versions.version>2.1</maven.versions.version>
Add the following plugin to the plugins section:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>${maven.versions.version}</version> </plugin>
Depends on #1
Add the following property to the pom:
Add the following plugin to the plugins section: