2009/3/11 Johannes Schneider <[email protected]>: > There is a dependency to Jide defined: > > [2.2.0, 3.0.0) > > Could anyone give me a hint how to solve this?
Drop the build number from your starting version, only leaving the major and minor part: [2.2, 3.0.0) Leaving the build number out of your version specification can be interpreted as : [2.2.*, 3.0.0) Hope this helps. Ringo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
