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

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


The following commit(s) were added to refs/heads/master by this push:
     new 056ce2a  Set maven-war-plugin version (it's used in a tutorial)
056ce2a is described below

commit 056ce2a1ec10578d163514728763ffb2cd37af6c
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Jun 28 11:31:29 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 059d832..f739e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -874,6 +874,11 @@
                     <artifactId>docker-maven-plugin</artifactId>
                     <version>0.33.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