Author: davsclaus
Date: Wed Apr 13 13:23:28 2011
New Revision: 1091771

URL: http://svn.apache.org/viewvc?rev=1091771&view=rev
Log:
CAMEL-3856: Fixed camel-quartz osgi bundle not having version number in all 
exported packages.

Modified:
    camel/trunk/components/camel-quartz/pom.xml

Modified: camel/trunk/components/camel-quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-quartz/pom.xml?rev=1091771&r1=1091770&r2=1091771&view=diff
==============================================================================
--- camel/trunk/components/camel-quartz/pom.xml (original)
+++ camel/trunk/components/camel-quartz/pom.xml Wed Apr 13 13:23:28 2011
@@ -33,7 +33,7 @@
 
     <properties>
         <camel.osgi.export.pkg>
-            org.apache.camel.component.quartz.*,
+            org.apache.camel.component.quartz.*;${camel.osgi.version},
             org.apache.camel.routepolicy.quartz.*
         </camel.osgi.export.pkg>
     </properties>


Reply via email to