This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new b72b1a48d ATLAS-4942: Upgrade maven-war-plugin version from 2.6 to
3.4.0
b72b1a48d is described below
commit b72b1a48dc91064e9b439e703947caa4187ae6e5
Author: Pinal Shah <[email protected]>
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 <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fd33bfd82..2683c7074 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>