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-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 115f6e3 [maven-release-plugin] prepare release
maven-jdeps-plugin-3.2.0
115f6e3 is described below
commit 115f6e3fa8fa802e4a2f116c798c49f534c35b5c
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 28 19:59:54 2025 +0100
[maven-release-plugin] prepare release maven-jdeps-plugin-3.2.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ba2c730..51d13f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-jdeps-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven JDeps Plugin</name>
@@ -48,7 +48,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>maven-jdeps-plugin-3.2.0</tag>
<url>https://github.com/apache/maven-jdeps-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -69,7 +69,7 @@ under the License.
<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-28T18:59:49Z</project.build.outputTimestamp>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
</properties>