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 2017/10/06 10:54:43 UTC

openmeetings git commit: [OPENMEETINGS-980] war plugin version is reverted

Repository: openmeetings
Updated Branches:
  refs/heads/master 8accd70c3 -> 56dd77e52


[OPENMEETINGS-980] war plugin version is reverted


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/56dd77e5
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/56dd77e5
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/56dd77e5

Branch: refs/heads/master
Commit: 56dd77e52d01ae81797647e061d87b4f02dfc7e6
Parents: 8accd70
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Fri Oct 6 17:54:34 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Fri Oct 6 17:54:34 2017 +0700

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/56dd77e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eacb42d..0d72595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
 		<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
 		<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
 		<maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
+		<maven-war-plugin.version>3.0.0</maven-war-plugin.version> <!-- 3.1.0 is broken https://issues.apache.org/jira/browse/MWAR-407 -->
 		<!-- dependency versions -->
 		<junit.version>4.12</junit.version>
 		<wicket.version>8.0.0-SNAPSHOT</wicket.version>
@@ -974,7 +975,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>3.1.0</version>
+					<version>${maven-war-plugin.version}</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>