This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2952ead [maven-release-plugin] prepare for next development iteration
2952ead is described below
commit 2952ead18992052223c536e939bd9bbe9dfe3725
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Nov 25 19:11:53 2025 +0100
[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 3a2d054..665edf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-acr-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven ACR Plugin</name>
@@ -41,7 +41,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</developerConnection>
- <tag>maven-acr-plugin-3.2.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-acr-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -62,7 +62,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.6.3</mavenVersion>
-
<project.build.outputTimestamp>2025-11-25T18:10:46Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-25T18:11:53Z</project.build.outputTimestamp>
</properties>
<dependencies>