@releng r2f dependency updated to the promoted bundle
diff --git a/pom.xml b/pom.xml
index b7bd025..b1d0ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,12 +59,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.r2f</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
             <version>1.0.4</version>
             <scope>provided</scope>
@@ -75,5 +69,11 @@
             <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.feature.r2f</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 </project>