[Bug 353210] align bundle version in MANIFEST.MF
This commit is contained in:
parent
1a832ef21e
commit
9b4ab80ea6
|
@ -8,6 +8,7 @@ jetty-7.5.0-SNAPSHOT
|
|||
+ 352684 Implemented spinning thread analyzer
|
||||
+ 352786 GzipFilter fails to pass parameters to GzipResponseWrapper
|
||||
+ 353073 WebSocketClient
|
||||
+ 353210 Bundle-Version in o.e.j.o.boot.logback fix
|
||||
|
||||
jetty-7.4.4.v20110707 July 7th 2011
|
||||
+ 308851 Converted all jetty-client module tests to JUnit 4
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: Jetty-OSGi-Logback integration
|
||||
Fragment-Host: org.eclipse.jetty.osgi.boot
|
||||
Bundle-SymbolicName: org.eclipse.jetty.osgi.boot.logback;singleton:=true
|
||||
Bundle-Version: 7.3.1.qualifier
|
||||
Bundle-Version: 7.3.0.qualifier
|
||||
Bundle-Vendor: Mort Bay Consulting
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Import-Package: ch.qos.logback.classic,
|
||||
|
|
Loading…
Reference in New Issue