This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch 4.0.x in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit 2716d75af0b11b6f75cf434664c1ce6badae8d61 Author: Maxim Solodovnik <[email protected]> AuthorDate: Sun Apr 15 20:50:56 2018 +0700 [OPENMEETINGS-1872] clean plugin version is updated --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a6b29b..59e2abe 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version> <maven-bundle-plugin.version>3.5.0</maven-bundle-plugin.version> <maven-war-plugin.version>3.2.0</maven-war-plugin.version> + <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> <!-- dependency versions --> <junit.version>4.12</junit.version> <wicket.version>8.0.0-M9</wicket.version> @@ -1029,7 +1030,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> + <version>${maven-clean-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.rat</groupId> -- To stop receiving notification emails like this one, please contact [email protected].
