You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2018/09/07 12:25:59 UTC

svn commit: r1840289 - /tiles/framework/branches/TILES_3_0_X/pom.xml

Author: mck
Date: Fri Sep  7 12:25:59 2018
New Revision: 1840289

URL: http://svn.apache.org/viewvc?rev=1840289&view=rev
Log:
fix build – bump maven-remote-resources-plugin to 1.5

Modified:
    tiles/framework/branches/TILES_3_0_X/pom.xml

Modified: tiles/framework/branches/TILES_3_0_X/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/pom.xml?rev=1840289&r1=1840288&r2=1840289&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/pom.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/pom.xml Fri Sep  7 12:25:59 2018
@@ -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>