You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/12/24 06:02:19 UTC

[syncope] branch master updated: Upgrading Tika and maven-jar-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new f71622e  Upgrading Tika and maven-jar-plugin
f71622e is described below

commit f71622e87f1e72f3888f3d95aa2569e098c85da9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 24 07:01:14 2018 +0100

    Upgrading Tika and maven-jar-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5dd6c7a..b9b81d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@ under the License.
     <commons-text.version>1.6</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.19.1</tika.version>
+    <tika.version>1.20</tika.version>
 
     <joda.version>2.10.1</joda.version>
 
@@ -1824,7 +1824,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.1.1</version>
         </plugin>
         
         <plugin>