This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 2445f3a9031e97e7a8707e88c5739c6e8d387a91
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Fri May 29 13:56:40 2020 +0200

    chore(build): remove updateReleaseInfo option from maven-deploy-plugin 
configuration as it does not exists anymore
---
 camel-k-runtime-bom/pom.xml | 3 ---
 pom.xml                     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml
index 8179692..c3c4dd5 100644
--- a/camel-k-runtime-bom/pom.xml
+++ b/camel-k-runtime-bom/pom.xml
@@ -338,9 +338,6 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-deploy-plugin</artifactId>
                         <version>3.0.0-M1</version>
-                        <configuration>
-                            <updateReleaseInfo>true</updateReleaseInfo>
-                        </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 5d4f985..5914337 100644
--- a/pom.xml
+++ b/pom.xml
@@ -698,9 +698,6 @@
                         <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>

Reply via email to