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 9fa8665  [maven-release-plugin] prepare for next development iteration
9fa8665 is described below

commit 9fa86652306d000326db57cc66b39ef978f87e3d
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 28 20:00:01 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 51d13f2..f49c72a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-jdeps-plugin</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.1-SNAPSHOT</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>maven-jdeps-plugin-3.2.0</tag>
+    <tag>HEAD</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>2025-12-28T18:59:49Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-12-28T19:00:01Z</project.build.outputTimestamp>
 
     <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
   </properties>

Reply via email to