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-patch-plugin.git


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

commit 536543fa9620e53fd39c45416e9d9825c8270b46
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Tue Dec 10 23:06:08 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index eefc5f9..09978d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-patch-plugin</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Patch Plugin (RETIRED)</name>
@@ -47,7 +47,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-patch-plugin-1.3</tag>
     
<url>https://github.com/apache/maven-patch-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -67,7 +67,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.6.3</mavenVersion>
-    
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-12-10T22:06:05Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to