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-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5774dbc [maven-release-plugin] prepare release
maven-clean-plugin-3.4.0
5774dbc is described below
commit 5774dbc98b0af9aeeeef7548dc8a13a0c2e82572
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 16 12:25:04 2024 +0200
[maven-release-plugin] prepare release maven-clean-plugin-3.4.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 749baa1..02fb9fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-clean-plugin</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+ <version>3.4.0</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>HEAD</tag>
+ <tag>maven-clean-plugin-3.4.0</tag>
<url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -62,7 +62,7 @@ under the License.
<properties>
<mavenVersion>3.6.3</mavenVersion>
-
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-06-16T10:24:59Z</project.build.outputTimestamp>
</properties>
<dependencies>