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-assembly-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 890dc4db [maven-release-plugin] prepare for next development iteration
890dc4db is described below

commit 890dc4db06ea21265a7df825e28290c3f7c5b3ce
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Mar 15 08:53:45 2024 +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 4ddf1dca..a5a486e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.7.1</version>
+  <version>3.7.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>
@@ -50,7 +50,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</developerConnection>
-    <tag>maven-assembly-plugin-3.7.1</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -80,7 +80,7 @@ under the License.
     <commonsIoVersion>2.15.1</commonsIoVersion>
 
     <testOutputToFile>true</testOutputToFile>
-    
<project.build.outputTimestamp>2024-03-15T07:53:27Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-03-15T07:53:45Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to