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/13 16:39:35 UTC

svn commit: r996558 - /sling/trunk/bundles/auth/core/pom.xml

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>