You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/12/16 10:47:25 UTC

svn commit: r1049851 - /sling/trunk/bundles/commons/json/pom.xml

Author: cziegeler
Date: Thu Dec 16 09:47:24 2010
New Revision: 1049851

URL: http://svn.apache.org/viewvc?rev=1049851&view=rev
Log:
Set export fixed to 2.0.4 - no api changes in this release

Modified:
    sling/trunk/bundles/commons/json/pom.xml

Modified: sling/trunk/bundles/commons/json/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/pom.xml?rev=1049851&r1=1049850&r2=1049851&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/pom.xml (original)
+++ sling/trunk/bundles/commons/json/pom.xml Thu Dec 16 09:47:24 2010
@@ -49,7 +49,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.sling.commons.json.*;version=${project.version}
+                            org.apache.sling.commons.json.*;version=2.0.4
                         </Export-Package>
                     </instructions>
                 </configuration>