You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2014/01/23 13:04:49 UTC

svn commit: r1560649 - /sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml

Author: fmeschbe
Date: Thu Jan 23 12:04:48 2014
New Revision: 1560649

URL: http://svn.apache.org/r1560649
Log:
FeatureFlags Prototype: Reduce minimal required dependency versions

Modified:
    sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml

Modified: sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml?rev=1560649&r1=1560648&r2=1560649&view=diff
==============================================================================
--- sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml (original)
+++ sling/whiteboard/fmeschbe/featureflags/feature-flags/pom.xml Thu Jan 23 12:04:48 2014
@@ -43,13 +43,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.4.3-SNAPSHOT</version>
+            <version>2.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
-            <version>2.2.0</version>
+            <version>2.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>