Use a common version number for resources-plugin

Former-commit-id: 253864d637907491e2e21500540c3c2f6e03627c
This commit is contained in:
Hans Joachim Desserud
2015-01-02 16:44:19 +01:00
parent 2931e8454c
commit ccd656845d
2 changed files with 5 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<escapeWindowsPaths>false</escapeWindowsPaths>
</configuration>

View File

@@ -141,6 +141,11 @@ Copyright (c) 2012 - Jeremy Long
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -156,7 +161,6 @@ Copyright (c) 2012 - Jeremy Long
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>site-filtering-hack</id>