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-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5c21ee8 [maven-release-plugin] prepare for next development iteration
5c21ee8 is described below
commit 5c21ee89c16d128c65a2adc773b01c395cee4696
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 01:54:55 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 a55a663..44b91d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-jmod-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven JMod Plugin</name>
@@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git</developerConnection>
- <tag>maven-jmod-plugin-3.0.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-jmod-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -63,7 +63,7 @@
<properties>
<mavenVersion>3.9.12</mavenVersion>
<javaVersion>8</javaVersion>
-
<project.build.outputTimestamp>2025-12-22T00:54:41Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-22T00:54:55Z</project.build.outputTimestamp>
<version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>