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:21 UTC

[syncope] branch 2_0_X 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 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


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

commit 06cbee1b647f24554cc7a9f5926f70fce6fd3352
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 b43224c..d379331 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
     <commons-collection.version>4.1</commons-collection.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>
 
@@ -1939,7 +1939,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>