You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/05/28 21:04:10 UTC

[maven-resources-plugin] branch master updated: use last filtering snapshot

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new aa91f3b  use last filtering snapshot
aa91f3b is described below

commit aa91f3bc7034508de02954c0107f55e4e6201c23
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri May 29 07:01:23 2020 +1000

    use last filtering snapshot
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 28d11cd..4ca3bdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
+    <mavenFilteringVersion>3.1.2-SNAPSHOT</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>