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 0d1a9cc [maven-release-plugin] prepare for next development iteration
0d1a9cc is described below
commit 0d1a9ccf93063cfc3294befea45d23febebac736
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue May 19 20:54:53 2026 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 530beae..cb86162 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</version>
+ <version>3.0.0-M3-SNAPSHOT</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>maven-changelog-plugin-3.0.0-M2</tag>
+ <tag>HEAD</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>2026-05-19T18:54:37Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-19T18:54:53Z</project.build.outputTimestamp>
</properties>
<dependencies>