This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-source-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
The following commit(s) were added to refs/heads/maven-source-plugin-3.x by
this push:
new 292c1ce Use plexus-utils version from parent
292c1ce is described below
commit 292c1ce3a0266e56e7299457c7f6ac0e913b38b4
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Nov 22 23:07:54 2025 +0100
Use plexus-utils version from parent
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 422ed57..d1803fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.6.0</version>
</dependency>
<dependency>