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 305c81a [maven-release-plugin] prepare for next development iteration 305c81a is described below commit 305c81af33efe28a1c56de6803ce5bc25f28b53f Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Apr 13 23:19:14 2025 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2bbeeb9..a563122 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>file-management</artifactId> - <version>3.2.0</version> + <version>3.2.1-SNAPSHOT</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>v3.2.0</tag> + <tag>HEAD</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>2025-04-13T21:18:50Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-13T21:19:14Z</project.build.outputTimestamp> </properties> <dependencies>