You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/06/27 22:01:52 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch r2f updated: @releng r2f dependency updated to the promoted bundle

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

simonetripodi pushed a commit to branch r2f
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git


The following commit(s) were added to refs/heads/r2f by this push:
     new 7d681c8  @releng r2f dependency updated to the promoted bundle
7d681c8 is described below

commit 7d681c8e136c13782ad9f12f6698b4ae50818b17
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Fri Jun 28 00:01:46 2019 +0200

    @releng r2f dependency updated to the promoted bundle
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7bd025..b1d0ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,20 +59,20 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.r2f</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <artifactId>org.apache.sling.feature</artifactId>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature</artifactId>
+            <artifactId>org.apache.sling.feature.io</artifactId>
             <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.0.4</version>
+            <artifactId>org.apache.sling.feature.r2f</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>