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