This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2cdad7a [maven-release-plugin] prepare for next development iteration
2cdad7a is described below
commit 2cdad7abd584a5804503bda5311f9893111c1651
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Nov 24 21:16:28 2025 +0100
[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 61871d7..cae5256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-doap-plugin</artifactId>
- <version>3.0.0-M1</version>
+ <version>3.0.0-M2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven DOAP Plugin</name>
@@ -41,7 +41,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doap-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doap-plugin.git</developerConnection>
- <tag>maven-doap-plugin-3.0.0-M1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-doap-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -65,7 +65,7 @@ under the License.
<scmVersion>2.2.1</scmVersion>
<resolverVersion>1.4.1</resolverVersion>
<checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
-
<project.build.outputTimestamp>2025-11-24T20:16:13Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-24T20:16:28Z</project.build.outputTimestamp>
</properties>
<dependencies>