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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d3c7da0  [maven-release-plugin] prepare release 
maven-artifact-plugin-3.0.0
d3c7da0 is described below

commit d3c7da0638ba93252c97d327d3eb6648dd43318c
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Feb 14 22:57:06 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 6c87fb8..64a835e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-artifact-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Artifact Plugin</name>
@@ -44,7 +44,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</developerConnection>
     
<url>https://github.com/apache/maven-artifact-plugin/tree/${project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>maven-artifact-plugin-3.0.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -64,7 +64,7 @@
   <properties>
     <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
-    
<project.build.outputTimestamp>2021-01-26T23:52:19Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2021-02-14T21:57:01Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to