This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c35d070 [maven-release-plugin] prepare release
maven-scm-publish-plugin-3.2.1
c35d070 is described below
commit c35d070cfaf94ba16c65c814844d23dddee6e41f
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Mar 26 19:41:22 2023 +0200
[maven-release-plugin] prepare release maven-scm-publish-plugin-3.2.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 44fd32a..f0d801a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven SCM Publish Plugin</name>
@@ -46,7 +46,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>maven-scm-publish-plugin-3.2.1</tag>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -77,7 +77,7 @@ under the License.
<!-- for documentation purpose -->
<maven-scm-provider-svnjava-version>2.0.6</maven-scm-provider-svnjava-version>
<svnkit-version>1.7.11</svnkit-version>
-
<project.build.outputTimestamp>2023-03-26T17:35:16Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-03-26T17:38:39Z</project.build.outputTimestamp>
</properties>
<dependencies>