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/16 16:04:28 UTC

[maven-install-plugin] branch master updated: [maven-release-plugin] prepare release maven-install-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-install-plugin.git


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

commit 10a9d7ad850e127b2786bf2e6c21cae0a4fb31b8
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Jul 16 18:04:14 2022 +0200

    [maven-release-plugin] prepare release maven-install-plugin-3.0.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e556d80..edab7d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>36</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.0-M2-SNAPSHOT</version>
+  <version>3.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Install Plugin</name>
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-install-plugin-3.0.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -67,7 +67,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion> <!-- Maven bound -->
     <slf4jVersion>1.7.5</slf4jVersion> <!-- Maven bound -->
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-16T16:04:08Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>