Skip to content

Commit c01de15

Browse files
committed
For feature #12866
1 parent 64200b1 commit c01de15

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.silverpeas</groupId>
3232
<artifactId>silverpeas-project</artifactId>
33-
<version>1.5</version>
33+
<version>1.6-SNAPSHOT</version>
3434
</parent>
3535

3636
<packaging>pom</packaging>
@@ -81,7 +81,7 @@
8181
<next.release>6.4</next.release>
8282
<core.version>${project.version}</core.version>
8383
<components.version>${project.version}</components.version>
84-
<jackrabbit.version>2.20.5</jackrabbit.version>
84+
<jcr.version>1.0-SNAPSHOT</jcr.version>
8585
</properties>
8686

8787
<dependencies>
@@ -731,12 +731,11 @@
731731
<version>${core.version}</version>
732732
</dependency>
733733

734-
<!-- Jackrabbit JCA -->
734+
<!-- JCR -->
735735
<dependency>
736736
<groupId>org.silverpeas.jcr</groupId>
737-
<artifactId>jackrabbit-jca</artifactId>
738-
<version>${jackrabbit.version}</version>
739-
<type>rar</type>
737+
<artifactId>silverpeas-jcr</artifactId>
738+
<version>${jcr.version}</version>
740739
</dependency>
741740

742741
<!-- JDBC drivers -->

0 commit comments

Comments
 (0)