vavr-io / vavr-docs

Source of https://docs.vavr.io
Other
10 stars 28 forks source link

Add versions plugin to pom #2

Closed danieldietrich closed 9 years ago

danieldietrich commented 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>