From 9ecaab504c8f8ab4804aa9015979ad19909c76a5 Mon Sep 17 00:00:00 2001 From: timothy65535 Date: Tue, 14 Sep 2021 16:40:44 +0800 Subject: [PATCH] [KYUUBI #1098] Remove old updateReleaseInfo parameter ### _Why are the changes needed?_ Remove old updateReleaseInfo parameter: - Intelij Idea display error msg. - https://github.com/apache/maven-deploy-plugin/pull/4 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1098 from timothy65535/removeinfo. Closes #1098 7ed32292 [timothy65535] Remove old updateReleaseInfo parameter Authored-by: timothy65535 Signed-off-by: ulysses-you --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 221275296..927e13816 100644 --- a/pom.xml +++ b/pom.xml @@ -1920,9 +1920,6 @@ org.apache.maven.plugins maven-deploy-plugin true - - true - org.apache.maven.plugins