Author: fmeschbe
Date: Sat Jan  3 12:04:43 2009
New Revision: 731077

URL: http://svn.apache.org/viewvc?rev=731077&view=rev
Log:
Remove unneeded trailing comma

Modified:
    incubator/sling/trunk/jcr/base/pom.xml

Modified: incubator/sling/trunk/jcr/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=731077&r1=731076&r2=731077&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/base/pom.xml (original)
+++ incubator/sling/trunk/jcr/base/pom.xml Sat Jan  3 12:04:43 2009
@@ -59,7 +59,7 @@
                         </Bundle-Category>
                         <Export-Package>
                             org.apache.sling.jcr.base;
-                            
org.apache.sling.jcr.base.util;version=${pom.version},
+                            
org.apache.sling.jcr.base.util;version=${pom.version}
                         </Export-Package>
                         <Private-Package>
                             org.apache.sling.jcr.base.internal.*


Reply via email to