Community
Participate
Working Groups
Build Identifier: 7.4.5.v20110725 The Bundle-Version for org.eclipse.jetty.osgi.boot.logback is set to 7.3.1.qualifier and should be 7.4.5.v20110725. This minimal typo error is present since version 7.4.0. This happens because the placeholder version to be replaced during the build is not the same as the one in the MANIFEST.MF (see line #66 of the prokect pom.xml). Reproducible: Always
thanks for reporting this, I'll take care of it now
Christian, the way I see the build working this is an issue for all the jetty-osgi modules, right?
[master 9b4ab80] [Bug 353210] align bundle version in MANIFEST.MF
(In reply to comment #2) > Christian, the way I see the build working this is an issue for all the > jetty-osgi modules, right? Yes, the token replacement is a little error prone. I would suggest creating the bundle manifest as well as the final jar artifact using the maven-bundle-plugin from Apache Felix (http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html).