You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/12/16 22:47:26 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: Changed the unstable Jackrabbit back to a stable version (2.18.x)

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

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new f28e372  Changed the unstable Jackrabbit back to a stable version (2.18.x)
f28e372 is described below

commit f28e3727c26bcd17dfda8defe657e436ccb57458
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Mon Dec 16 14:47:07 2019 -0800

    Changed the unstable Jackrabbit back to a stable version (2.18.x)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 055254b..858351f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,6 @@
     <sling.java.version>8</sling.java.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <picocli.version>3.6.0</picocli.version>
-    <org.apache.jackrabbit.vault.version>3.2.8</org.apache.jackrabbit.vault.version>
-    <jackrabbit-spi-commons.version>2.19.5</jackrabbit-spi-commons.version>
     <commons-io.version>2.6</commons-io.version>
     <org.apache.sling.feature.version>1.1.0</org.apache.sling.feature.version>
     <org.apache.sling.feature.io.version>1.1.0</org.apache.sling.feature.io.version>
@@ -48,7 +46,9 @@
     <org.osgi.annotation.versioning.version>1.0.0</org.osgi.annotation.versioning.version>
     <osgi.core.version>6.0.0</osgi.core.version>
     <org.apache.felix.configadmin.version>1.9.16</org.apache.felix.configadmin.version>
-    <jackrabbit-api.version>2.19.3</jackrabbit-api.version>
+    <org.apache.jackrabbit.vault.version>3.2.8</org.apache.jackrabbit.vault.version>
+    <jackrabbit-api.version>2.18.4</jackrabbit-api.version>
+    <jackrabbit-spi-commons.version>2.18.4</jackrabbit-spi-commons.version>
     <plexus-archiver.version>4.1.0</plexus-archiver.version>
     <plexus-utils.version>3.2.1</plexus-utils.version>
     <plexus-io.version>3.1.1</plexus-io.version>