Author: fmeschbe
Date: Mon Aug 23 16:36:21 2010
New Revision: 988196
URL: http://svn.apache.org/viewvc?rev=988196&view=rev
Log:
use Auth Core, Form, OpenID 1.0.0 to prepare the release
Modified:
sling/trunk/bundles/auth/selector/pom.xml
Modified: sling/trunk/bundles/auth/selector/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/selector/pom.xml?rev=988196&r1=988195&r2=988196&view=diff
==============================================================================
--- sling/trunk/bundles/auth/selector/pom.xml (original)
+++ sling/trunk/bundles/auth/selector/pom.xml Mon Aug 23 16:36:21 2010
@@ -91,28 +91,28 @@
</plugins>
</reporting>
<dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
- <dependency>
+ <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>
+ <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.auth.form</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.auth.openid</artifactId>
- <version>0.9.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -121,11 +121,11 @@
<version>2.0.2-incubator</version>
<scope>provided</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>