This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git
The following commit(s) were added to refs/heads/master by this push:
new 36efd6f [maven-release-plugin] prepare release v3.2.0
36efd6f is described below
commit 36efd6f162c30f468669935a764e8b41e8daa062
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Apr 13 23:18:54 2025 +0200
[maven-release-plugin] prepare release v3.2.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d74dee..2bbeeb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>file-management</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.2.0</version>
<name>Apache Maven File Management API</name>
<description>API to collect files from a given directory using several
include/exclude rules.</description>
@@ -44,7 +44,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>v3.2.0</tag>
<url>https://github.com/apache/maven-file-management/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -63,7 +63,7 @@
</distributionManagement>
<properties>
<slf4jVersion>1.7.36</slf4jVersion>
-
<project.build.outputTimestamp>2022-06-29T11:20:20Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-04-13T21:18:50Z</project.build.outputTimestamp>
</properties>
<dependencies>