This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push: new 3c986dc [MPOM-332] Remove outdated m-deploy-p configuration 3c986dc is described below commit 3c986dca966f12db3d6d585863fda0fc7823b9fc Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed May 24 00:21:56 2023 +0200 [MPOM-332] Remove outdated m-deploy-p configuration There is no parameter updateReleaseInfo in current plugin version --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 90ae426..9bffda6 100644 --- a/pom.xml +++ b/pom.xml @@ -416,15 +416,6 @@ under the License. </execution> </executions> </plugin> - <!-- We want to deploy the artifact to a staging location for perusal --> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <updateReleaseInfo>true</updateReleaseInfo> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>