You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:49:15 UTC

[sling-org-apache-sling-jcr-repoinit] 32/43: SLING-5800 - depend on related releases while releasing this module

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

rombert pushed a commit to annotated tag org.apache.sling.jcr.repoinit-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git

commit 7b78070117b6fc17a1612027c271ec999f6cbafc
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jun 21 14:43:58 2016 +0000

    SLING-5800 - depend on related releases while releasing this module
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/oak-jcr@1749538 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e91d7d..f8380dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,13 +103,13 @@
      <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.repoinit.parser</artifactId>
-	  <version>0.0.1-SNAPSHOT</version>
-	  <scope>provided</scope>
+      <version>1.0.0</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.jcr.api</artifactId>
-      <version>2.4.1-SNAPSHOT</version>
+      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.