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 2023/02/06 12:43:42 UTC

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


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

commit 1ef96fc4be5ee1837a0bb32b1f7f391f3a9c22d4
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Feb 6 13:43:27 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index de5f87b..be639a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-deploy-plugin</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Deploy Plugin</name>
@@ -49,7 +49,7 @@ under the License.
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-deploy-plugin-3.1.0</tag>
     <url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -88,7 +88,7 @@ under the License.
     <mavenSurefirePluginVersion>${surefire.version}</mavenSurefirePluginVersion>
     <mavenWarPluginVersion>3.3.2</mavenWarPluginVersion>
 
-    <project.build.outputTimestamp>2023-01-23T18:00:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-06T12:43:17Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>