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

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

commit da15f2a31cafe0e8546851200c07ed7e5b459450
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Mon Apr 27 19:26:58 2020 +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 c152800..a94a71f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>
@@ -43,7 +43,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.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -68,7 +68,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <testOutputToFile>true</testOutputToFile>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder,JavadocMethod</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2020-04-27T17:26:19Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2020-04-27T17:26:57Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>

Reply via email to