Thanks a lot! Will try it. Sergi On Nov 24, 2015 9:20 AM, "Thomas Mueller" <[email protected]> wrote:
> Hi, > > What I have so far is an automated 1.0-SNAPSHOT build: > > > http://h2database.com/m2-repo/com/h2database/h2/1.0-SNAPSHOT/h2-1.0-SNAPSHOT.pom > > Regards, > Thomas > > > On Fri, Nov 20, 2015 at 7:25 AM, Sergi Vladykin <[email protected]> > wrote: > >> Any news? I'm providing quite a few changes in H2 lately and want to do >> more testing >> (going to provide a couple more pull requests soon). It would be nice to >> have >> a Maven access to a nightly build. >> >> Sergi >> >> >> 2015-11-06 11:54 GMT+03:00 Thomas Mueller <[email protected]>: >> >>> 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. >>> >> >> -- >> 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. >> > > -- > 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. > -- 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.
