You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/06/10 08:15:54 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2296] maven-war-plugin update is reverted

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b24687c  [OPENMEETINGS-2296] maven-war-plugin update is reverted
b24687c is described below

commit b24687cbe2b4027e9d43844e3180de807086881c
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Jun 10 15:15:39 2020 +0700

    [OPENMEETINGS-2296] maven-war-plugin update is reverted
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 81ad46f..22fd08d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 		<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
 		<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
 		<maven-bundle-plugin.version>4.2.1</maven-bundle-plugin.version>
-		<maven-war-plugin.version>3.3.0</maven-war-plugin.version>
+		<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
 		<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
 		<wagon-maven-plugin.version>2.0.0</wagon-maven-plugin.version>
 		<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>