You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/04/01 21:16:33 UTC

[maven-clean-plugin] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit eda48402526337494191d5f58b620a03e0291d4a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 1 23:16:17 2022 +0200

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 4424efaed161c662875a1e1937ad7dbf186b6cc6.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5ddff5..7bdcc5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Clean Plugin</name>
@@ -47,7 +47,7 @@ under the License.
     <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>
     <url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-clean-plugin-3.2.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -69,7 +69,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <surefire.version>2.22.2</surefire.version>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2022-04-01T21:13:26Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-01T21:13:15Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>