You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2020/08/05 15:13:24 UTC

[maven-filtering] branch master updated: Rollback to make yet another release attempt.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1574d10  Rollback to make yet another release attempt.
1574d10 is described below

commit 1574d10a44fc37a99a96439e14d32057e8caa4e4
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Wed Aug 5 17:13:18 2020 +0200

    Rollback to make yet another release attempt.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3322c4..ecb6123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-filtering</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.0-SNAPSHOT</version>
 
   <name>Apache Maven Filtering</name>
   <description>A component to assist in filtering of resource files with properties from a Maven project.</description>