Repository: openmeetings Updated Branches: refs/heads/3.3.x 86faa760f -> 9029ff050
no jira: maven-war plugin version is changed back to 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/9029ff05 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/9029ff05 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/9029ff05 Branch: refs/heads/3.3.x Commit: 9029ff050a8c5ee9e671a0e946772cfd5f9d0999 Parents: 86faa76 Author: Maxim Solodovnik <[email protected]> Authored: Fri May 19 10:38:39 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Fri May 19 10:38:39 2017 +0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/9029ff05/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7855c57..09e5974 100644 --- a/pom.xml +++ b/pom.xml @@ -866,7 +866,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.1.0</version> + <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
