You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/02/11 03:14:56 UTC

svn commit: r908799 - /sling/trunk/bundles/jcr/api/pom.xml

Author: justin
Date: Thu Feb 11 02:14:56 2010
New Revision: 908799

URL: http://svn.apache.org/viewvc?rev=908799&view=rev
Log:
correcting jcr.api package version

Modified:
    sling/trunk/bundles/jcr/api/pom.xml

Modified: sling/trunk/bundles/jcr/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/api/pom.xml?rev=908799&r1=908798&r2=908799&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/api/pom.xml (original)
+++ sling/trunk/bundles/jcr/api/pom.xml Thu Feb 11 02:14:56 2010
@@ -57,7 +57,7 @@
                         </Bundle-Category>
                         <Export-Package>
                             <!-- Export provider API selectively -->
-                            org.apache.sling.jcr.api;version=2.0.4
+                            org.apache.sling.jcr.api;version=2.0.8
                         </Export-Package>
                     </instructions>
                 </configuration>