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 cd0942e  [maven-release-plugin] prepare for next development iteration
cd0942e is described below

commit cd0942e74e5228985db8cbb002752ee5d039986a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Oct 23 08:00:49 2023 +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 a756538..65ab2cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
-  <version>3.3.2</version>
+  <version>3.3.3-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-3.3.2</tag>
+    <tag>HEAD</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.2.5</mavenVersion>
-    
<project.build.outputTimestamp>2023-10-23T06:00:28Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to