Vaibhav95g / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

H2 1.4 is using an invalid OSGi version import range #561

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you try to use H2 1.4.177 in Apache Karaf for instance, you get an error 
about an invalid version range: "[1.4.177,1.4.0)".  This is due to the current 
MANIFEST.MF file. I've included a patch for that particular file (-p1). 
Basically, just change the upper limit to 1.5.0.

Original issue reported on code.google.com by boards on 29 Apr 2014 at 8:58

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in the trunk (already before you created this issue I think).

Original comment by thomas.t...@gmail.com on 2 May 2014 at 7:33

GoogleCodeExporter commented 9 years ago
Should be fixed in 1.4.178

Original comment by thomas.t...@gmail.com on 2 May 2014 at 1:19