You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/05/27 04:01:44 UTC

svn commit: r948651 - /camel/trunk/pom.xml

Author: ningjiang
Date: Thu May 27 02:01:44 2010
New Revision: 948651

URL: http://svn.apache.org/viewvc?rev=948651&view=rev
Log:
CAMEL-2734 Added bundle version for the source jar by applying patch with thanks to Christian

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=948651&r1=948650&r2=948651&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Thu May 27 02:01:44 2010
@@ -359,6 +359,7 @@
 	   <archive>
                <manifestEntries>
                  <Bundle-SymbolicName>${project.groupId}.${project.artifactId}.source</Bundle-SymbolicName>
+                 <Bundle-Version>${camel.osgi.version.clean}</Bundle-Version>
                  <Eclipse-SourceBundle>${project.groupId}.${project.artifactId};version="${camel.osgi.version.clean}"</Eclipse-SourceBundle>
                </manifestEntries>
              </archive>