This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 6d0a55addc Revert "Remove maven-deploy-plugin configuration deprecated
since maven 3 (#5793)"
6d0a55addc is described below
commit 6d0a55addc44b541291214e8c8c4dfcf18745f94
Author: aldettinger <[email protected]>
AuthorDate: Thu Mar 21 11:57:48 2024 +0100
Revert "Remove maven-deploy-plugin configuration deprecated since maven 3
(#5793)"
This reverts commit 7d18210543c06d968eee177060978153c82c800b.
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 91c5aed301..fd4dd82019 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,6 +1082,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
+ <configuration>
+ <updateReleaseInfo>true</updateReleaseInfo>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>