You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/17 16:41:25 UTC

[maven-rar-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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


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

commit 23fe250fec9be88c3dcf52269c9d2818ab9fa5d2
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Jul 17 18:41:19 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 e6132ad..50b050a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-rar-plugin</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven RAR Plugin</name>
@@ -45,7 +45,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-rar-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-rar-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-rar-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-rar-plugin-3.0.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -74,7 +74,7 @@ under the License.
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.3.9</mavenVersion>
-    <project.build.outputTimestamp>2022-07-17T16:40:52Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-17T16:41:19Z</project.build.outputTimestamp>
   </properties>  
 
   <dependencies>