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

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

commit 5feb0c7cde3c6fb7370befe6585e449be637342e
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Jun 29 13:39:31 2022 +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 0fa09055..d1651aa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.4.0</version>
+  <version>3.4.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>
@@ -44,7 +44,7 @@ under the License.
     
<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>
     
<url>https://github.com/apache/maven-assembly-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-assembly-plugin-3.4.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -70,7 +70,7 @@ under the License.
     <surefire.version>3.0.0-M6</surefire.version>
     <testOutputToFile>true</testOutputToFile>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder,JavadocMethod</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2022-06-29T11:38:56Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2022-06-29T11:39:31Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>

Reply via email to