fix build – bump maven-remote-resources-plugin to 1.5


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1840289 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d4f7d01..3649129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,6 +254,10 @@
                     <version>2.3.7</version>
                     <inherited>true</inherited>
                 </plugin>
+                <plugin>
+                  <artifactId>maven-remote-resources-plugin</artifactId>
+                  <version>1.5</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>