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/11/13 01:15:37 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2455] resources plugin is downgraded

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 d46d89c  [OPENMEETINGS-2455] resources plugin is downgraded
d46d89c is described below

commit d46d89cd04017ab68a70a534de4dc54bc5dd9cb4
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Nov 13 08:15:19 2020 +0700

    [OPENMEETINGS-2455] resources plugin is downgraded
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b73a3e..a304b68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
 		<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>3.0.0</maven-antrun-plugin.version>
-		<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
+		<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
 		<replacer.version>1.5.3</replacer.version>
 		<xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
 		<saxon.version>8.7</saxon.version>