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-jdeprscan-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7b571ef [maven-release-plugin] prepare for next development iteration
7b571ef is described below
commit 7b571ef7eae0b7771c8c3b4df8f8db6b4766047f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 01:07:24 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 c300711..bbb92e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-jdeprscan-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven JDeprScan Plugin</name>
@@ -42,7 +42,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git</developerConnection>
- <tag>maven-jdeprscan-plugin-3.0.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-jdeprscan-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -63,7 +63,7 @@ under the License.
<properties>
<mavenVersion>3.9.12</mavenVersion>
<javaVersion>8</javaVersion>
-
<project.build.outputTimestamp>2025-12-22T00:07:11Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-22T00:07:24Z</project.build.outputTimestamp>
</properties>
<dependencies>