This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 648ca78 [maven-release-plugin] prepare for next development iteration
648ca78 is described below
commit 648ca78783d0cfa90df30ad94858fb7f1c0ae4b5
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 26 10:19:25 2024 +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 818858f..a716836 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-clean-plugin</artifactId>
- <version>4.0.0-beta-1</version>
+ <version>4.0.0-beta-2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Clean Plugin</name>
@@ -42,7 +42,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</developerConnection>
- <tag>maven-clean-plugin-4.0.0-beta-1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -69,7 +69,7 @@ under the License.
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
<version.maven-plugin-testing>4.0.0-beta-1</version.maven-plugin-testing>
<version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>
-
<project.build.outputTimestamp>2024-06-26T08:19:11Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-06-26T08:19:25Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>