Skip to content

Commit 0ce9f4b

Browse files
committed
Upgrade for Jackrabbit 2.20.4 and for Tika 1.28.1
1 parent 9931e5d commit 0ce9f4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.silverpeas.jcr</groupId>
2626
<artifactId>jackrabbit-jca</artifactId>
2727
<packaging>rar</packaging>
28-
<version>2.20.3-SNAPSHOT</version>
28+
<version>2.20.4-SNAPSHOT</version>
2929
<name>Jackrabbit JCA Resource Adapter</name>
3030
<url>https://www.silverpeas.org</url>
3131

@@ -76,10 +76,10 @@
7676

7777
<properties>
7878
<!-- property used by the CI to both deploy a build version and release the next stable version -->
79-
<next.release>2.20.3</next.release>
79+
<next.release>2.20.4</next.release>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81-
<jackrabbit.version>2.20.3</jackrabbit.version>
82-
<tika.version>1.27</tika.version>
81+
<jackrabbit.version>2.20.4</jackrabbit.version>
82+
<tika.version>1.28.1</tika.version>
8383
<silverpeas-jca.version>1.4</silverpeas-jca.version>
8484
</properties>
8585

0 commit comments

Comments
 (0)