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 2010/09/07 09:28:10 UTC

svn commit: r993254 - /sling/trunk/bundles/auth/form/pom.xml

Author: fmeschbe
Date: Tue Sep  7 07:28:10 2010
New Revision: 993254

URL: http://svn.apache.org/viewvc?rev=993254&view=rev
Log:
Use released version of auth/core dependency

Modified:
    sling/trunk/bundles/auth/form/pom.xml

Modified: sling/trunk/bundles/auth/form/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form/pom.xml?rev=993254&r1=993253&r2=993254&view=diff
==============================================================================
--- sling/trunk/bundles/auth/form/pom.xml (original)
+++ sling/trunk/bundles/auth/form/pom.xml Tue Sep  7 07:28:10 2010
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.auth.core</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>