You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/03/03 15:04:07 UTC

svn commit: r918478 - /servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml

Author: jbonofre
Date: Wed Mar  3 14:04:07 2010
New Revision: 918478

URL: http://svn.apache.org/viewvc?rev=918478&view=rev
Log:
[SMX4-495] Now use cometd 1.0.1 and set the cometd Export-Package version.

Modified:
    servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml

Modified: servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml?rev=918478&r1=918477&r2=918478&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml Wed Mar  3 14:04:07 2010
@@ -40,7 +40,7 @@
         <pkgGroupId>org.mortbay.jetty</pkgGroupId>
         <pkgArtifactId>cometd-server</pkgArtifactId>
         <pkgVersion>6.1.22</pkgVersion>
-        <cometdApiVersion>1.0.0rc0</cometdApiVersion>
+        <cometdApiVersion>1.0.1</cometdApiVersion>
         <servicemix.osgi.import.pkg>
             !org.mortbay.cometd*,
             !org.cometd*,
@@ -48,7 +48,7 @@
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
             org.mortbay.cometd*;version=${pkgVersion},
-            org.cometd;version=${pkgVersion}
+            org.cometd;version=${cometdApiVersion}
         </servicemix.osgi.export>
     </properties>
 
@@ -105,4 +105,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>