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:27:15 UTC

svn commit: r993252 - /sling/trunk/bundles/auth/openid/pom.xml

Author: fmeschbe
Date: Tue Sep  7 07:27:15 2010
New Revision: 993252

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

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

Modified: sling/trunk/bundles/auth/openid/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/openid/pom.xml?rev=993252&r1=993251&r2=993252&view=diff
==============================================================================
--- sling/trunk/bundles/auth/openid/pom.xml (original)
+++ sling/trunk/bundles/auth/openid/pom.xml Tue Sep  7 07:27:15 2010
@@ -107,7 +107,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>