Author: fmeschbe
Date: Thu Aug 12 15:02:17 2010
New Revision: 984817
URL: http://svn.apache.org/viewvc?rev=984817&view=rev
Log:
SLING-1647 Expose o.a.s.jcr.resource API as fixed version 2.1 (instead of
refering to the project version which is a moving target)
Modified:
sling/trunk/bundles/jcr/resource/pom.xml
Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=984817&r1=984816&r2=984817&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Thu Aug 12 15:02:17 2010
@@ -75,7 +75,7 @@
*
</Import-Package>
<Export-Package>
-
org.apache.sling.jcr.resource;version=${project.version}
+ org.apache.sling.jcr.resource;version=2.1
</Export-Package>
<Private-Package>
org.apache.sling.jcr.resource.internal.*