Author: fmeschbe
Date: Mon Sep 13 14:39:35 2010
New Revision: 996558
URL: http://svn.apache.org/viewvc?rev=996558&view=rev
Log:
SLING-1752 Increment micro version of the spi package export because we added a
new method to the AbstractAuthenticationHandler
Modified:
sling/trunk/bundles/auth/core/pom.xml
Modified: sling/trunk/bundles/auth/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=996558&r1=996557&r2=996558&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Mon Sep 13 14:39:35 2010
@@ -68,7 +68,7 @@
</Bundle-DocURL>
<Export-Package>
org.apache.sling.auth.core;version=1.0.0,
- org.apache.sling.auth.core.spi;version=1.0.0,
+ org.apache.sling.auth.core.spi;version=1.0.1,
org.apache.sling.engine.auth;version=2.0.6
</Export-Package>
<Import-Package>