configured version updates

This commit is contained in:
Jeremy Long
2017-11-27 22:29:25 -05:00
parent 7bcde5d439
commit ae128c38ec

21
pom.xml
View File

@@ -314,6 +314,27 @@ Copyright (c) 2012 - Jeremy Long
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<configuration>
<allowSnapshots>false</allowSnapshots>
<excludes>
<exclude>org.apache.maven.shared:maven-dependency-tree</exclude>
<exclude>joda-time:joda-time</exclude>
<exclude>org.apache.commons:commons-lang3</exclude>
</excludes>
</configuration>
<phase>post-clean</phase>
<goals>
<goal>update-properties</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>