3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 02:05:53 +00:00

Consistently use version 1.2 of maven-enforcer-plugin.

This commit is contained in:
Andreas Schildbach 2014-08-08 15:03:16 +02:00 committed by Mike Hearn
parent e3dca2a268
commit 43a6a60bea
2 changed files with 4 additions and 1 deletions

View File

@ -131,7 +131,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>enforce</id>

View File

@ -80,6 +80,10 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>