[maven-release-plugin] prepare release maven-patch-plugin-1.3
diff --git a/pom.xml b/pom.xml
index eefc5f9..09978d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</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 @@
<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 @@
<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>