You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/02/01 21:46:59 UTC

svn commit: r1563468 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: rfscholte
Date: Sat Feb  1 20:46:59 2014
New Revision: 1563468

URL: http://svn.apache.org/r1563468
Log:
Use maven-filtering 1.2-SNAPSHOT due to MSHARED-319

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=1563468&r1=1563467&r2=1563468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Sat Feb  1 20:46:59 2014
@@ -64,7 +64,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-    <mavenFilteringVersion>1.1</mavenFilteringVersion>
+    <mavenFilteringVersion>1.2-SNAPSHOT</mavenFilteringVersion> <!-- Due to JDK8, see MSHARED-319 -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
   </properties>