You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/08/12 04:08:28 UTC

[tika] branch branch_1x updated: TIKA-3793: update jackrabbit and set variable

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

tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new d31229844 TIKA-3793: update jackrabbit and set variable
d31229844 is described below

commit d312298443a86b00b41e747e46183a36e81beaff
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Aug 12 06:07:27 2022 +0200

    TIKA-3793: update jackrabbit and set variable
---
 tika-example/pom.xml | 4 ++--
 tika-parent/pom.xml  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index e3c50211c..c222c9dfa 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>2.21.11</version>
+      <version>${jackrabbit.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>2.21.11</version>
+      <version>${jackrabbit.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 99d439079..0c980df55 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -297,6 +297,7 @@
     <!-- 2.0.0 doesn't work with jdk8 -->
     <opennlp.version>1.9.4</opennlp.version>
     <xerces.version>2.12.2</xerces.version>
+    <jackrabbit.version>2.21.12</jackrabbit.version>
   </properties>
   <dependencyManagement>
     <dependencies>