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 2023/05/16 02:06:37 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2770] maven-assembly-plugin, tika

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 5d9e8fb5f [OPENMEETINGS-2770] maven-assembly-plugin, tika
5d9e8fb5f is described below

commit 5d9e8fb5fd77c382a43eab696037ea3b17df5701
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue May 16 09:06:28 2023 +0700

    [OPENMEETINGS-2770] maven-assembly-plugin, tika
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5fcd0d18e..4271ebdbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 		<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
 		<maven-project-info-reports-plugin.version>3.4.3</maven-project-info-reports-plugin.version>
 		<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
-		<maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
+		<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
 		<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>
 		<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
 		<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
@@ -115,7 +115,7 @@
 		<xstream.version>1.4.20</xstream.version>
 		<api-all.version>2.1.3</api-all.version>
 		<caldav4j.version>1.0.5</caldav4j.version>
-		<tika-parsers.version>2.7.0</tika-parsers.version>
+		<tika-parsers.version>2.8.0</tika-parsers.version>
 		<slf4j.version>2.0.7</slf4j.version>
 		<logback.version>1.4.7</logback.version>
 		<jetty.version>9.4.51.v20230217</jetty.version>