This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 931bc2d8a9 HDDS-13243. copy-rename-maven-plugin version is missing
(#8605)
931bc2d8a9 is described below
commit 931bc2d8a9e8e8595bb49034c03c14e2b15be865
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jun 11 22:13:09 2025 +0200
HDDS-13243. copy-rename-maven-plugin version is missing (#8605)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3db8704aeb..4923db9204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1718,6 +1718,11 @@
<build>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>com.coderplus.maven.plugins</groupId>
+ <artifactId>copy-rename-maven-plugin</artifactId>
+ <version>${copy-rename-maven-plugin.version}</version>
+ </plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]