This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 7e0fa3ec52 [MNG-7807] Super POM plugin updates (#1152)
7e0fa3ec52 is described below
commit 7e0fa3ec529af39ab41ad9dfac2b7ddb8539d77d
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jun 12 11:18:41 2023 +0200
[MNG-7807] Super POM plugin updates (#1152)
Changes:
* antrun: 1.3 -> 3.1.0
* assembly: 2.2-beta-5 -> 3.6.0
* dependency: 2.8 -> 3.6.0
* release: 2.5.3 -> 3.0.1 (and removed config)
---
https://issues.apache.org/jira/browse/MNG-7807
---
.../src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index b19a7d7b7a..10ca16375b 100644
---
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -74,19 +74,19 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
+ <version>3.6.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.8</version>
+ <version>3.6.0</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
+ <version>3.0.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -137,9 +137,6 @@ under the License.
<plugin>
<inherited>true</inherited>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <updateReleaseInfo>true</updateReleaseInfo>
- </configuration>
</plugin>
</plugins>
</build>