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/19 14:21:44 UTC

[maven-install-plugin] branch master updated: [maven-release-plugin] prepare release maven-install-plugin-3.0.1

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 9f77fb9  [maven-release-plugin] prepare release maven-install-plugin-3.0.1
9f77fb9 is described below

commit 9f77fb95ab2a95b1d8d0c34c39c6f088f9f690ab
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Jul 19 16:21:17 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 4f69eb0..2092e58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.0.1</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.1</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>2022-07-16T16:04:44Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-19T14:21:09Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>