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 66e8528d0 ATLAS-4942: Upgrade maven-war-plugin version from 2.6 to
3.4.0
66e8528d0 is described below
commit 66e8528d05556db93c2e3ac076615f1517043d57
Author: Pinal Shah <[email protected]>
AuthorDate: Thu Dec 12 11:18:34 2024 +0700
ATLAS-4942: Upgrade maven-war-plugin version from 2.6 to 3.4.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ccd6225f2..2683c7074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>apache-atlas</name>
@@ -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>