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 53cb318 [maven-release-plugin] prepare release
maven-scm-publish-plugin-3.3.0
53cb318 is described below
commit 53cb31898894b5c20f324e7aaf1ca3f2472baf22
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Jun 16 22:16:47 2024 +0200
[maven-release-plugin] prepare release maven-scm-publish-plugin-3.3.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d16a31..dadef15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.3.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.3.0</tag>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -73,7 +73,7 @@ under the License.
<antrunPluginVersion>3.1.0</antrunPluginVersion>
<projectInfoReportsPluginVersion>3.6.0</projectInfoReportsPluginVersion>
<javadocPluginVersion>3.7.0</javadocPluginVersion>
-
<project.build.outputTimestamp>2023-03-26T17:41:30Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-06-16T20:16:33Z</project.build.outputTimestamp>
</properties>
<dependencies>