You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/11/13 22:12:15 UTC

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

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

sjaranowski 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 4a985dc  [maven-release-plugin] prepare release maven-install-plugin-3.1.0
4a985dc is described below

commit 4a985dc3097a15f74b53df2e4829bf80dfd2d2ef
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Nov 13 23:12:11 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 0dc36d7..f6ad057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.1.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.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -78,7 +78,7 @@
     <mavenSourcePluginVersion>3.2.1</mavenSourcePluginVersion>
     <mavenSurefirePluginVersion>3.0.0-M7</mavenSurefirePluginVersion>
 
-    <project.build.outputTimestamp>2022-07-19T14:21:53Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-13T22:11:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>