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 955d273 [maven-release-plugin] prepare release
maven-scm-publish-plugin-3.2.0
955d273 is described below
commit 955d2730cd54582af7d24d3ddd4701dd6e6fa12d
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Mar 26 19:35:08 2023 +0200
[maven-release-plugin] prepare release maven-scm-publish-plugin-3.2.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 52de47b..6f4b58c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.0.0</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.0</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>2020-12-23T07:12:37Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-03-26T17:34:56Z</project.build.outputTimestamp>
</properties>
<dependencies>