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:10 UTC

[maven-rar-plugin] branch master updated: [maven-release-plugin] prepare release maven-rar-plugin-3.0.0

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 85895e4  [maven-release-plugin] prepare release maven-rar-plugin-3.0.0
85895e4 is described below

commit 85895e4c968a3cbfcfd8e057d26e1e1b5efc5033
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Jul 17 18:40:58 2022 +0200

    [maven-release-plugin] prepare release maven-rar-plugin-3.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0ed3dd..e6132ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-rar-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</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>HEAD</tag>
+    <tag>maven-rar-plugin-3.0.0</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>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-17T16:40:52Z</project.build.outputTimestamp>
   </properties>  
 
   <dependencies>