This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e1a0c21 [maven-release-plugin] prepare release
maven-changelog-plugin-3.0.0-M2
e1a0c21 is described below
commit e1a0c21c8e4b6aab819e2c277994a217ae697646
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue May 19 20:54:44 2026 +0200
[maven-release-plugin] prepare release maven-changelog-plugin-3.0.0-M2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 252f80a..530beae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-changelog-plugin</artifactId>
- <version>3.0.0-M2-SNAPSHOT</version>
+ <version>3.0.0-M2</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Changelog Plugin</name>
@@ -125,7 +125,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>maven-changelog-plugin-3.0.0-M2</tag>
<url>https://github.com/apache/maven-changelog-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -150,7 +150,7 @@ under the License.
<mavenVersion>3.9.16</mavenVersion>
<!-- used in ITs -->
<sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
-
<project.build.outputTimestamp>2024-12-30T15:52:19Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-19T18:54:37Z</project.build.outputTimestamp>
</properties>
<dependencies>