Skip to content

Commit efd1217

Browse files
committed
Based on Jackrabbit 2.18.4
1 parent 55b2ca7 commit efd1217

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
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.18.3-SNAPSHOT</version>
28+
<version>2.18.4-SNAPSHOT</version>
2929
<name>Jackrabbit JCA Resource Adapter</name>
3030
<url>http://www.silverpeas.org</url>
3131

@@ -76,11 +76,11 @@
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.18.3</next.release>
79+
<next.release>2.18.4</next.release>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81-
<jackrabbit.version>2.18.2</jackrabbit.version>
81+
<jackrabbit.version>2.18.4</jackrabbit.version>
8282
<tika.version>1.22</tika.version>
83-
<silverpeas-jca.version>1.2</silverpeas-jca.version>
83+
<silverpeas-jca.version>1.3-build191120</silverpeas-jca.version>
8484
</properties>
8585

8686
<build>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-jarsigner-plugin</artifactId>
107-
<version>3.0.0</version>
107+
<version>3.6.2</version>
108108
</plugin>
109109
</plugins>
110110
</pluginManagement>

0 commit comments

Comments
 (0)