This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 184cc3816 ATLAS-4942: Upgrade maven-war-plugin version from 2.6 to 3.4.0 184cc3816 is described below commit 184cc38164992f2063934bf746a3f81b153f154f Author: Pinal Shah <pinal.s...@freestoneinfotech.com> AuthorDate: Thu Dec 12 11:27:51 2024 +0700 ATLAS-4942: Upgrade maven-war-plugin version from 2.6 to 3.4.0 Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> (cherry picked from commit b72b1a48dc91064e9b439e703947caa4187ae6e5) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ccd6225f2..762b6f4a1 100644 --- a/pom.xml +++ b/pom.xml @@ -1153,7 +1153,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> + <version>3.4.0</version> </plugin> <plugin>