moved another version tag to dependency management list

pull/779/head
Justin Richer 2015-02-16 14:34:26 -05:00
parent 587d4b2db6
commit 10f7612595
1 changed files with 6 additions and 1 deletions

View File

@ -122,6 +122,12 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>9.1.1.v20140108</version>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
@ -170,7 +176,6 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>enforce-maven-3</id>