This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 1665f0a44a3c95f393c1833828d5d63b8e273a1d
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Mon Jun 28 11:31:29 2021 +0300

    Set maven-war-plugin version (it's used in a tutorial)
    
    (cherry picked from commit 056ce2a1ec10578d163514728763ffb2cd37af6c)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 53bb99e..7e1b172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,6 +856,11 @@
                     <artifactId>docker-maven-plugin</artifactId>
                     <version>0.29.0</version>
                 </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-war-plugin</artifactId>
+                                       <version>3.3.1</version>
+                               </plugin>
             </plugins>
                </pluginManagement>
 

Reply via email to