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 e43daf6 [maven-release-plugin] prepare release maven-jmod-plugin-3.0.0
e43daf6 is described below
commit e43daf6472715fe23b316b131adb3c663d859e5f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 01:54:45 2025 +0100
[maven-release-plugin] prepare release maven-jmod-plugin-3.0.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 284d055..a55a663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-jmod-plugin</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</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>HEAD</tag>
+ <tag>maven-jmod-plugin-3.0.0</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>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-22T00:54:41Z</project.build.outputTimestamp>
<version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>