Hi, > > You have to set SNAPSHOT for maven as SNAPSHOT jar are automatically > re-downloaded every day (or forced with -U command) >
OK, I didn't know, there _are_ some hardcoded rules... It makes sense to use SNAPSHOT then. > SNAPSHOT is not a problem with OSGi. In the MANIFEST you have to replace > 1.4.191-SNAPSHOT by 1.4.191.SNAPSHOT and it is ok (this is what maven > bundle plugin do). > The problem I was talking about is that for OSGi, 1.4.191.SNAPSHOT is _newer_ than 1.4.191, but it should be older. So once you install 1.4.191.SNAPSHOT, installing the released version later on will be ignored, because it is "older". See also http://versionatorr.appspot.com/?a=1.4.191.SNAPSHOT&b=1.4.191 But OSGi is not as popular as Maven, so it makes sense to use SNAPSHOT then. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
